| Thread | Last Post | Replies |
|
| Printing | 22 Jan 2004 23:46 GMT | 1 |
If I want to print to a sheet of Avery labels from within VB do I need to use CurrentX and CurrentY or is there another way to do it
 Signature Allen
|
| Minimizing all forms to single icon | 22 Jan 2004 23:14 GMT | 2 |
I can minimize all my app forms with one click easily enough, using the forms collection.... but is there a way to collapse them all to a single icon in the task bar? TIA
|
| Learning Visual Basic | 22 Jan 2004 22:44 GMT | 2 |
I am an avid Visual Foxpro Programmer who wants to learn VB. I have 6.0 installed on my system already and find that the structure is quite diffucult for me being a VFP guy. I would like recommendations on the best way to learn VB programming. My main goal is to develop
|
| Visual Basic on a Dell Computer | 22 Jan 2004 19:55 GMT | 1 |
I just installed Visual Basic 6 on a Dell computer running Windows XP. When I run the program, I get an error message, that I need to put in a CD titled, "Dell Picture Studio - Dell Image Expert", which I do not have. After several clicks I can get to VB.
|
| MS will remove VB6 and replace with VB.Net | 22 Jan 2004 18:39 GMT | 6 |
Guys, I'am a newbie in VB. I heard from a friend of mine that Microsoft will remove VB6 in 2008 ?. Is it true ?.
|
| ScreenShot | 22 Jan 2004 16:04 GMT | 1 |
To the web-address http://www.ecoprint.net/test/screenshot.zip there are the source of a software I wrote to capture screen pc with a fixed personalizable time. During running phase an overflow error appears.
|
| Question about Optionsform | 22 Jan 2004 15:28 GMT | 2 |
I want to use an optionsform in my program, so i added frmoptions. It has 4 tabs which i can click during runtime. Now i want to add my own radiobuttons, text etc to each tab, but i cant find out how to place them on the last 3 tabs.
|
| XP Look in VB6? | 22 Jan 2004 14:42 GMT | 1 |
I noticed somewhere on the net that VB6 programs can have a Win XP look. Is this possible? If so, how do I go about it? Thanks in advance.
|
| dll problem | 22 Jan 2004 14:36 GMT | 6 |
I am using Dev c++ to create a dll in c++ on windows xp pro. It provided me with a template and I added a simple function to return an int as a test. It compiled the dll ok and I added a reference to a Visual basic 6 project, yet when I call it VB complains about run time error 453 ...
|
| How to extract text from an HTML file | 22 Jan 2004 14:20 GMT | 1 |
Hello to Everyone! I am writing an application in Visual Basic .NET in which I am supposed to extract all the sentences containing a certain term in HTML document.
|
| SELECT BETWEEN 2 DATES | 22 Jan 2004 06:13 GMT | 17 |
I have a query, where i want to select between two dates, The from date and the To date. It doesnt seem to be working correctly for me. heres what i have
|
| VB6 XP Drivers | 22 Jan 2004 05:10 GMT | 2 |
I have a copy of Visual Studio 6 Enterprise Edition and I was using it on my old computer which was running Win98 I bought a new computer with WinXp and now I can't install the software. Can someone give me some advice on what I can do so that I can once again
|
| Binding Collection Error | 22 Jan 2004 01:16 GMT | 3 |
I have a combo box bound to a data source and I keep getting the 'Binding Collection Error' - 'Field Not Updatable, Bound Property Name: Text, Field Name: strState' I cannot find any explaination of the error anywhere and everything looks like it's setup correctly. I don't get ...
|
| IRR Problem | 21 Jan 2004 22:18 GMT | 1 |
I am trying to use the IRR function that comes as part of the Financial Library in VB6, but it is returning some weird values. The case i am testing is fairly simple: initial investment = 100000
|
| Installation Package Help | 21 Jan 2004 20:59 GMT | 4 |
I have a VB6 application that is dependent on a separate communications program (not VB). I'm looking into creating an installation package for my program that will call the installation for this separate communications program. Can anyone tell me if this
|