| Thread | Last Post | Replies |
|
| Retrieving each line from a RichTextBox... | 28 Dec 2004 13:25 GMT | 2 |
...without resorting to SendMessage. Imagine, for example, I have a small RTB whose text has wrapped as follows: "This is a small test to see if I can get" "both of these lines".
|
| Problems with ASP.Net | 28 Dec 2004 11:35 GMT | 2 |
I'm having problems deploying my ASP.Net project. What is the best user group to ask the questoins? -Jerry
|
| DictionaryBase ordering | 28 Dec 2004 11:31 GMT | 3 |
I want to create a strongly typed collection and use DictionaryBase I add a number of objects but when i loop through the list the data is ordered in a strange maner. How is this possible? Can anybody tell my why the order gets changed?
|
| setting up crystal reports | 28 Dec 2004 10:40 GMT | 1 |
what is the process of taking information from the application and inserting into a crystal report my experiance is with vba this would take text from the userform and insert into a document via bookmarks is using crystall reports simular
|
| how to create an application where there is no form but ONLY a notify icon | 28 Dec 2004 10:36 GMT | 6 |
i'd like to create an application which would run in the background, & there'd be an icon in the system tray (can use the notify icon). But HOW can i make the form invisible. What i'd like to do is, when the exe is run, ONLY the icon should appear in
|
| Consume .net web service form vb6 | 28 Dec 2004 10:31 GMT | 3 |
I need to consume a .net web service from vb 6 application. Any code samples or sources where i can find material about it Would be great,
|
| Deploying exe-file | 28 Dec 2004 10:20 GMT | 2 |
I have a small program copying files from one folder to another. I need to make a deploy of this application and need a sample on how to do it. I see there is a setup-project template, but I don't know how to put files
|
| calling a function in another form | 28 Dec 2004 09:28 GMT | 7 |
Could somebody give me an example of a way to call another member function of another form from a form that has been called using ShowDialog? Thanks Geoff
|
| Library Writing Suggestions for NET | 28 Dec 2004 09:09 GMT | 1 |
I am in need of some direction in regards to using .net in writing some library functions. In particular, I want to write some library routines using C++ .net which will be used in a VB.net application. The reason for writing the library with C/C++ is that I want to use the ...
|
| comboboxes | 28 Dec 2004 08:35 GMT | 5 |
I'm new to vb but have a little experience in vba im using vb.net my question is with comboboxes the fist combo box lists the manufactures when a selection is made the
|
| treeview | 28 Dec 2004 08:18 GMT | 3 |
i found this code earlier in this group. now is my question how t handle this code private sub form1_load(....) dim fullpath as string = "C:\Documents and Settings\Maarten\My Documents\PLC
|
| Vb.Net Shutdown PC ? | 28 Dec 2004 03:45 GMT | 1 |
I was wondering if someone could help me to convert this vb6 code to be used in VB.net. It basically allows you to call the subs at the bottom to logoff shutdown and restart the pc (By force if necessary). Any help is greatly appreciated.
|
| VB Compiler questions | 28 Dec 2004 03:32 GMT | 3 |
Ok. I'm fed up with Borland Delphi and Borland C++ and the appalling free components that are supplied with them - ie Indy. I've never managed to find a version of Indy that actually worked. So... My question to all you VB people is: what is on the compiler?
|
| unhandeled execption in PrintPreview | 28 Dec 2004 01:26 GMT | 1 |
Is this a framework question? vs a VB.Net question? I'm getting an unhandled exception in oPreview that isn't caught by the Try. Any ideas on how surround this puppy?? <SNIP>
|
| Panel Control | 28 Dec 2004 01:03 GMT | 2 |
When the Panel.Enabled set to false all controls contain in the panel will be gray out, but I want it to be disable without gray out the child control, is it possible ? JCVoon
|