| Thread | Last Post | Replies |
|
| oracleclient exception... | 19 Oct 2004 16:35 GMT | 1 |
<as posted in the microsoft.public.dotnet.languages.adonet newsgroup> Hey guys, I'm stumped on this... Today I was asked to look into coverting our ODBC access to a Oracle database to the client that microsoft wrote and have come
|
| Interesting question for preferences saving/restoring | 19 Oct 2004 16:34 GMT | 1 |
I have a large application; lots of forms, multiple dynamic DLLs, etc. I also have, in the appliation, a general 'Preferences' class object (which is in itself a separate DLL, and I just include a reference to it so I can instantiate it at the beginning) which stores all my user ...
|
| context menus with icons | 19 Oct 2004 16:29 GMT | 1 |
Hi, is there any way to add menu items to a context menu with icons next to them. When I declare a menuitem, it does not seem like there is a .icon property or anything similar or intuitive like that. An example that illustrates this is right clicking on your desktop, choosing ...
|
| WordBasic --- Insert command text limit | 19 Oct 2004 16:26 GMT | 1 |
I am using following code to insert text into the word document, using VB from excel. Any text which has length more than 240 characters is not getting inserted into the document.
|
| Enter Text To MultiLine TextBox | 19 Oct 2004 16:23 GMT | 3 |
i have a simple TextBox, Set MultiLine=True. how can i add a new line of text under the last line, so it would be a new line? thanks.
|
| file creation | 19 Oct 2004 15:24 GMT | 1 |
In my application am using scrpting.dll to create folders and files. using filesystemobject's createtextfile method am creating file. and am displaying all the folders and their corrsponding files in the treeview control. and when i select a file and dbl click this file it ...
|
| My Turn - Threading | 19 Oct 2004 14:55 GMT | 10 |
I havent played much with threading and Im testing stuff out with a little space invaders game. My Invader class has a StopInvader StartInvader and Invade subs. There is a class level variable called Alive of Type Boolean.
|
| datagrid help | 19 Oct 2004 14:49 GMT | 3 |
I am quite new to VB.net and I am struggling with the datagrid. I want to let the user modify data in the grid and then click the save button and this will update the database. I guess I am having trouble understanding the update command and the parameters. The data is coming ...
|
| Startup key | 19 Oct 2004 14:42 GMT | 2 |
Hi all. I've wrote, using VB.NET a windows service that starts automatically at power ON. It works well. Now I need that my service write a key in the registry for running an application as soon as a user log on Windows.
|
| Enumerating Network Cards and IP Addresses in VB.NET | 19 Oct 2004 14:27 GMT | 1 |
Is there a way to enumerate the Network cards that have been installed on the system and get their IP Addresses using the .Net framework without making any API calls. If I have to make some API calls, does anyone have example code that I
|
| Help with Advanced Datagrid (repost) | 19 Oct 2004 14:21 GMT | 2 |
First of all thinks to Cor Ligthert for helping me with this last week. If you wild like to read Cor's comments please refer to the posting from 10/14/2004 and 8:48AM "Help with Advanced Datagrid" I am trying to bind one column of a datagrid to a seperate textbox and
|
| Best way for Saving User Preferences? | 19 Oct 2004 14:17 GMT | 11 |
I am planning on adding a Preferences form to my application and using the Property Grid to display the preferences to the user. What do you think would be the best way to save these preferences out to an XML file? Use the CAB (Configuration Application Block)? Save the preferences ...
|
| Urgent | 19 Oct 2004 13:26 GMT | 1 |
I want to connect to scanner through vb.net application Plz tell me(code) how to connect to scanner. Its urgent.
|
| Anyone got a C++ Language Translator? | 19 Oct 2004 13:08 GMT | 1 |
I am looking at several subroutines in C++, just curious if anyone knows of a general translator that would convert this to VB.Net or C#?
|
| runtime files for mediaplayer | 19 Oct 2004 12:42 GMT | 2 |
I've written a program that uses the Windows Mediaplayer. There are 2 files generated in my Bin folder: AxInterop.WMPLib.dll Interop.WMPLib.dll
|