|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Visual Basic .NETmicrosoft.public.dotnet.languages.vb
bpsdgnews -
29 May 2010 8:23 PM - 4 messages
Hi, In my old VB6 program I am controlling the shutter of a Digital camera through the serial port. I only needed this line to open the shutter: Open "COM1:9600,n,8,1,cd0,cs0,op0" For Random As #1 ...
Mr. X. -
29 May 2010 6:10 PM - 3 messages
Hello. I have bs as BindingSource When I do : bs.Position = 3. Current isn't changed to the position I gave. What should I do instead ? Thanks :) ...
Mr. X. -
29 May 2010 11:05 AM - 4 messages
Hello. What is wrong of the following (the text has no data)? : Dim FBndDataTable As DataTable Dim FBndDataSource As BindingSource .... FBndDataSource = New BindingSource FBndDataSource.DataSource = DataTable .... Dim drv As DataRowView ...
andrews -
29 May 2010 10:29 AM - 2 messages
Hi, I want to use a priority queue (with two numbers, one is a priority key) How to do or how to get the code somewhere? Thanks for any response. Regards ...
Eric -
27 May 2010 10:03 PM - 3 messages
Hi, I was under the impression that with serialization I could transfer a block of data from one application to another. So I wrote a website where after the user had put in some data, it is put in a structure and that structure is serialized into a file. ...
Eric -
27 May 2010 8:33 PM - 2 messages
Hi, I'm wondering what the best solution is for the following: I have a table with data and I need to show it to the user. But I want to show it in a sorted way like: Customername Site number ...
AMercer -
27 May 2010 8:24 PM - 10 messages
I have a legacy C dll that I call from VB .net, and I'm unsure about when pinning is necessary. The called functions in the dll run on a worker thread. The case I am worried about is an array of doubles. I have an array 'dim ...
Keith G Hicks -
27 May 2010 3:05 PM - 5 messages
I want to run through an enumeration in a loop for scanning client sub folders. Base folder is D:\TestStuff\ Subfolders in that are Jones, Smith, Ryan (there could be several more and will not be named this simple) I want to run a loop that goes through those folders one at a time like ...
Clax -
26 May 2010 9:57 AM - 10 messages
Hi, i want to display a value of a variabile, type into a textbox. for example num=1234 varx=763 if i type in textbox "num" i want to dispay 1234 if i type in textbox "varx" i want to display 763 ...
Parag -
26 May 2010 2:36 AM - 5 messages
I keep getting "Make sure that the maximum index on a list is less than the list size" on the line "olItem.Subject = vInfo(1)" - any clues on what the issue maybe? This is a very simple app that's supposed to invoke a new Outlook ...
Roidy -
25 May 2010 6:08 PM - 7 messages
OK bear with me while I try to explain :) I'm writing a program where I need to do a lot of different background worker tasks and display the progress in a dialog box. So rather than create a separate dialog for each task I created a class that displays a dialog and ...
Anil Gupte/iCinema.com -
24 May 2010 5:05 PM - 2 messages
I have a tab control with 6 tabs. I had one called TPY, which I deleted (on purpose). I did create a backup of the entire directory first. Now I want to restore it, but am unable to do so. ...
|
|||||||||||||||||||||||