| Thread | Last Post | Replies |
|
| Add in,reference | 24 Dec 2005 01:59 GMT | 2 |
Hi Guys, can ne1 tell me the difference between -add in -reference
|
| TreeView Lines? | 24 Dec 2005 01:57 GMT | 3 |
I am using a TreeView control in a VB6 project. The TreeView has one parent node which has 4 child nodes. I did like to get rid of the vertical & horizontal lines along with "+" & "-" signs in the TreeView control. Also the parent node shouldn't be expandable/collapsible. How
|
| Help, please - Using the VB command interpreter from C++ | 24 Dec 2005 00:57 GMT | 3 |
I have a proprietary scripting language. The script parser is written in C++. I would like to extend my scripting language such that any command I don't recognize I pass to the VB interpreter to handle. First, is this possible? If so - how? Or what do I search for because
|
| Opening URL? | 24 Dec 2005 00:04 GMT | 5 |
I am using the WebBrowser control in a VB6 project. I want that when a user clicks a CommandButton, a new browser window (not IE but mine) should open & the user should be taken to a particular URL (which will be hard-coded). How do I implement this?
|
| Parsing data from printer file | 23 Dec 2005 15:41 GMT | 2 |
We are thinking of developing a product that needs to be able to parse data printed via some printer driver. The data will then be used to fill a PDF form. We believe the printer solution will be best as there are multiple applications that we need to retrieve data from.
|
| Assembly Help - Desperate :( | 23 Dec 2005 13:12 GMT | 4 |
I had a Project (R) in a solution. Then I had a separate solution that needed the dll for project R. I copied the dll from the bin directory in project R and put it in the new project (E) bin folder.
|
| Need help with vb internals | 23 Dec 2005 12:44 GMT | 3 |
I have a type like this type aaa sss as string * 100 end type
|
| the format function | 23 Dec 2005 05:40 GMT | 9 |
the format function basically does what i want it to do, but: if i say: print format(123,"0.####") it prints '123,' (withhout the quotes but with the decimal separator) (this is a system where the decimal separator is a comma (,))
|
| ERROR | 23 Dec 2005 00:57 GMT | 10 |
hI, I have downloaded a few sample programs from the Internet. whenver i try and run them, i get the following error: Must have startup form or sub main (). then the project properties dialog box opens up.
|
| Animation | 23 Dec 2005 00:32 GMT | 1 |
Okay, this may not be VB related, but I'm not sure. I created an animation by using the AVI Creation tool from VBAccelerator. The avi I created is playable in Windows Media player. However, I can't get the Intrinsic VB Animation control to play it. I
|
| Problem with TextFrame method for Excel | 23 Dec 2005 00:03 GMT | 1 |
I have a problem I hope someone has ideas on. I have a VB6 app that processes data, and then creates an Excel file with the results. Everything works fine, except when I try to create a textbox on one of my worksheets. I created some code and tested it in an Excel macro, but ...
|
| Too many frmA's | 22 Dec 2005 21:45 GMT | 4 |
I am using Visual Basic 6.0 SP6 with Windows XP SP2. I have two MDI child forms; call them frmA and frmB. FrmA calls frmB. On frmA is an an MSHflexgrid which has information needed on frmB. Of course, referencing information on frmA from frmB immediately creates a
|
| VU Meter in VB6 (No... Couldn't get waveout meter Error !) | 22 Dec 2005 20:27 GMT | 4 |
for last few months i am seaching some VB6 sample to make my own VU meter to indicate the sound level for my video playback application. nearly i got 2 dozens of code, where i got only Couldn't get waveout
|
| Newbe question about fill | 22 Dec 2005 19:55 GMT | 2 |
I have a closed shape, containing three lines and two parts of a circle (arc) How can i fill this shape with a RGB colour ? Can someone give an example for VB6 ? Tia, Gerard
|
| debug.print not showing in output window of IDE | 22 Dec 2005 19:25 GMT | 1 |
When I do a debug.print("blabla") in VB (VS2005) it doesn't show up in the output window, what gives?
|