| Thread | Last Post | Replies |
|
| Install with no Framework?? | 24 Jan 2005 03:52 GMT | 12 |
I noticed a Free ware CDBurnerXP Pro 3 that boasts having changed over to VB .Net on his latest release. I downloaded the 15MB install file. Before I loaded it I uninstalled my .Net Framework. Then I installed his
|
| crystal reports in vb6.0 | 24 Jan 2005 03:49 GMT | 1 |
How to install crystall reports in VB 6.0 and how to work with crystal reports in VB 6.0. Regards, Krishna.
|
| Using app.exe.config | 24 Jan 2005 00:49 GMT | 2 |
Hello you all, I am using the app.exe.config file to store some settings of my application. E.g. I'm storing the name of the SMTP-Server the application has to use to send it's error messages to a specific user.
|
| Drive Information | 23 Jan 2005 20:55 GMT | 4 |
How do I find information on a Drive such as Manufacturer, etc. I know how to get the Drive Type, Size, etc. but not the information the appears in the Properties Window when you right click on a Drive.
|
| read email with vb.net | 23 Jan 2005 18:51 GMT | 2 |
I need to read mail from an outlook mailbox using vb.net, anybody knows how can I do it? Thanks.
|
| How to set the font in a printdocument with the font dialog? | 23 Jan 2005 18:50 GMT | 1 |
For the following document print handler I would like to enable changing the font with some external event. The font dialog returns a font, but I don't understand how to equate that return with "myfont".. All my documentation concerns the fontproperty of a control. But my ...
|
| How to print inverse in GDI Text | 23 Jan 2005 18:15 GMT | 2 |
I'm using the following brush and for normal text it works fine. How would I go about displaying inverse text, say, a single word is inverse in a line of text? myBrush = New SolidBrush(Color.White)
|
| Best approach for connecting to DB | 23 Jan 2005 16:53 GMT | 2 |
If I want to make an application that connects to eather Access DB, SQL, Oracle, or uses Web Service. What would me the best way to do it? Any Samples? Can I create a web reference in Runtime? Thanks
|
| Reference a Control from a Class | 23 Jan 2005 16:12 GMT | 6 |
I am experienced in VB but sort of new to VB.NET. I have written a Error Logger Class that will create a text log file and store errors and messages. I am now attempting to use the same class to update a listbox on the form. So far I have been unsuccessful in accessing anything on ...
|
| Desktop icon behaviour (deployment question) | 23 Jan 2005 15:45 GMT | 2 |
When I first deployed my project, I set up the File System>User's Desktop to display a shortcut to MyProgam.exe When install completed from setup.exe the shortcut was there, and selecting it started MyProgram.
|
| Help with C function | 23 Jan 2005 15:02 GMT | 3 |
I have problem with converting this C Function to VB.NET: unsigned int GetCRC (char *buff) { int pos = 0;
|
| More Marshaling questions | 23 Jan 2005 14:47 GMT | 1 |
I've been going about it wrong. Trying to get a VB6 routine working using the method used then. What I should be asking is how to solve the basic problem, which is: SendMessage (handle, EM_GETLINE, LineNum, Line)
|
| How to open a form From a closing One | 23 Jan 2005 14:17 GMT | 5 |
I have an MDI application, I need to open an MDIChild whern another one closes. How should I handle this. How do I assign the parent form? If I use: Sub Button1_Click()
|
| What is UTF-8? | 23 Jan 2005 12:33 GMT | 4 |
I can save a file as ANSI (I think I know what that is) or Unicode (I think I know what that is) or UTF-8, (I've no idea what that is). Can someone give me a brief into to UTF-8? I get the impression I should be using it for clipboard but maybe not for
|
| add comment for a function | 23 Jan 2005 12:09 GMT | 1 |
How to add a comment before a function , displayed when typing the function name ? for example ///<summary>
|