| Thread | Last Post | Replies |
|
| how to read a mail header | 20 Oct 2004 19:31 GMT | 1 |
the program should be able to log on to a pop mail account and need to just read its headers and display. any help in this regard highly apperecialted. code pref VB.NET thankz in advance
|
| Working with dom document? | 20 Oct 2004 18:51 GMT | 1 |
I want to access the document object of internet explorer. What dim statement and/or reference is necessary to get the correct intellisense in the editor?
|
| Checkbox | 20 Oct 2004 18:51 GMT | 1 |
I have six Checkboxes which I have to clear with a reset button. Is there a way to put this into an array and have it loop to sat chkbox.checked = false
|
| Sending command line arg to GUI | 20 Oct 2004 18:48 GMT | 2 |
How can I pass command line arguments to an app that has a regular windows form as an interface? I know I need a 'Sub Main' method, but then do I have to run my real 'main' form as an instance in the Sub Main? -----
|
| Installing a DivX codec | 20 Oct 2004 18:27 GMT | 1 |
How do I go about making VB .Net code that will install a DivX codec on the user's machine? I need make a codec installer to ship with my program because my Windows Form will use the ActiveX Windows
|
| Variable substitution for object name? | 20 Oct 2004 18:26 GMT | 2 |
I have a form with five rows of text boxes, displaying data. For certain reasons, I can't bind these directly to data records, so I'm using code to load the data into an object, then manually get each field value and assign it to each text box.
|
| File.OpenText.ReadToEnd and File Handles | 20 Oct 2004 18:03 GMT | 1 |
When reading in the contents of a text file without creating a new file object, like so: Buffer = IO.File.OpenText(PathToFile).ReadToEnd Does .Net internally close the file or does it remain open?
|
| Trying to get my jet 4.0 ole driver to see my text file using the wizard | 20 Oct 2004 17:53 GMT | 1 |
Greets I'm trying to get my jet 4.0 ole driver to see my text file but it will only see accept Access database files why? What am I doing wrong TIA
|
| How does one connect to local excel file using data wizard is it possible vb.net | 20 Oct 2004 17:32 GMT | 2 |
Greets, How does one connect to a local excel file using data wizard is it possible? I'm trying to connect to an excel file and populate a dataset and combo box with the data from excel TIA
|
| Newbie: Change the cursor image at runtime | 20 Oct 2004 17:32 GMT | 4 |
I know how to change the default cursor pointer with one of the predefined ones, but how is it possible to change it with a gif or bmp? Can it be a moving gif ? TIA
|
| Reusing string arrays | 20 Oct 2004 17:00 GMT | 2 |
I need to store a set of strings (filenames and paths in fact) in a dynamic string array as in: MyArray = Directory.Getfiles (etc) This array needs module scope but is populated as above in a procedure
|
| VB.NET to Java | 20 Oct 2004 16:23 GMT | 4 |
Hey guys, Is there a cheatsheet out there that compares .NET to java? I'm converting a Java app to a .NET app. It's a little confusing. A cheatsheet or a place where i can get just a plain ol' .NET
|
| Cursor Location / Title Bar height | 20 Oct 2004 16:04 GMT | 4 |
I want to track the cursor location relative to a control on the form. I am aware of System.Windows.Forms.Cursor.Position which provides absolute cursor position relative to the screen. With right subtractions of the form location and the control location it is possible to get ...
|
| visualbasic.net | 20 Oct 2004 15:54 GMT | 2 |
I don't know much about it but i'm interested to know about it.
|
| Get The IP of my computer | 20 Oct 2004 15:48 GMT | 3 |
what's the easiest way to get the ip of my computer: 127.10.142.25 .... thanks.
|