| Thread | Last Post | Replies |
|
| Run Unix command from Visual Basic | 04 Nov 2006 02:43 GMT | 2 |
Goodmorning, I must build a Windows application usign Visual Basic to run commands on a remote Unix Server. On Internet I have found a component (wodSSH) to do this operation.
|
| Is looping FindWindow() ok? | 04 Nov 2006 01:29 GMT | 1 |
We have a simple little c# 2.0 app that’s sole purpose is to look for a dialog box from another app to pop up and then click it’s OK button. To do this we use a form with a timer control and some unmanaged code. The app works perfectly in test but I’m concerned about long term ...
|
| how to find out the execution directory? | 03 Nov 2006 23:59 GMT | 2 |
I'm having a problem sourcing a data file during execution. I'm counting on the fact that it will be stored with the executable but I can't count on where the exe will be stored. I've tried capturing the value of CurDir() at the start of execution but that seems to vary
|
| VB6 ActiveX DLL Form & Excel | 03 Nov 2006 23:51 GMT | 9 |
I am trying to do something that should be quite easy, but I can't get it working right. Instead of a VBA userform, I want to use VB6 form as front end to Excel workbook.
|
| How to send a message from VB to a textbox on a java window? | 03 Nov 2006 22:52 GMT | 1 |
I'm trying to send a message to the textbox on a java chat window by clicking a button on my VB program using windows api, but Spy++ doesn't recognize it or anything else inside the window. I noticed I can get the handles of things inside the window for programs like AIM, but for
|
| Weird DataReport problems | 03 Nov 2006 22:32 GMT | 11 |
On my main data form, I have a cmdButton to display a DataReport. When I click on the button (code below), it displays the data properly, but on my main data form, it causes my "current record" label to show "-2 of 303" (prior to hitting the cmdButton it shows "1 of 303").
|
| best practice for database connection on website | 03 Nov 2006 22:19 GMT | 1 |
Hi. I have a general question on the proper way to handle database connections on a website. Here are the specifics... Website written in asp Pervasive database
|
| Help: How to access Outlook PST file and count items | 03 Nov 2006 20:55 GMT | 3 |
I need to write a small application in VB6 Enterprise Edition that will scan a user's drives and report all PST files and how many mail messages (etc.) are in each one. Is this possible using the Microsoft Outlook 10.0 Object Library and if so
|
| Persisting Session | 03 Nov 2006 18:01 GMT | 3 |
I have an application which will be running under a larger, umbrella site. That larger web app/site uses session variables that I access to identify the user, and has a timeout of 20 minutes which I am unable to affect. However, the nature of my application is such that users would
|
| Help and IE 7 | 03 Nov 2006 17:01 GMT | 10 |
Sorry if I have to ask in another group. I installed IE 7 on my development machine. Since that Help for my VB 6 application located on the server is not displayed. I do not suggest users to upgrade to IE 7 until I find some solution for the problem with
|
| Query on detecting file path at run time | 03 Nov 2006 14:01 GMT | 2 |
Gentlemen! Greetings! We are herewith presenting our query on detecting file path through our application at run time as follows:-
|
| VB Code to validate password strength | 03 Nov 2006 11:30 GMT | 9 |
Can anyone tell me or point me to a code which validates the password field? The password field should be matching this rules before it is submitted 1. Password should be a minimum of 8 characters.
|
| How do I automatically get my app running with focus when a PC is | 03 Nov 2006 09:35 GMT | 10 |
I need a PC to operate a magnetic card reader (data appears as keyboard input). I can set Xp to automatically log on as a particular user and I can put a shortcut to my app in the startup folder, but Xp loads with focus on the desktop, not my application. Since card reader input ...
|
| Show data at difference ComboBox | 03 Nov 2006 09:05 GMT | 3 |
How to add different data from same field from a Recordset to difference combo box (style 0). Let say I have : 1 table – Table1
|
| downloading files | 03 Nov 2006 04:51 GMT | 2 |
I have a website that has a bunch of items, pictures, documents etc... I am having trouble gettign to them via FTP. Sometimes it works, sometimes, it connects but doesn't display anythgin on the webhost site. Anyway, if I enter inteh url into IE, I am able to access teh pic, or
|