| Thread | Last Post | Replies |
|
| Getting value from webpage to visual basic program | 28 Jul 2004 09:19 GMT | 1 |
Sorry if i dont post this in the right newsgroup but here it goes. Basicly i want a user to click a link on a webpage and it would launch a .exe file on the client PC.
|
| Where does the hand icon come from? | 28 Jul 2004 03:24 GMT | 6 |
I want to simulate in VB, a hot link so I need to get hold of the hand icon that is used in IE. I've searched my disk and can't find it, but it's got to be buried somewhere - probably in a DLL file. Can anyone help?
|
| LAN user names | 28 Jul 2004 00:47 GMT | 5 |
After hunting around the internet all day I'm ready to try my last resort... Does anyone have a routine that I can call which gives me all the user names on the LAN? I have VB6. Thanks! Scott
|
| Scheduled Tasks running VB code in Windows 2003 | 27 Jul 2004 23:24 GMT | 1 |
I have several scheduled tasks I have been unsuccessful in getting to run automatically on Windows 2003. If I have these same tasks running on an XP Pro workstation it runs fine but on 2003 they just remain in a "Running" status. I have made sure the run as password is set and ...
|
| Help with xlDialogsSendMail | 27 Jul 2004 23:16 GMT | 1 |
Can anyone help with the code I should use to address an email when using xlDialogsSendMail?
 Signature Kind Regards
|
| txt box won't validate | 27 Jul 2004 22:39 GMT | 2 |
I have a form(VB6) from which I copied and pasted some controls and code onto another form. I found that one of the text boxes fire the keypress event for the "ENTER" key. It allows other keys to be pressed but not the ENTER key, any Ideas?
 Signature Rick
|
| how could i use the sample.gif file that reside inside a .res file? | 27 Jul 2004 21:24 GMT | 4 |
could i know how to use the sample.gif file that i put into a .res file using the RC.EXE? i am using VB6.0 and i realize that there is a resource editor included, but since i got no MSDN, then i decide to use the RC.EXE (at least provide me
|
| Form loses focus so turns key commands off? | 27 Jul 2004 20:53 GMT | 3 |
Hi, I'm writing a program which has key commands to turn the mic on and off etc. A line similar to "If (GetKeyState(vbKeyA) And KEY_DOWN) Then " is run in a timer in a second form which is not visible.
|
| MSFlexgrid.... | 27 Jul 2004 18:58 GMT | 5 |
Hi all.. I have two question, hope that you all can help me... 1. If I want to bind data to the the Grid, in mshflexgrid I just use "set mshflexgrid1.datasource = rs"
|
| rs!FieldName vs rs!FieldName.value | 27 Jul 2004 18:07 GMT | 12 |
What exactly is the difference between rs!FieldName and rs!FieldName.value
|
| Sub Main was not found | 27 Jul 2004 17:22 GMT | 6 |
I have a project with only one form and it work when the form name is "Form1" but when I rename it I get the message: "Sub Main was not found in ProjectName.Form1" How can I make it work with a different name?
|
| Slightly OT: VBA and Office 2003 | 27 Jul 2004 17:06 GMT | 2 |
I've got some macros in Excel that use the office object library. One of my users has installed Office 2003 and gets the following error running my macros: "Error 1004 Programmatic access to Visual Basic Program is not trusted"
|
| Button drop down list component | 27 Jul 2004 16:44 GMT | 12 |
A friend is trying to locate a component which is a combination button and dropdown list. The behavior that he is looking for is that when the user clicks on the button the
|
| Network file | 27 Jul 2004 16:30 GMT | 2 |
I have a .WAV file on separate domain. In order to play this file within VB app. I need to create a share drive using user ID and password and then I can play the file.
|
| Multi select rows of a flexgrid | 27 Jul 2004 15:38 GMT | 6 |
Does anyone have some sample code that would enable me to multi-select rows in a hflexgrid. ie for the user to be able to hold ctrl & click on random rows of flexgrid
|