| Thread | Last Post | Replies |
|
| msgbox (no buttons) | 23 May 2004 14:02 GMT | 3 |
How would you remove all buttons from a msgbox to display (timed) text only? or is there another feature, to display a very simply box that displays a message for a controled length of time
|
| Looking for privare VB lessons in NYC | 22 May 2004 20:56 GMT | 1 |
I am looking to learn on a one-to-one basis Visual Basic .Net If you are interested and are an expert in the language please contact me @ eric@webmicrosystems.com. The hourly price is negotiable. Thanks,
|
| VB graph plotting | 22 May 2004 20:18 GMT | 4 |
I would like to plot a graph using VB. The source of the data is in a txt file, how can I plot it? Is there any function or module to simply it? Thank you very much! Wayne
|
| VB display on multiple screens | 22 May 2004 17:16 GMT | 1 |
I am in the process of writing a simple program which I recently dicovered requires different windows to be displayed on different screens (eg main display on a laptop screen and a secondary display on a connected screen.) I am sorry to say I have no ideas where to start
|
| Google groups email spider,Auction software, Directory PPC search engine software, email spiders - 6 | 22 May 2004 15:31 GMT | 5 |
Free download full version , all products from Mewsoft dot com http://netauction8.url4life.com/ Groupawy ---------------
|
| Keyboard events for DataReport | 22 May 2004 14:07 GMT | 4 |
I'm using VB 6.0. My clients wants the datareport window to be closed by pressing 'ESC' but the datareport doesnt have any keyboard event handler. Is there any simple solution to this. Also my app displays a textfile in notepad and he wants the same for notepad (close on pressing ...
|
| One last WebBrowser DOM question... | 22 May 2004 06:42 GMT | 3 |
One last question and I will have my application working the way that I need... How can you put a value into a specific field on a specific form? If you look at the webpage sample below you will see that there are three
|
| Help me - AutoCad like simple ptoject in VB | 22 May 2004 05:14 GMT | 1 |
Can somebody give advice? I have to build simple visual basic project that looks like Autocad in operation. I have to provide some drawing tools in VB Form and allow users to
|
| Question: when will the SP6 bugfix be released? | 22 May 2004 02:29 GMT | 2 |
Well, see 'subject'. And will that be just a SP6a (or b) or a SP7? And will you then need to install (the buggy) SP6 first? Just wondering. John
|
| Compare to objects of the same class? | 21 May 2004 23:51 GMT | 7 |
Is it possible to compare two objects of the same class directly to each other? In the code below I'm comparing "Search" against "oneForm.thisForm"... Both of these objects are of the class "FormID". The IF statement never evaluates
|
| If you can believe it, StrComp problem... | 21 May 2004 21:49 GMT | 19 |
I always though that vbTextCompare was the case-insensitive version of vbBinaryCompare when used with the StrComp function. But take a look at this test (from my immediate window): ?StrComp("russia-inf-rj.bmp", "russia-inf.bmp",vbTextCompare)
|
| picture boxes, labels, and transparency | 21 May 2004 21:16 GMT | 12 |
Ok, I'll explain the whole problem because there may be several ways to solve this and hopefully someone knows one. What I'm doing is creating a specialty template editor, similar to say a corel draw (but for specific uses). What I need to be able to do is import graphics and
|
| Quickest way to get String into Byte array? | 21 May 2004 18:34 GMT | 2 |
Dear Guys & Gals: What's the quickest way to get a String into a Byte array? I know I can do for i = 1 to len(s$)
|
| Help with Image Box. | 21 May 2004 17:41 GMT | 7 |
I am having problems with an image box. when I load a picture into it and resize the form, the picture flickers like crazy. Using a picture box does fix this, however I wanted to use the stretch
|
| Test VB6 component to use as a text window? | 21 May 2004 16:00 GMT | 3 |
I need a text window that will scroll text upwards when text is added to it. This is like typing a command at the DOS prompt and viewing text on the screen. When more text is added to the screen then the old text moves up and off the screen.
|