Home All Groups Group Topic Archive Search About

Visual Basic .NET

microsoft.public.dotnet.languages.vb
Score Integer to number, too many decimals
Eric - 17 Jun 2010 2:19 PM - 4 messages
Hi, In a data table I have records numbered from 801 to 809. I also use these numbers as row number then 8.01 to 8.09. To do so I just devide the record number by 100 and put it in a variable of ...
Score Correction needed in Copy File code
K - 17 Jun 2010 9:30 AM - 5 messages
Hi all,  I have code below which i got from a friend on this group. it works fine but only thing i am getting is that even i mentioned that i want only those files to be copied which have extention ".xls" ...
Score How can I resolve the control type?
Mr. X. - 16 Jun 2010 7:00 PM - 6 messages
Hello. In VB.NET (VS 2008) : How can I resolve the control type, by knowing it's name only. I.e : Panel. Thanks :) ...
Score A Way for saving control with all of it's components and properties to a file or stream.
Mr. X. - 16 Jun 2010 11:56 AM - 4 messages
Hello. Is there any way to save a control + all of it's components to a file (or give it some representation as a long string). Thanks :) ...
Score insert control to parent at reverse order.
Mr. X. - 15 Jun 2010 10:33 PM - 4 messages
Hello. I see that, when insert controls to the same parent on the following way : control1.parent = commonParent control2.parent = commonParent commonParent.controls(0)  ' this is coltrol1 commonParent.controls(1) ' this is control2 But, when I am doing so on design time, the order is reversed (and that ...
Score Disable the search feature of a ComboBox
sid - 15 Jun 2010 6:52 PM - 9 messages
Using the following code snip in VB.net, When I start the app and pulldown the list from the combox box it tries to make a selection. But I don't want this feature. How do I prevent it. Why is the first item of the list selected as soon as the pulldown ...
Score only one instance of a typed Dataset
Michael Kolowicz - 15 Jun 2010 2:21 PM - 4 messages
I create a modulare app. This app allowed more as one instance of a module in the app. Is it possible to use the first instance of a typed Dataset (created by the first module) in all followed instaces of the same module? ...
Score Image Change
K - 15 Jun 2010 9:25 AM - 3 messages
how can I make below vb code work. I am getting error syaing "Operator '=' is not defined for types 'System.Drawing.Image' and 'System.Drawing.Bitmap' ". Please can any friend can help me on this. I am using Visual basic 2008 and trying to create image change in ...
Score Override destructor.
Mr. X. - 14 Jun 2010 3:10 PM - 3 messages
Hello. How can I override the destructor (I.e of PictureBox). Thanks :) ...
Score To use LINQ to SQL or not ?
Robbie - 14 Jun 2010 3:24 AM - 4 messages
What are the pro and cons ? ...
Score DGV doesnt display cells (what??)
DIOS - 14 Jun 2010 2:30 AM - 5 messages
VB2005: I have a DataGridView that I fill with data through a SQL query. That works great. After the query is done I add two columns and then manually fill in the cells with a calculated value. When I do ...
Score vb.net exceptions
Wendy Elizabeth - 14 Jun 2010 1:56 AM - 5 messages
I have a question about exceptions. I am under the impression that almost ever method or group of methods should have try-call block(s). I am also under the impression that the  'last' final group of code that is executed ...
Score Using LINQ to SQL
Robbie - 13 Jun 2010 6:54 PM - 2 messages
Hi, New to LINQ to SQL... When I added a stored procedure to the project, I noticed that the auto-generated code contained a hard-coded reference to the Database name. Is there any way to pass the DB name as a vaiable instead (like from the ...
Next » 2 3 4 5 6 7 8 9 10