| Thread | Last Post | Replies |
|
| Starting Browser In New Window | 17 Dec 2004 02:02 GMT | 3 |
I'm not sure whether this is a VB question or a Internet Explorer question. I have a program that sends people to websites by sending URLs to the browser using ShellExecute. Users are complaining that, if they have
|
| Logoff on network | 17 Dec 2004 00:42 GMT | 3 |
I need to programatically log of computers on my network from a remote computer. I know I could use API ExitWindowsEx(EWX_FORCE Or EWX_LOGOFF, 0) to logoff a local computer. Problem I am having is how can I specify a remote computer?. Also, program should take specified time as ...
|
| comdlg32.ocx file | 16 Dec 2004 21:51 GMT | 6 |
I have a program that is successfully running on Windows XP and Windows98SE computers. Now, however, one Dell Windows98SE computer won't run it. The message Failed to load control 'commandDialog' from comdlg32.ocx. Your version of
|
| How to control the parallel port in VB? | 16 Dec 2004 15:51 GMT | 1 |
There is a component for COM port, is there any component for parallel port?
|
| Blobs and C1 TrueDBGrid 7 | 16 Dec 2004 14:03 GMT | 3 |
Hey Randy, Ken, Monte, Larry, Jeff, Bob O, Veign and anyone else who may be able to chime in... We're using the ComponentOne TDBG 7 (free from the VSNet component pack they offered about
|
| Displaying Sort arrow in the listview column Header | 16 Dec 2004 13:31 GMT | 2 |
Hi ! i need to display a short icon/ arrow in a listview column header .. any body plz help me with this issue ... Thanks..
|
| Activex Exe/Dll reg/unreg question | 16 Dec 2004 12:33 GMT | 1 |
I'm using the following command line to reg/unreg ActiveX Exe/Dll Dll: regsvr32 My.Dll
|
| F1 VB help missing | 16 Dec 2004 09:31 GMT | 1 |
I used to have MSDN installed... after updating to XP, apparently one can not install MSDn CD no longer ??? I have and MSDN 2000 version and VB visual studio 6.0 installed when was WIN98
|
| Howto ensure application does not get focus | 16 Dec 2004 08:26 GMT | 12 |
I've an invisible helper application which should in the background. It has got a form, but that's invisible. Sometimes, my main application, upon starting the helper application, loses focus to it. How can I prevent the helper app from ever getting the focus?
|
| Application configuration parameters | 16 Dec 2004 01:23 GMT | 1 |
Application being developed in VB60 I am trying to figure out the best place to store configuration information for my application. For example, the user is going to print labels to a specific printer. Potentially, the user could change the configuration of
|
| Weird SELECT list behavior?!?! | 16 Dec 2004 00:14 GMT | 2 |
Has anyone seen this before? I have a SELECT list that is generated by VBScript. When I do a View Source on the resulting page, it has all of the elements for the dropdown, and the dropdown box appears on the screen, but
|
| how to show location of error? | 16 Dec 2004 00:12 GMT | 3 |
How do you make VisualBasic v6 show the function and line # when it gets on error? Is there a general method?
|
| MDI child form always behind | 15 Dec 2004 22:51 GMT | 1 |
Is there a way, in an MDI project, to keep a child form behind all other child forms? Thanks, Alan Sloan
|
| OCX question | 15 Dec 2004 22:21 GMT | 6 |
I am trying to go back to my MDI apps and make the Child screens in to OCX modules that are drawn on the fly. I am told it can be done, in fact, it may have been in this NG that I was told that. Anyway, I found some 'instructions' on how to do it and so far so good, however, many ...
|
| VB, ADO,Access 2000 and Record order | 15 Dec 2004 22:19 GMT | 2 |
Why is this happening? I have a simple VB project with a function: It opens a connection to an access database on a network share, and then executes a simple select * query. I now have a recordset object and I loop through it.
|