| Thread | Last Post | Replies |
|
| Silent install from VB6 | 06 Jun 2006 14:27 GMT | 11 |
Is there any way to make "Silent install" from a VB6 project. Either using VB6 setup program or Installshield Professional 6. We want to start and install our VB6 program "silent". No popups and stuff....
|
| Detecting mouse click outside current application | 06 Jun 2006 13:47 GMT | 6 |
Does anyone know how to detect mouse clicks outside the current app? I need to catch the color of a pixel clicked anywhere on the screen. Mike
|
| How to close the dynamic new form | 06 Jun 2006 12:09 GMT | 3 |
I dynamic allocate new form, Dim NewForm As picForm Set NewForm = New picForm NewForm.Picture1.Picture = pic
|
| How to generate system Error in WinXP ? | 06 Jun 2006 09:37 GMT | 12 |
I am facing a problem with VB6 coding in WinXP SP2. After saving a data in registry by Savesetting() And if that application is unloaded improperly, the registry settings are not saved.
|
| How to show a icon/small picture as MSN incoming msg? | 06 Jun 2006 04:47 GMT | 4 |
I will have some incoming pictures, when I got those pictures, I want to inform user by a dynamic floating picture as MSN in the taskbar and then disspear. Best regards,
|
| Text embedded on VB6 form? | 05 Jun 2006 23:51 GMT | 3 |
I am building a form in VB6. I was trying to copy a button and place another. Somehow I did not get the button selected, so it was not copied. When I hit Paste, instead of the button being duplicated a long string of text that was previously copied was written on the form itself.
|
| OOP Question | 05 Jun 2006 18:41 GMT | 9 |
How do you create a form and attach a commandbox (button) to it in OOP. Thanks! Sharrukin
|
| Linked spreadsheet error #Num! in Access 2000 VB | 05 Jun 2006 18:27 GMT | 2 |
I'm new to both Access and VB, and have created a module to run a report that links in a spreadsheet with mixed data (numeric and alpha) that I'm looping through and comparing to an access table for the report. I have tested with this scenario successfully using a test
|
| ActiveX.exe more problems | 05 Jun 2006 16:30 GMT | 38 |
Thanks to LFS I am almost in business on this. But now it's getting tricky. If anyone has a few minutes to spare, I have placed the ActiveX code on my web site http://home.surewest.net/galen/index.html under Downloads.
|
| VB with MapPoint | 05 Jun 2006 16:30 GMT | 2 |
We want to create about 2,000 maps in html or pdf format using MapPoint. Each map represents several, usually 10-20 zips located around each of 2000 stores. A store is defined by its latitude and longitude coordinates. We can create 2000 files containing zips for each store.
|
| large icons in listview | 05 Jun 2006 15:39 GMT | 2 |
I'm trying to display large icons in a Listview. I have set the View to 0 - lvwIcon but I don't see the images. I have connected the imagelist with (48x48) icons to the Listview Normal ImageList
|
| error -2147467259 on fresh copy of win XP | 05 Jun 2006 13:02 GMT | 1 |
1.I have just installed a new copy of windows xp on my computer. 2.I have installed visual basic 6 package with sp6. 3.I had an EXE application running on my old computer (that ran just fine). 4.On my fresh copy of xp I am getting an error message when I’m running the
|
| How to pop up a form/picturebox | 05 Jun 2006 10:25 GMT | 3 |
I use a camera to capture images, when difference larger than threshold I want to pop up a picturebox or form to inform user, could you please advice? Thank you very much!
|
| Does VB have something like the C++ sizeof() function | 05 Jun 2006 09:51 GMT | 3 |
I'd like to find something to tell me the memory size of an object I have created. Does VB have anything like this? Thanks.
|
| Check for Application Idle time???? | 05 Jun 2006 08:42 GMT | 3 |
I have an application installed in my client computer. While the user is still using my application and he switched to another application, e.g. MS Word. My Program will then want to know how to detect whether there's any activity
|