| Thread | Last Post | Replies |
|
| devicename of defaultprinter | 06 Apr 2005 13:50 GMT | 23 |
How can I retrieve the devicename of the defaultprinter? I made a combobox with all printers in it, but I would like to set it standard to the default one. Dim prt As Printer
|
| mkdir | 06 Apr 2005 12:05 GMT | 10 |
When I use the mkdir command the directory created is read only, making it worthless. Does anyone know why or how to work around this? Thanks Dick
|
| GW BASIC to Visual Basic | 06 Apr 2005 09:55 GMT | 5 |
I had done programnming in GW BASIC and Assembly 10 years back, when I was in school. Later, I learnt C,C++, Core Java and COBOL. Will my knowledge of BASIC hold me in good stead while learning Visual Basic? Is there a resemblance between the two?
|
| Visual Basic GUI with Visual C++ console | 06 Apr 2005 09:02 GMT | 9 |
I'm trying to develop a system running on a PC, consisting of a Visual Basic GUI connected to a Visual C++ win32 console running in the background (which is doing most of the processing work). Inputs entered to the GUI will be processed by the win32 console and results
|
| Wininet.dll calls.. Help ? | 06 Apr 2005 06:41 GMT | 1 |
Greetings group. In searching for alternatives to the bug-laden OpenURL method of the Internet Transfer Control I ran across the following code, compliments of FreeVBCode.com. It works great for functional URLs, but not being adept with its Win API calls
|
| Is modal form loaded | 06 Apr 2005 06:09 GMT | 12 |
Is there any way of telling if there is a modal form loaded? I have lots of them, but as timers keep tunning in my main form I need to hold off processing until the modal form is unloaded. The only way that I have found is to load a non modal form and see if
|
| Help With Enter Key | 06 Apr 2005 05:53 GMT | 7 |
I have 5 text boxes on a form which I need to use the Enter Key to move from one to the other, instead of the Tab Key. Can any one help please? Thanks.
|
| Column Breaks Help | 06 Apr 2005 05:26 GMT | 1 |
I am trying to create a word document using VB6 and need to use columns breaks but cant seem to find out why my code doesnt work the way it should. It creates a column break but when i trying to go back to one column to finish off the document it takes the second column and puts
|
| compile error | 06 Apr 2005 04:32 GMT | 3 |
I am fiddling with the following code: in the form: Private Sub Form_Load() Dim Str
|
| Interact with Internet Explorer | 06 Apr 2005 04:16 GMT | 9 |
Hi everyone! Can you tell me how to interact with internet explorer, like make it go to certain site, filling some information, click on certain button, or get certain text from the web site that is being viewed in internet explorer?
|
| Cd Drive | 06 Apr 2005 03:54 GMT | 2 |
Is there a way to get a program to open the cd drive in VB?
|
| Run-time error 1004 | 06 Apr 2005 03:27 GMT | 3 |
I get a run-time error 1004 at this point in my macro code that was generated automatically: Range("L1").Select ActiveCell.FormulaR1C1 = _
|
| Raising events for UserControl arrays | 06 Apr 2005 02:27 GMT | 3 |
I am working in VB5. How do you mimmick Visual Basic's putting an Index argument at the front of the variables passed to an event when making your own control? This sounds kind of confusing so I'll simplify it.
|
| delete a record in a random access file | 06 Apr 2005 00:37 GMT | 22 |
Soz bit of a newbie question, how do i delete a record in a random access file?? tia bhav
|
| excel automation app won't quit | 06 Apr 2005 00:35 GMT | 6 |
i have an application that uses Excel automation extensively, and which works fine on the majority of the computers where it's used. however, on a couple of computers the excel application won't quit when my application is done. on the problem computers, i've run a
|