How can I change the printer Windows uses in code without using the print common dialog? How can I change orientation?
1544How much gain in performance will I get if I write my number crunching routines in C instead of Visual Basic?
1383How do you make a TEXTBOX read only? Or, how do I prevent the user from changing the text in a TEXTBOX?
1663Post New Visual Basic Questions
How would you access objects created in ActiveX Exe and ActiveX Dll
How do I remove/change the picture property of a control at design time?
What is the difference between change event in normal combobox and dbcombobox?
What do you know about chaining views.
Is it possible to Access BackEnd procedures?
How would you create your application in DHTML?
What is Pseudocode?
How come I get a "No Current Record" error when I use a a Data Control on an empty table?
What is connection object in vb net?
How do you make a TEXTBOX read only? Or, how do I prevent the user from changing the text in a TEXTBOX?
Why API functions are Required?
How to use advanced data-bound controls.
What are the important components of OLEDB?
Which method is preferred to save datas like database?
VB ActiveX: Create a "drivelist"(D1) box, a "folderlistbox"(FLD1) that changes whenever D1 is changed , and a "FilelistBox"(FIL1) that is populated with the file lists under the selected directory in (D1).The file selected is stored in a variable "filename" along with the path. Question: How to use this activeX control in VC++ to get the selected filename?