| Thread | Last Post | Replies |
|
| help: can't save picture with pset on it | 10 Sep 2003 17:38 GMT | 6 |
help!!!!!!!! i did a for i=1 to picture1.scaleheight/2 picture1.pset (i,i)
|
| How to set color property to multiple excel cells? | 10 Sep 2003 15:38 GMT | 1 |
I was able to set values to multiple cells using following code: With objSheet2 .Range(.Cells(7, 1), .Cells(mlngRowCnt, mlngColCnt)).Value = gsExcelArray()
|
| Set Desktop Wallpaper (VB6 WinXP) | 10 Sep 2003 14:50 GMT | 1 |
Can somebody please tell me where I can get VB6 code which sets a bmp/jpg file as wallpaper for WinXP. I thought I had some from the net, but its not working. This maybe because its not XP specific Thanks
|
| search in vb 6.0 | 10 Sep 2003 14:26 GMT | 2 |
I am still a newbie and I have an access dbase. I want to create a textbox where i can type in the first letter of a name, so that the appropriate names starting with the first letter will be shown. for example you type an A you will get all the names starting with A in the datagrid ...
|
| Print manager: set title of print job | 10 Sep 2003 07:14 GMT | 1 |
I'm using the Printer.PaintPicture method to print an image and I want to set the job title that the print manager will show. I already found out that this can be done by using the StartDoc API function. However, I can't figure out how to set the job title by API and do
|
| MS Access Database Replication from VB | 10 Sep 2003 06:26 GMT | 1 |
Have any of you ever controlled MS Access Replication from a VB application? I have a VB6 application where I have to send copies of the underlying MS Access 2000 database in remote areas (no LAN or Internet connections), then get the databases back and synchronize them.
|
| how to design the erro trap | 10 Sep 2003 06:17 GMT | 1 |
I want to design a centralized error trapper. I'm willing to hide the vb system error information,and use ourself defined error number and error text. But I think it's impossible to map all vb system errors to
|
| syntax question | 09 Sep 2003 21:25 GMT | 4 |
VB has the possibilty of using arrays as parameters in procedures (like public sub test( data() as string ) ) To use this parameter I do it like this : dim data( x ) as string
|
| Capturing the right word docucment | 09 Sep 2003 20:57 GMT | 1 |
I´m working on a program which types to a Word document. To get a connection to Word I´m using of course the functions CreateObject and GetObject. Everything works fine if not Word is already running. If I have open a Word document before I´m running my Vb-program everything is ...
|
| ComboBox ListIndex bug | 09 Sep 2003 18:07 GMT | 1 |
We are using the VB ComboBox and are having a problem in one case. Normally, if "garbage" is typed into the "text" part of the ComboBox, the ListIndex property gets set to -1.
|
| ???BUGS SSTAB??? | 09 Sep 2003 15:40 GMT | 2 |
I've a MDICHILD with 1 sstab with 3 TABS. When I select, for instance, TAB2, the controls of TAB1 continue visible. This just happens when I close de FORM while it's on TAB2 OR TAB3. Someone Help Me ???
|
| Newbie: getFolder(dirSourceDirectory.Path)? | 09 Sep 2003 14:10 GMT | 2 |
I hope this is enough so someone can tell me what I'm doing wrong. I am trying to patch some examples together (from help articles "Working with Drives and Folders" and "Files Property") to get a list of files in the folder of a DirListBox (dirSourceDirectory). If I type in an ...
|
| printing datagrid control | 08 Sep 2003 22:04 GMT | 1 |
I have some information from an ADO control into an datagrid control, now how do i print the wholde colums ?? Jeroen
|
| VB6 application automation | 08 Sep 2003 22:01 GMT | 3 |
Good day, all! I'm wondering if it's possible to write two applications so that they can each compile to their own EXE, but one application can manipulate the objects on the other application. For example... App_A
|
| Possible to return a list of installed software titles through VB? | 08 Sep 2003 11:39 GMT | 1 |
Is it possible/does anyone know where there's a code snippet that will allow me to read the contents of HKEY_LOCAL_MACHINE\SOFTWARE or something like that so I can get a complete list of installed applications?
|