| Thread | Last Post | Replies |
|
| POP Server doesn't respond | 28 Nov 2005 20:39 GMT | 9 |
Greetings, all My program that retrieves email every X seconds is only half working. It waits X seconds, then connects to the pop server. Within 3 seconds, the POP server responds asking for the user, my program sends it, it
|
| grab selected text in other app | 28 Nov 2005 20:12 GMT | 4 |
I have a 3rd party application in which I have highlighted some text. In the app itself, it is not possible to determine which portion of the text is highlighted (for example like in MS Word, where you have a Selection object) Now I want to grab that highlighted text using a
|
| Shell command to execute FTP from vb6 | 28 Nov 2005 20:01 GMT | 4 |
Is there a way to call the Shell or ShellExecute command to call the DOS FTP functionality from vb6. I want to use the FTP dos functionality because of the extensive return codes and information it gives in the verbose mode. I want to log all information reagrding the FTP
|
| TransparentBlt - 16bpp bitmaps | 28 Nov 2005 19:47 GMT | 2 |
It's my problem with TransparentBlt function. From M$ documentation: ---------------------------------------- Requirements
|
| Open vs FSO vs API | 28 Nov 2005 18:51 GMT | 8 |
I need to work with binary data files (read-only if it matters). According to an MSDN Library document (Processing Files with Older File I/O Statements and Functions) it rambles on about ... "Ever since the first version of Visual Basic files have been processed
|
| Launch an outside application | 28 Nov 2005 18:42 GMT | 3 |
I want to have VB6 launch an outside application. I don't need to have it return anything, just launch it. What would the syntax be, please? My attempts have been along the lines of: system.execute anotherapp.pl
|
| Restore Buttons | 28 Nov 2005 18:01 GMT | 4 |
I have got a version control tool installed that works with the VB editor. Problem is I managed to delete one of the buttons when trying to copy it to a toolbar. How do I go about getting the button back as it doesn't appear on any of the lists when you try to add it in the usual ...
|
| Need help with replacing multiple strings of code | 28 Nov 2005 16:23 GMT | 2 |
I have this problem. I am redoing my code and I came to the point that I need to replace line: TapiRep = TapiRep & vbCrLf & "Command_formload " & CommandTail with
|
| animation Effects | 28 Nov 2005 15:01 GMT | 1 |
Hi all ,, just curious for about the animation effect about vb As i was playing card game i have noticed the animation of the game .. I have tryed a lot to create an smoot animation effect like this one
|
| 2 Lines ToolTip? | 28 Nov 2005 14:20 GMT | 1 |
Most of the controls in my VB6 application renders a tooltip when the mouse is moved over the controls but some of the tooltips are too long; so I did like to break it into 2 lines. I tried using vbCr, vbCrLf, vbLf & vbNewLine but that doesn't break the tooltip into 2 lines.
|
| newbie help | 28 Nov 2005 13:27 GMT | 2 |
I am out of school for about a year now. I have been given an assignment to create some sort of middle ware to operate between our core system and theirs. This is sort of my purpose in the grand scheme of things and usually I can figure out how to do it. But this one is ...
|
| ErrHandling: FunctionTemplate | 28 Nov 2005 09:03 GMT | 4 |
our company is trying to establsh a coding standard for VB6 although it might be a little late :-( as a result the following FunctionTemplate is possible any comments?
|
| Non-compatibility of a VB6 dll although code unchanged | 28 Nov 2005 08:18 GMT | 11 |
I have the following situation: I have a (quite large) VB6 dll which I compile in VStudio. Then, without changing anything, I recompile with binary compatibility set to the dll compiled just before.
|
| Active-X dll can not be called by Active-X exe when compiled | 28 Nov 2005 08:11 GMT | 6 |
I have a standard exe, an activex dll and an activex exe. The standard exe references the dll, as does the activex exe. From the standard exe, I call the activex exe. The activex exe runs fine as standalone.
|
| Run Time Error 35600; Index Out of Bounds | 28 Nov 2005 06:26 GMT | 1 |
Which control can induce that error? I cannot debug it, because it happens on remote computer. Please help, Jack
|