| Thread | Last Post | Replies |
|
| Shellexecute ... | 17 Apr 2005 23:32 GMT | 2 |
I m trying to execute a quick time with its movie from Button on my form. Can open the Quick time with shell("quicktime", vbNormalFocus") , but i cant open it with a loaded movie ready to play. Does it need to call some API functions?! I dont know please help!
|
| Visual Basic 6 missing switch.ocx | 17 Apr 2005 08:49 GMT | 1 |
>From new bie, I am trying to insert TegoSW from the components But I could not find it at all even I searched for the switch.ocx I could not find it , Can any body send to me that ocx .
|
| Mouse wheel and scroll bars | 17 Apr 2005 08:39 GMT | 2 |
Is there a way to make scrollbars react to a mouse wheel? Or do I need a WindowsHook?
|
| standalone exe and packing | 17 Apr 2005 05:30 GMT | 8 |
I want to make a small mail client, which need no install. it is only something to check mails on the server without keeping on them computer. I am using a winsock for the connexion. and when I wanted to pack it I
|
| Button Pictures | 16 Apr 2005 18:49 GMT | 4 |
Am I missing something REALLY STUPID??? I want a command button with an icon beside the caption. If I set .picture property at design time, no picture. (VB6 and an .ico)
|
| Office XP Style Menu in VB6 | 16 Apr 2005 16:47 GMT | 1 |
http://www.xpstyle-menu.com/ Office XP and .NET Style ActiveX Menu Control Office XP and .NET Style ActiveX Menu Control is the easy to use ActiveX control for VB that gives your application Office XP style
|
| Command Dialog Object | 16 Apr 2005 15:31 GMT | 1 |
Can any body guide me to the commandDialog object Where can I find from objects tool ?
|
| clearing specific area on a picture box | 16 Apr 2005 00:57 GMT | 49 |
well, if i have a background image loaded in a picbox. and then i draw something on to it using line and circle methods. is it possible somehow to clear only certain specific region on the picture box and not the entire picbox. something like
|
| VB6 and Access question | 15 Apr 2005 20:52 GMT | 3 |
OK, Ive got VB6 and an Access2000 DB connected through the DataEnvironment Designer. In VB6 I want it to select a row from an employee table based on the user that is logged in. I know to use Environ("Username") to grab the
|
| Counting SubStrings | 15 Apr 2005 20:41 GMT | 8 |
I have a string of length 40 which contains the numbers 1 to 9 in a random manner. Is there an easy way of counting the number of times the number 4 or the number 5 appear within the above string.
|
| Run time error 0? | 15 Apr 2005 18:19 GMT | 5 |
Hi Group, Has any body ever come across this error? I have a program which uses the dataenviroment to access a database and also I am using a custom user control to make a winsock array.
|
| Single copy printing with CommonDialog | 15 Apr 2005 17:15 GMT | 7 |
I include the CommonDialog primarily to permit selecting a printer in multiple printer systems. In this specific program, only one copy is to be printed. I would like to dis-able the Number of Copies area/selection on the common dialog form. With the following, only one copy ...
|
| Accessing DLLs | 15 Apr 2005 17:12 GMT | 6 |
OK. I don't what altered but now it don't work. I have an app witten in VB6 that uses a DLL (written by me in VC++6). I have both files in the same directory. Now it can't find the DLL. If I put it in the System32 directory, it cannot find it. How do I fix this? I never changed ...
|
| VB6 Programs & Decompiling | 15 Apr 2005 16:42 GMT | 7 |
I have heard it is possible to decompile a VB6 exe back to its code form. Is this true? Lets get one thing straight, I don't want to know how to do it, coz as far as I'm concerned the fewer people that know the better!
|
| API equivalent of Cls | 15 Apr 2005 16:40 GMT | 3 |
What would the GDI/API equivalent call for Picture1.Cls? And what about Picture1.Refresh? InvalidateRect(...) ?? Ash
|