Description:
Microsoft Visual Basic newsgroup.
|
|
|
Commondialog.showprinter
|
| |
Hi evereone, I would like to know what command I should use with the COMMONDIALOG.SHOWPRINTER (ex.: Commondialog1.showprinter) to cancel the print job. My problem is that when I call the commondialog1.showprinter and I would like to cancel the job, when I click "Cancel"; I am still getting the print... more »
|
|
Can you send actual keystoke command not virtual Sendkeys
|
| |
Hi All, I want to be able to send actual keystokes to a application. Certain programs can detect that I am using Sendkeys and block the strokes. Is there anyway inwhich I can send an actual key stoke via API as though their is an actual person present pressing the keys? Thanks
|
|
Run-Time Error 5 - 'Invalid procedure call or argument' error msg
|
| |
Hi, I had searched through the internet to look for possible solutions of this 'Run-time error 5 - Invalid Procedure call or argument' error msg but that doesn't help. Most of the causes of this error is due to Set-Focus. I had tried to comment the Set-Focus syntax but I still have the error. The problem is as follow... more »
|
|
Copying Folder
|
| |
Medic is a folder. What code would I use to copy folder C:\Program Files\Medic to: F:\Program Files Regards, Bob Mignault
|
|
VB Class definition
|
| |
When I look at examples of "Class modules" in VBA Developers Handbook (Ken Getz) I see private data and public methods declarations, but there is no header line or End. However, when I insert a new class in a VB project in Visual Studio 7 I get what looks more like a C++ class declaration, i.e. Public Class myClass... more »
|
|
Code suitable for different projects
|
| |
Hello, I am using a few forms in different projects and add therm as link in each project. I want to make the code so general, that they fit in every project they are linked to. For instance I want to set the text property of a StatusStrip mdiProject1.sstProject1Info.Te xt = "Testing" but also in Project 2 the same code must apply, so I try to use variables as... more »
|
|
Choice Field
|
| |
Hello, I'm using Teleform software with VBA capablities. I have the following Field Type : Choice Field Data Type : Numeric Length : 2 I'm trying to assign the number 8 , if the Field. Status = Const FldTooMany (If the person marked off more than 1 choice) The values are 1=Yes, 2=No, and 88=Other... more »
|
|
Please help me in vb6.0 and sql 2000
|
| |
Please help me:i am doing programming into vb6.0 i want create one procedure with below requirement in sql 2000. 1)first want run below given select query in VB 6.0 select max(defdate)'DEFERDATE',imagen o from logsheet where imageno not in ( select imageno from logsheet where querystatus ='N') and cast(convert(varchar,... more »
|
|
How to access property of PARENT custom class instance from a CHIL
|
| |
How to access a property of the PARENT custom class instance from a CHILD custom class instance. Simply as a convenience for discussion ... let's assume A Mammal has teeth Teeth are an array of Tooth's From inside one instance of the TOOTH class ... ... how do I get access to a property (Carnivore) in the... more »
|
|
|