| Thread | Last Post | Replies |
|
| Problem with VB form despite correct dpi settings. | 29 Nov 2004 09:59 GMT | 2 |
Dear members, A VB 6.0 app that on more than few occasion has had problem with User Interface gettings distorted due to 120dpi setting. The good news is that all except one have been resolved / understood / tolerated by changing the
|
| Find Available SQL Servers On a machine | 29 Nov 2004 09:27 GMT | 2 |
i need some code that will enable my program to find all of the available servers on a machine or network. Thanks Again WStoreyII
|
| refresh | 29 Nov 2004 08:26 GMT | 2 |
how can i make for example a flexgrid refresh itself from an other form i made this, but get an error dim test as form1 test.msflexgrid2.refresh()
|
| TweakUI and VB.net | 29 Nov 2004 06:21 GMT | 2 |
 Signature hello After installing vb.net standard I have an annoying log-in screen at computer startup about login with .NET. I was advised here to use tweakUI in
|
| System.Diagnostics.Debug.WriteLine | 29 Nov 2004 06:14 GMT | 5 |
how to use System.Diagnostics.Debug.WriteLine to write directly to a window viewable during debug mode (similar to Debug.Print in VB6)
|
| Learning VB.net | 29 Nov 2004 04:28 GMT | 5 |
 Signature hello Can anyone recommend any good books or free online tutorials to learn VB.net thanks
|
| Can anybody tell me which control i should use? | 29 Nov 2004 03:15 GMT | 4 |
I am writing a simple win application which will run from day to day, the application will always check the email and, once it got the email, some business logic will perform and the process log / result will display to the win form application. Currently i am using a list box and ...
|
| How can I call the ColorWheel cursor while loading my application ? | 29 Nov 2004 02:45 GMT | 2 |
How can I call the ColorWheel out while my application is loading or process something that take some time ? I want to appear a color wheel.
|
| DataAdapter Update | 28 Nov 2004 23:13 GMT | 3 |
I think that I have misunderstood the Update method of DataAdapters. I thought that having made a Connection, Added some SQL to a Command Object (OleDbCommand)and then creating the DataAdapter and filling a Table in a DataSet that I could refresh the data in the DataSet Table using ...
|
| Wait 3 seconds before run next line | 28 Nov 2004 22:40 GMT | 4 |
We are trying to send files to our list of clients at work, I been able to produce the code that sends e-mail, but I only can do it for 2 before it gave me an error, how can I do it that the system wait for 3 seconds before I execute the next line?
|
| Change Username/Password for an existing Windows Service | 28 Nov 2004 22:25 GMT | 1 |
Does anyone have any sample code on how to change a username/password for an existing Windows service? Thanks Scott
|
| how to disable controls in a form | 28 Nov 2004 21:04 GMT | 8 |
please help, i'm trying to find a simple & easy way of enabling & disabling (generally making them readonly) most of the controls in my form. Cuz i want to create a form, for the user but only a readonly form (with no
|
| creating a control dynamically | 28 Nov 2004 20:48 GMT | 3 |
I'm trying to create control from a string in a database: Dim asm As [Assembly] = Reflection.Assembly.LoadFrom("C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Web.dll") Dim typ As Type = asm.GetType("System.Web.UI.WebControls.TextBox", True,
|
| ADO.NET Bound Controls question | 28 Nov 2004 19:29 GMT | 2 |
I have a listbox bound to a table in a database and a grid control bound to another related table in the same database. When I select an item in the listbox (in this case a name), the datagrid populates with the related information correctly. Everything works fine to that point ...
|
| VB.NET Question | 28 Nov 2004 17:55 GMT | 1 |
Say i have Form1 with comboBox1 and Form2 with comboBox2.. When i click on Form1 button, Form2 will appear on top of Form1... My Code: [code]
|