| Thread | Last Post | Replies |
|
| Modifying the system clock | 22 Sep 2005 17:54 GMT | 4 |
Ok, call me a geek but..... does anyone know if it is possible to change the look for the system clock.... I want to be able to change the time to a hexadecimal and binary format. I also don't mind if a whole new time area is created
|
| Refreshing a main form from another form | 22 Sep 2005 17:05 GMT | 3 |
A mainform is being used to show records from a table in an sql database. A button on the main form will load a new form that allows the user to add, delete, update and search certain records in the underlying table
|
| Import Tab Delimited Text into SQL Database | 22 Sep 2005 16:50 GMT | 6 |
I'm trying to bring in a tab delimited file and dump it into SQL. I'm currently using an ODBCDataAdapter to fill a dataset: WriteSchemaFileForODBCImport(importType, filePath) Dim importConnection As System.Data.ODBC.OdbcConnection
|
| Rows in Datagrid | 22 Sep 2005 15:21 GMT | 1 |
how can I lock the number of the rows in my datagrid to a specific number of rows at run time, the way that when I finish my last input it won't add another empty row to the bottom. Thanks
|
| Insert Command With Parameters | 22 Sep 2005 14:29 GMT | 3 |
All If I have a SQL statmenet as illistarted below what is the best way to append parameters to the command. Dim sql As Text.StringBuilder
|
| Determining angle | 22 Sep 2005 14:11 GMT | 1 |
I'm programming in vb .Net and i need to know how to determine angles. For example i have a figure like the following: | |
|
| Form Positioning. | 22 Sep 2005 13:34 GMT | 3 |
I have a simple problem concerning the position of forms. My windows form application has a main form and three instances of a second form; BForm. It is not an MDI parent/child application and I've set the StartPosition property for both forms to be Manual.
|
| Reading values from app.config | 22 Sep 2005 13:27 GMT | 1 |
How must I make values in the app.config and how can I read them? Thanks for the tipps Nijazi Halimaji
|
| msgbox | 22 Sep 2005 12:51 GMT | 2 |
i am new to vb.net.... i want to call a messagebox wich hast a "YES" and "NO" button. but if the user is pressing non of them, the message box should automatically press "NO" after n seconds and close.
|
| String variable into integer array | 22 Sep 2005 12:37 GMT | 3 |
I'm wondering how can I get integer type of array easier of the numbers in string type variable when numbers are separated with comma ",". I made it like code below, but obviously there is an easier way to do it. '// Readed string from ConfigurationSettings
|
| Flash into .NET | 22 Sep 2005 12:35 GMT | 6 |
Hi Does anybody know how can I insert a Flash movie into a windows form in VB.NET Thanks in advance
|
| Referencing DLLs/projects | 22 Sep 2005 11:58 GMT | 4 |
Another VB6 feature that I'm missing in VB.NET is with regard to referencing projects vs. referencing DLLs. In VB6 I can reference my support library, Support.dll, and call its functions.
|
| Creating Windows Services programatically - help | 22 Sep 2005 11:51 GMT | 2 |
I'm trying to create a Windows service programmatically that will do the following: - When a user logs on, it will automatically run a service that uses BITS (Background Intelligent Transfer Service) to check for the most current
|
| MDI form not closing | 22 Sep 2005 10:05 GMT | 2 |
I have an MDI application where at some point I can click the close button but nothing happens. The form is not receiving a closing event. I have checked the message loop, a WM_CLOSE message is sent to the form, but no event is raised. Does anyone have an idea why this could ...
|
| Get same dataset while using multiple search control criteria | 22 Sep 2005 09:59 GMT | 1 |
I have developed a form that would allow the user to load and search a database several ways, by data range using two combo boxes, by specific number entered in a text box or all database entries. I'm able to use the combo box selection method multiple times with no problem However ...
|