| Thread | Last Post | Replies |
|
| Draw pixel | 18 Mar 2007 13:42 GMT | 10 |
How can I draw pixels to a VB6 form? I do not want to draw onto a picture box, but instead draw right onto the form. So for a very simple example, I would want to draw a square, pixel by pixel to the form. I have seen some examples that draw pixels to picture boxes,
|
| Cab file on webpage | 18 Mar 2007 03:20 GMT | 2 |
I am trying to get a CAB file that contains a custom ocx file to work on my webpage. I used the package and deployment wizard to create the cab file and everything works fine on my computer, but as soon as it gets to the web server all I see on the web page is a little box. I
|
| Remote Desktop Launcher | 17 Mar 2007 00:17 GMT | 1 |
Hoping that some kind soul can help me - I'm a total newbie and stuck already. I am trying to update a little batch file that I wrote a while back that asked the user to pick
|
| *Urgent* Cannot run compiled EXE - system restarts! | 16 Mar 2007 23:42 GMT | 1 |
I cannot just open any EXE files compiled by me in Visual Studio 2005. When i try to run any EXE (or try to edit the code in VS 2005), my system simply *RESTARTS!* No error messages - no warnings!!
|
| Set Clock | 16 Mar 2007 18:11 GMT | 6 |
How can I reset the system clock automatically twice a year for the Daylight\Standart times? When congress started talking about changing the start and stop dates for daylight saving time, I just shook my head. When it became official, I was
|
| the easiest way to view sound effect | 16 Mar 2007 09:18 GMT | 3 |
hi every one is there certain function to hear sound file located eg. desktop? i mean if i have file "a" in the desktop i want to use it in my prg when eg..press botton
|
| filelistbox multiple selection | 16 Mar 2007 00:16 GMT | 1 |
Please can somebody tell me if it's possible to make a filelistbox multiple selection? (by highlighting) and if so, how? Thankyou for reading, James
|
| Opposite of this code | 15 Mar 2007 17:50 GMT | 1 |
I want to select all instead of clear all..thanks Private Sub btnClearChoice_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnClearChoice.Click Try
|
| VB Excel - Macro how to specify column length that may change each time | 15 Mar 2007 13:46 GMT | 1 |
I am writing a macro and need help in how to correctly code the column / row size for a column that may change each time the macro is run.
|
| Sizing an embedded ActiveX control in web page | 15 Mar 2007 01:14 GMT | 7 |
I have a ActiveX control that loads into a web page. Support is for IE only. What I have noticed is that when the browser width is at a certain threshold the ActiveX will take on a width much smaller than the browser's width. For example, if the browser's width is 100 pixels wide ...
|
| VB6, SocketWrench & FTP Dir Listing | 14 Mar 2007 20:48 GMT | 1 |
I use the free SocketWrench from Catalyst in several FTP transfer programs, but in one of the programs I need to download a directory listing from the FTP server, for which I have been using INet WinSock. The program does the following:
|
| file extentions | 14 Mar 2007 17:37 GMT | 3 |
What are the differences between .cls, .bas and .vpn files in VB6/ sourcesafe?
|
| ActiveX component issue a Javascriot command? | 14 Mar 2007 08:36 GMT | 1 |
I have an ActiveX control that loads into IE. Can an ActiveX control issue a JavaScript command? I'm guessing not; assuming that there would need to be some sort of DLL registration that exposed the function I want to call but I wanted to make certain. Perhaps some external event ...
|
| How to draw a circle and blocked with color in printer | 14 Mar 2007 03:46 GMT | 4 |
How to draw a circle and blocked with color in printer? Any Idea TIA Yanto
|
| Variable Select Case ranges ? | 13 Mar 2007 18:03 GMT | 5 |
I have developed a utility which performs actions relevant to various image file formats as defined by a user. The user selects images from a directory they have specified. Only images of specified (extension type) are considered within the
|