| Thread | Last Post | Replies |
|
| VB6 Timer with out form | 24 Aug 2006 13:09 GMT | 7 |
hi can i have a code like this Dim mytimer As Timer Public Sub Main() mytimer .Interval = 10
|
| MessageBoxA default button ? | 24 Aug 2006 02:15 GMT | 2 |
I'm using the MessageBox& (MessageBoxA) API function to display a prompt with the wType& set to vbYesNo + vbExclamation. When this pops up, it defaults to the "Yes" button - is there an easy way to have it default to "No" ?
|
| [again] forcing the CHECKED sign on a menu item | 23 Aug 2006 16:15 GMT | 6 |
A week ago I asked for a way to put a sign beside an item menu that has submenu items in fact, if an item has submenu items, that item looses its .Checked property
|
| WINAPI function for setting screen saver? | 22 Aug 2006 23:00 GMT | 30 |
A week or so back I asked about system power. Many thanx to J French for the code. Is there a function that allows you to set current screen saver, screen saver delay, etc? What I need to do is turn it off during certain periods
|
| Running an exe without bringing up confirmation dialogs | 22 Aug 2006 16:53 GMT | 8 |
How can i run an exe in silent mode; that is without the confirmation boxes popping up. For example i want to run vbrun60sp5.Exe from a code within my application.Hoe can i do that without bringing up
|
| LoadLibrary/FreeLibrary | 22 Aug 2006 12:35 GMT | 6 |
I have a user control in which I create a control from comctl32.ocx. The control functions as expected in the IDE and compiled. However, when I include a manifest file with the host app to apply xp themes, the app crashes on exit "The instruction at "0x773f26fb" referenced memory at ...
|
| [Popup] Icon to Popup | 22 Aug 2006 07:15 GMT | 2 |
I create a Runtime Modal popup Menù, and i need to associate an Icon to each Items...! Private Sub mButton_Click() Dim Pt As POINTAPI
|
| code to click button on webbrowser File Download dialog almost working but not quite | 22 Aug 2006 03:39 GMT | 8 |
I'm using a webbrowser in VB6 to download pdf files from a website. I build the URLs dynamically and when I navigate to a url the server allows me to download a pdf file. I want to automate the process so I watch for the "File Download" window then get the hWnd of the "Save"
|
| VB6 Timer with out form | 21 Aug 2006 23:12 GMT | 3 |
hi can i have a code like this Dim mytimer As Timer Public Sub Main() mytimer .Interval = 10
|
| Desktop Icon Creating- without WSH | 20 Aug 2006 15:17 GMT | 14 |
Hi Friends, Me again, is there any simple way to create an Icon on desktop WITHOUT USING WSH,(Windows Scripting Host) from a VB6 Application? Please Help. Thank you.
|
| Append text file on Server | 20 Aug 2006 09:03 GMT | 1 |
Hie , I need an API that would be able to append an textfile on a server(my own server)... .?? Gideon
|
| Explaination needed? WNetOpenEnum? | 19 Aug 2006 16:49 GMT | 3 |
Hie, ok i've look around here.. i found QUITE A FEW posts.. on this subject.. also i've been looking elsewhere for examples too.... This is the BEST i could find.. its from www.allapi.net .. THE PROBLEM
|
| Resource File and Text Handling | 19 Aug 2006 15:40 GMT | 2 |
I have looked into a lot of documentation and tutorials on how to use VB Resource Editor. But all of them explain loading of icons, gif files, jpg files in detail and conveniently just say text/string files
|
| How to create irregular shapes of forms in visual studio 2005/vb? | 19 Aug 2006 10:33 GMT | 1 |
How to create irregular shapes of forms in visual studio 2005/vb? I can do it in c++ but i don't know how can create this in visual basic.Please help me, i'm a beginner
|
| newbie sendmessage spy++ | 19 Aug 2006 08:24 GMT | 2 |
I'm trying to pull the text from a frame on a web page. At first I thought it would be possible to do something like ...frame(x).body.innerhtml but i got an "access denied" error on the frame I want - the other frames are fine of course :-( If I do a copy
|