| Thread | Last Post | Replies |
|
| Reading a resource file -> for language settings f.i. | 02 Oct 2007 08:35 GMT | 1 |
This is not a question but something I found, it might not be the best solution, but hey, it works... :-) Thought someone else could also use this, so here it is. I made 2 resource files, one for Dutch settings, one for English settings
|
| How to create a new column in a datatable from two existing column | 02 Oct 2007 05:35 GMT | 13 |
I want to create a new column in a datatable from two existing columns. I have no problem to create the new column using the datatable.columns.add method. The problem is the value of the new column may become system.dbnull since one of the two existing columns may have system ...
|
| For...Each Loop and Controls Help | 02 Oct 2007 04:43 GMT | 2 |
Alright, I need some help with a (somewhat large) problem. I am working with a large number of controls on a form. I have made it a bit easier on myself to deal with them through the naming conventions and locked/unlocked settings. However, there is still one problem that
|
| ToString method - formatting codes? | 01 Oct 2007 22:38 GMT | 3 |
1) Where can I find the valid set of formatting codes that can be used with the tostring method? 2) When using the following statement I get an invalid cast error --- why? X0SS = drResult("X0SS").tostring("f2")
|
| How to update datatable in memory without dataadapter? | 01 Oct 2007 21:54 GMT | 4 |
A datatable is returned from a .NET method. Since there is no dataadapter in this case, how can I update a column for all the rows in that datatable?
|
| Sound | 01 Oct 2007 21:41 GMT | 2 |
Hi Every one What I do when I click to run a program and produce sound?. In C++ I was using "Escape sequence a/" What I do in VB/
|
| Questions about ProcessStartInfo | 01 Oct 2007 21:32 GMT | 8 |
I use: 'Execute Command (DOS) commands Dim StartInfo As New ProcessStartInfo Static sMyProcess As New Process
|
| Muti-parameter for System.diagnostics.process.start() ??? | 01 Oct 2007 19:13 GMT | 6 |
I want to ask this: If i do: System.Diagnostics.Process.Start("c:\lame", "--preset standard c:\blabla.wav c:\blabla.mp3") it works. But i don't want this. I want my 2 textboxes must take place as
|
| How to prevent Start menu to open (disable it) | 01 Oct 2007 16:58 GMT | 7 |
I need an app to run in kiosk mode, so user will not have access to start menu and taskbar while the app is running I was able to hide / show the taskbar with trhe following code when app starts / exits
|
| Textbox text property with HTML facillities?? | 01 Oct 2007 15:17 GMT | 6 |
Is there any way to make the textbox property show html, like a textarea on a webpage would?? I have a webapplication that saves an textarea complete with html tags and everything...
|
| can i have a book | 01 Oct 2007 14:47 GMT | 8 |
I really wanted to ask can i have a book on vb.net.the name is deitel n deitel
|
| making popup | 01 Oct 2007 11:44 GMT | 1 |
Dears I making an web page that have a dropdown box and that have some names. also the first item is <New Person>. my need is if i select the <new person> then the new popup window should come over the page. for
|
| Unknown Form Load Error | 01 Oct 2007 04:16 GMT | 1 |
When loading my project i get the following error message. The form referred to itself during construction from a default instance, which led to infinite recursion. Within the Form's constructor refer to the from using "Me.".
|
| Slow Transfer Rates on Socket and TCPClient data reads | 01 Oct 2007 01:14 GMT | 4 |
I am writing a newsgroup client. I have the protocol figured out. But I get slow transfer speeds off any of the network objects read the data from For example one of the commands for a news client to use is "XOVER articlenumber-"
|