|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Visual Basic .NETmicrosoft.public.dotnet.languages.vb
Gary Wardell -
10 Apr 2010 5:08 PM - 3 messages
Hi, I seem to have hit an odd problem. I have the need to sometimes validate and sometimes not based on conditions in a database. However, the following page, which simulates the problem, works fine as a stand alone page, but fails at the indicated line when used with a matter ...
johnb -
10 Apr 2010 3:53 PM - 10 messages
Hi All What is the code to loop thru all textbox controls on a form? TIA johnb ...
Mr. X. -
10 Apr 2010 3:18 PM - 3 messages
Hello. In VB.NET 2008. I have dataGridView. Which event occurs when changing data row value. (Not all the times I am changing the value via the dataGridView directly. There are also values that are changed directly via the datatable object. ...
Mr. X. -
10 Apr 2010 1:00 PM - 3 messages
In VB.NET 2008 (VS 2008) I see I can change the state of an unChanged column, but for detached column - I cannot change the state. Dim objRowV As DataRowView Dim objRow As DataRow ...
New2Access -
9 Apr 2010 7:06 PM - 2 messages
I'm new to using Visual Studio (2005) with VB and I've recently taken over a project started by someone else. The basic process is to retrieve a file from an ftp server, load the data into SQL Server (2005) tables, summarize ...
Barry -
9 Apr 2010 8:47 AM - 3 messages
I am try to copy bookmark from one word doc to another, find all the bookmark and select them etc. I can create the bookmark in the second word doc, with the correct name. The problem is set the location of the bookmark ...
kpg -
8 Apr 2010 7:49 PM - 6 messages
vs 2005 vb.net windows form app. Doing a simple gradient background on a form: Protected Overrides Sub OnPaintBackground(ByVal e As System.Windows.Forms.PaintEventArgs) MyBase.OnPaint(e) Dim r As Rectangle = ClientRectangle ...
Scott -
8 Apr 2010 3:52 PM - 8 messages
When populating a Treeview in code, I am getting "duplicate" nodes. They appear in the treeview, but don't seem to exist when I iterate through the node collections. This is what I get: [link] ...
ArielF -
8 Apr 2010 2:07 PM - 2 messages
I've got a Gridview and a xmldatasource How can I show the gridview rows in reverse order? ...
shoosh -
8 Apr 2010 2:04 AM - 6 messages
In VB.NET, I create a File menu. One of the File Menu items is "Recent Projects". Using the following Code, I can add sub-menu items to drop down below "Recent Projects." mnuRecentProjects.DropDownItems.Add("Test Item 4") ...
Martin Wulfe -
8 Apr 2010 12:36 AM - 2 messages
Does anyone know of a customizable tab control for ASP.Net? I'm not looking for a whole suite of controls, just the one. ...
Todd Heiks -
7 Apr 2010 10:55 PM - 2 messages
Why is 'ans1' true if double and false for single? Module Module1 Sub Main() Dim x As Double / Single Dim y As Double / Single ...
Ron Hinds -
7 Apr 2010 10:22 PM - 3 messages
I'm developing a Windows Service in VB.Net. In the Visual Studio Programmer's Guide for the .NET Framework - How to: Log Information About Services, the following statement is made: By default, all Windows Service projects have the ability to interact with ...
Saga -
7 Apr 2010 7:43 PM - 9 messages
Hi all. Now I am processing data in folders. I get a listing of folder contents and have to test to determine whether item is folder or file. I have this routine: strPath is previously set with valid data, strType is previously defined. ...
mp -
7 Apr 2010 6:50 PM - 6 messages
vbnet 2008 express how to avoid the compiler warning: Variable 'ArrayObjects' is used before it has been assigned a value. A null null reference exception could result at runtime. given Dim ArrayObjects() As AcadEntity ....some code... Try ReDim ArrayObjects(0) ...
Gilbert Tordeur -
7 Apr 2010 4:02 PM - 5 messages
Hello. I have found many post telling how to create a foreign key with SMO but no one explaining how to list them. Anybody knows ? Thank you, Gilbert ...
jainhemant007 -
7 Apr 2010 7:47 AM - 2 messages
SqlConnection SqlConn = new SqlConnection(Scon); SqlDataAdapter da = new SqlDataAdapter(); DataSet ds = new DataSet(); SqlDataAdapter ADAP = new SqlDataAdapter("Select * from User1 Where Id = 3", SqlConn); ...
Simon Whale -
6 Apr 2010 8:48 AM - 4 messages
Hi all, [vb2008] I need help with the following, I have a grid that i have put on there 2 textbox's and a combobox column which works ok. When i then add the data by using the following code below, it works, my ...
Nicolas -
6 Apr 2010 4:23 AM - 2 messages
I got 10 worksheets in workbook Master (file master.xls) and I wand to copy them to the workbook B (file b.xls). How can I do this? I need to this for few thousand files. ...
JB -
6 Apr 2010 12:10 AM - 3 messages
Hi All, I've always so far designed menus at design time and never had a problem. Today I want to create menus programmatically and add Sub Menus to a ContextMenuStrip. How can I programmatically reproduce what I do at design time by ...
Ryan -
5 Apr 2010 10:03 PM - 2 messages
How do I create an html report in vb.net instead of Crystal or ReportViewer? ...
Mr. X. -
5 Apr 2010 4:04 PM - 12 messages
Hello. I have two dataTables. h - header. l - lines. just hypothetic situation : The header represents an invoice, and lines represent invoice lines. I link the header to a datatable by BindingSource object, and also the lines. When choosing another row of the header, the lines are new one, that are ...
Mr. X. -
5 Apr 2010 3:26 PM - 10 messages
Hello. I have connected textbox by databinding to a BindingSource object (to a specific column of a specific table). Everything is fine ... But what if I want to undo the change I have made by the textbox. (It may be a textbox or any other binded control). ...
J Snaith -
5 Apr 2010 12:45 AM - 8 messages
Very sorry for reposting same message. I cannot figure out this concern issue.... Good day. I have asp.net page in vb.net that gets set of photos records from a database table (paths to photos). Loads that data into session ...
John -
4 Apr 2010 8:28 PM - 5 messages
Hi How can I read into a listbox filenames of all files in a folder? Many Thanks Regards ...
Gale Green -
4 Apr 2010 4:48 PM - 14 messages
Hi all. I'm a recent migrant from VB6 so I'm used to creating references to objects and then setting them to Nothing when they are no longer needed. Do I understand correctly that setting to Nothing is unnecessary in VB ...
J Snaith -
4 Apr 2010 3:54 PM - 2 messages
Good day. I have asp.net page in vb.net that gets set of photos records from a database table (paths to photos). Loads that data into session datatable, divide into parts and display each part at timer interval. For ...
|
|||||||||||||||||||||||