| Thread | Last Post | Replies |
|
| RE: ADO fiter Doesn't work with " ' " | 14 Jul 2003 11:59 GMT | 3 |
I have to filter a recordset, based on a string, however some of these strings contain " ' " (or chr(39) ), for some reason the string in the recordset removes the chr(39)? Why is that?
|
| strating mpeg file by VB | 14 Jul 2003 06:14 GMT | 1 |
I'm looking for a code wich can open and autostart a MPEG file. thanks roy vervoort
|
| Is a domains necessary for DCOM? | 13 Jul 2003 15:29 GMT | 2 |
I have a VB6 standard exe acting as a client and a VB6 Active Exe acting as a server. The server has one public function that returns the servers current date. The client calls the server: http://support.microsoft.com/default.aspx?scid=kb;EN-US;266717
|
| Hex inverse function | 13 Jul 2003 04:42 GMT | 2 |
I want to converse a hexadecimal number to a decimal number. With a number it's simple, if you want to convert E6 for example you do: &HE6 But what if you want to convert a variable?
|
| Reading Selected Files in Explorer | 13 Jul 2003 04:41 GMT | 1 |
How can I read (no drag & drop) selected/highlighted files in Explorer? I need to hook this with SendTo so that I can read the files in my VB app. Thanks, Rakesh
|
| Cooling fan | 12 Jul 2003 08:03 GMT | 1 |
Does anyone have a program that will turn on the cooling fan on a laptop? ros
|
| extracting OS information | 12 Jul 2003 05:39 GMT | 2 |
how do i go about extracting OS Platform, Version, Build and company name from the OS? Should be a way to do it but i have no idea how. I sincerely appreciate your help. Thanx
|
| From an OLE Container to a File | 11 Jul 2003 13:14 GMT | 1 |
Hi everyone, i have the next problem: I can load images in a OLE Container in VB6, but now, i need to write those images in files, ¿wht can i do for?... Write an OLE Container's image to a BMP File???
|
| How to tell if WORD is on client PC | 11 Jul 2003 05:17 GMT | 2 |
I have a program that uses OLE automation with MS WORD. The way I have been detecting WORD is by intitializing it in a module and trapping any errors (error means no MS WORD). This causes false readings if WordPad is installed.
|
| Put application on top | 11 Jul 2003 03:53 GMT | 3 |
How can I put application on top - set focus on application (do it active) I lost focus of application when I run from my program another one and when then that application gone I need to return focut to mine - do it active or on top or whatever :))
|
| Importing data from Excel | 10 Jul 2003 22:45 GMT | 4 |
Hi guys, I'm a newbie in VB, and I'm trying to import some data from an Excel File into a text file. I know this can be done inside Excel, but I need a completely automated system. After looking through pages after pages of MS documentation, they all
|
| Do WebBrowser apps inherit ActiveX plugins from IE? | 10 Jul 2003 20:35 GMT | 1 |
It's a well-known fact that if you download certain free programs, many of them install various ActiveX controls in Internet Explorer which are very powerful, in the dangerous sense of the word (powerful). I know that the WebBrowser control is a "shell" for the underlying IE
|
| Internet Explorer Browser Helper Objects | 10 Jul 2003 15:08 GMT | 4 |
Does anybody have, (or know where to get), a VB typelib for Internet Explorer Browser Helper Objects? Thanks.
|
| newbie question :-) | 10 Jul 2003 14:17 GMT | 4 |
I have a vb project which contains a user interface, a vb dll which contains classes, and a activex control written in VC which is used in vb project, the activex control is referenced from both the vb project and vb classes
|
| Outlook-styled UI | 09 Jul 2003 22:12 GMT | 3 |
I am wondering if it is possible to create a multi-pane user interface similar to Microsoft Outlook w/out using .NET, but rather using vb 6. any help is appreciated
|