| Thread | Last Post | Replies |
|
| Starting A form hidden | 07 Dec 2005 18:53 GMT | 16 |
Can anyone tell me why this doesn't start hidden? Public Class Form1 Inherits System.Windows.Forms.Form Public Sub New()
|
| proper method of adding new row to datatable? | 07 Dec 2005 18:15 GMT | 1 |
I'm using oledb to an Access datatable. I load the table into a dataset. I create databindings to link the fields on my form to the corresponding fields in the datatable. The tables DefaultView.Sort is set to the field that is bound to a dropdown (where I can pick what record ...
|
| auto session check with override | 07 Dec 2005 17:21 GMT | 5 |
i want to override the object session in class page , because i want to check the Session["UserName"] automaticly in WebForm , without writing "if" in evry page . i know that i need to make a new class Lib and inharite from "page" .
|
| Listbox and scrolling with arrow keys | 07 Dec 2005 17:15 GMT | 2 |
Using VB 2005 Express When pressing the down key in a listbox and getting to the last item I want to move right back to the top and vise versa so it never stops when pressing
|
| How to flag dataset rows as new | 07 Dec 2005 16:56 GMT | 4 |
I am copying rows from a database/table on Server_A to a database/table on Server_B. I use Server_A_DataAdapter.fill to load the rows into a dataset. Then Server_B_DataAdapter.update to put the rows into the database/table on Server_B. I then notice that the rows are not being ...
|
| How do I sequentially process multiple XML files in a directory? | 07 Dec 2005 16:38 GMT | 5 |
I've just started with VB.Net so forgive my lack of knowledge. I've got a directory that's populated with XML files. I need to create a VB.Net (2003) application that allows the user to choose the directory to process and would automatically open each XML file to be
|
| Button_Leave event problem. | 07 Dec 2005 16:29 GMT | 2 |
On my form I have one textbox and one lookup button. If you click the lookup button you can choose eg Red, Blue, Yellow from a datagrid. The one you choose will be filled in the textbox.
|
| Completely take over screen. | 07 Dec 2005 16:24 GMT | 3 |
My app needs to be able to take over the screen completely - no menu, no task bar, nothing. How does one do this? TIA - Jeff
|
| Treeview | 07 Dec 2005 16:21 GMT | 6 |
How can I compare 2 treenode elements. can i do something like this if a.tag is b.tag then end if
|
| Left Pad | 07 Dec 2005 16:20 GMT | 4 |
How would one left pad a string with a repeating character? For example, to create a 9 character string left padded with zeroes: 999 should become 000000999 1 should become 000000001
|
| Writing to CSV Files | 07 Dec 2005 16:15 GMT | 3 |
Does anybody know of code to write the contents of VB.NET text boxes to a CSV File but without the quotes? Kind Regards, Boulent
|
| Close appli with another appli | 07 Dec 2005 16:12 GMT | 3 |
My update application have to close my software before xcopy... How can i do this ? thx a lot for help
|
| Create Access table with vb/net then insert | 07 Dec 2005 16:01 GMT | 3 |
I have a procedure that uses ADOX to create a database with a table. That works fine. I then need to populate that table with a record but the code is not working. I believe that the database is still locked. Dim lcat as New ADOX.Catalog
|
| Programmatically creating ADO.NET database | 07 Dec 2005 15:54 GMT | 5 |
I am an amateur programmer and trying to move from VB6 to VB.net. I can't figure out how to create a ADO.NET database in code. I know how to create a dataset and wonder whether there is a way to "export" it into a new empty database.
|
| Returning a Collection object from .NET to VB6 (using COM Interop) | 07 Dec 2005 14:32 GMT | 6 |
As I mentioned in my other post, I'm attempting to, using COM Interop so I can update existing VB6 code to (for several specific functions) return a Hashtable from a .NET library. I've had very little luck processing the Hashtable itself in VB6 (I can add
|