| Thread | Last Post | Replies |
|
| capturing dos output | 21 Apr 2004 03:29 GMT | 5 |
Hello to all, Can anyone please tell me how to capture the output of a dos command executed in shell function. thankyou in advance,
|
| VB Undos | 21 Apr 2004 00:31 GMT | 6 |
Is there a way to increase the number of Undo' s allowed in VB6???
|
| Menu Editor Alt shortcut | 20 Apr 2004 22:08 GMT | 2 |
When using the menu editor and using the & symbol before a letter to make it an Alt+ shortcut, the underline doesn't show up unless I press the Alt key. I tried it on both home and work computer and it does the same thing. Some reason for this?
|
| Please help move and recompile dll | 20 Apr 2004 22:04 GMT | 1 |
I have got a VB ActiveX dll project located and compiled in directory A. I have a test application (simple exe) with a reference to this dll in directory B. Both of these directories are in turn located in directory C (see below).
|
| VBA for Excel 2000: shell commands | 20 Apr 2004 20:53 GMT | 1 |
I'm developing an application in VBA under Excel 2000. I need to execute an external program and wait for it to finish. My reference book for Excel 2002 has a great example of how to do this: TaskID = Shell( Program,1)
|
| email using Visual Basic | 20 Apr 2004 20:36 GMT | 2 |
I'm wanting to send multiple emails using Visual Basic. I'm using .NET and I'm not finding any code to get this to work. Any ideas will be greatly appreciated!!!
|
| Using CR/LF in ToolTipText??? | 20 Apr 2004 18:47 GMT | 8 |
how is it possible to generate a ToolTipText with CR/LFs, e.g. lblTest.ToolTipText = "1. Row" & vbCrLf lblTest.ToolTipText = lblTest.ToolTipText & "2. Row" ...
|
| Panic Button Hit! Need Help! | 20 Apr 2004 17:48 GMT | 1 |
I am in the process of debugging a truly strange behavior in a VB6 standard EXE which makes use of three ActiveX DLLs (also created with VB6) Essentially the scenario is this One of the three DLLs is devoted to FTP (not MS, third party control). The scheme is that in order for ...
|
| How to debug an ActiveX from VBscript? | 20 Apr 2004 16:14 GMT | 3 |
I am kind of new to active-x programming, and need a point in the right direction. I have an active-x control that I wrote in VB6. I wrote a testbed in VB and everything seems to work OK. I included the testbed and
|
| VB.NET CStr Function Yields Different Results With SQL Decimal Value | 20 Apr 2004 15:02 GMT | 4 |
We recently noticed that the vb.net CStr function yields different results than the vb6 version when converting SQL decimal data, unless the decimal data has zero precision. The vb.net function returns trailing zeroes and the vb6 version does not. Why?
|
| Using DCOM to broadcast messages | 20 Apr 2004 14:31 GMT | 2 |
DCOM people, I used to use TIBCO Rendezvous software to do the following, but I can't anymore, so I have implemented my solution using DCOM. I have a DCOM server component that receives events from an external
|
| How to determine whether a particular port is open | 19 Apr 2004 23:41 GMT | 2 |
Is ther a simple way to determine whether a particular TCP port (i.e. 104) is open with visual basic 6.0? Thanks,
|
| A little OT but I need to know | 19 Apr 2004 23:33 GMT | 25 |
Whom better to ask than people in-the-know.... :-) What OS would you suggest?¿? It's time for me to purchase a new wizz-bang PC and I'm running into a problem getting the OS I want (Winders 98... I know *Old Timers Die Hard* ;->)
|
| Visual Basic communication with internet | 19 Apr 2004 23:20 GMT | 1 |
I have to develop an application in VB 6.0 that will use a database on a local PC. For this, there's no problem but my application will have to communicate with web pages. Is it possible with Visual Basic 6.0 ? Does it work properly ?
|
| Form gone | 19 Apr 2004 23:14 GMT | 2 |
I have win xp pro and vb 6.0 Pro I notice that when I run my .exe if my form is the top window and then I click on a window in the backround my form dissappears and the only way I can find it is by starting the task manager and switching to my running exe and it happens in the vb ...
|