| Thread | Last Post | Replies |
|
| Run IE from VB6 ? | 26 May 2005 04:16 GMT | 7 |
Does anybody know how, from VB 6 , I can run Internet Explorer and show an htm file from the disk drive ? I'm using Windows XP Thanks, Jennifer
|
| help with connection setup to newsgroup | 26 May 2005 02:08 GMT | 1 |
Apologies for sending this here. I normally post message to Deja news group through www.deja.com site. How do I set it up in my outlook express? What would be NNTP server name? Thanks in advance.
|
| Friend Property ques | 25 May 2005 23:26 GMT | 7 |
(ps this is in a vba routine but I hope it's vb general enough to be ontopic here) I'm surprised to see that a property procedure declared with Friend modifier can't be called by another function in the same form
|
| load extern exe file into mdi framework? | 25 May 2005 22:37 GMT | 6 |
Is there any way to load an extern exe file, such wordpad.exe into mdi with pre define size and position? Thanks, LK
|
| Problem returning DISTINCT records - MS Access | 25 May 2005 21:57 GMT | 3 |
Using an SQL query against an MS Access database: I have a table containing these records: Wave Route Order Carton 12 123 1212 002
|
| How do your read selected values from a BOUND ListBox in VB.Net | 25 May 2005 21:29 GMT | 1 |
I have been trying to figure out for days on how to read values from a Bound ListBox. The listBox gets the values from an Access Table. I can read values fine for Non-Bound ListBoxes, But the same code doesn't work for Bound, see below:
|
| SendKeys alternative - CopyMemory Woes | 25 May 2005 20:27 GMT | 2 |
I've been using SendKeys to automate a small utility which doesn't expose an automation interface, but ran into a problem, for which I found the suggestion that I use the WinAPI SendInput call instead. In trying to implement this, most of the sample code I've found has been in ...
|
| for, this is a complex problem.... | 25 May 2005 19:51 GMT | 9 |
....and i've been working on it for days and days. my half-bake, half-functional solution is sloppy, unwieldy, and out of control. i'm not the most mathematically logical person (i suck at mathematical logic, actually), and my methods tend to be very inefficient. basically what ...
|
| Multiple Versions | 25 May 2005 19:30 GMT | 7 |
I have an application that I need to have two versions which loads adds functionality. I was curious what others do to implement this. I do not want to have two version because of the maintanence problems it causes. I was thinking about using a file included with the program ...
|
| Detecting if Control key is pressed | 25 May 2005 18:58 GMT | 3 |
Hi, I am trying to determine if the user is pressing the control key or control + shift keys when the user form is loaded, so the proper controls are make visible. I am doing this in VBA. I tried using the apia functions GetKeyState and GetAsyncKeyState, but I haven't been able ...
|
| Installing Fonts | 25 May 2005 18:06 GMT | 4 |
I'm very new to writting VBScripts and I've written a VBScript to install fonts into the C:\Windows\system32\fonts folder. The script is running fine and it is being handled by group policy for a bunch of computers. The problem is that I can see that the files have been copied but ...
|
| dragdrop | 25 May 2005 17:19 GMT | 5 |
Can anyone dire me to code that will let me drag selected text from one text box to another text box and delete it from the first. i am a newbie
|
| WMI Select statement | 25 May 2005 16:09 GMT | 4 |
Sorry if this is posted in the wrong place but I could not find where to post this. I am trying to combine 2 Select statements, they both work fine by themselves, but combined I can't get them to work. See below
|
| MSFlexGrid : To catch Scroll Event | 25 May 2005 15:57 GMT | 3 |
How can I get the (vertical) scroll event for the MSFlexGrid control? Thx
|
| APP behaves differently in IDE vs EXE | 25 May 2005 15:40 GMT | 6 |
I have a VB6 app that is using DBGrid32.ocx as an unbound grid. The app has been running fine for a while but I started to see a problem on machines running XP with SP2. The user enters values into cells in a row. When they move off the row, the new values are saved to the ...
|