|
Indicator to Run One Time Basically, I want my VB6 app to do something different the first time it runs, after the PC is restarted, than any other times. I want it to be triggered by my app (not just have an app in the Startup group), so if it is never run, it isn't needed. But I want my app to update a data file from a remote location ... 28 Jul 2008 10:00
Help Automate SQL Upload I want to be able to right click on any file on my desktop/pc and have a shortcut "Copy File to Doc Manager". The short should run an application that will copy the selected file to a pre defined location. I am not quite sure what I can use for something like this. Can a VB program do this? Please point me in... 24 Jul 2008 11:53
How to detect unicode text? How to do that programmatically? I do not care what language etc, only I need to know whether the outside text (open text file or Excel spreadsheet) is Unicode or not. Jack ... 28 Jul 2008 01:49
FlexGrid .TopRow Property Wierdness I have a standard flexgrid in my project. I add rows during run time. I want to make sure that the last added row is always visible without the user having to scroll the grid. I use the TopRow property to control this. In the IDE... everything works just like I want. As I add a row... all rows are visibl... 24 Jul 2008 01:38
ado vb6 read write mdb jet4.0 wondering about read write ability hitting an .mdb with ado given moConnection is an adodb.Connection ors is an adodb.Recordset opening db with these settings msConnString = "Data Source=" & msDatabaseName Set moConnection = New ADODB.Connection moConnection.Provider = "Microsoft.Je... 24 Jul 2008 09:48
Passing integer value between two classes as ByRef Hello, I have created the following two form classes as below. On each form, you have one button to release some events in order to update values / results. Even if ByRef is used in order to update variable a_form1 each time if a_form2 will be changed, the "call by reference" is not really done, it is call ... 23 Jul 2008 19:30
Doing Two Things At Once This is Windows, right? So I know I can. But I'm not sure how: I want my program to start up using a local data file (about 10 MB in size), so operation can be quick, and then, in the background, check for and copy an updated version of the file for use later while still using the program. Locally, over our GB... 28 Jul 2008 14:08
System Error &H80070057 "The parameter is incorrect" Hello, I have added "Microsoft Forms 2.0 Object Library" as a component to my project for Unicode support. However, when trying to load any of it's controls I have that error: System Error &H80070057 "The parameter is incorrect" Is it something to do with my Windows XP PRO? Thanks, Jack ... 24 Jul 2008 12:55
FolderExist and UNC Path Problem Hi All, I have the follow situation: In may Server A i have test asp page with the following code <% mImportDirectory = "\\BAIVMAST3\cvmData$" set fso = Server.CreateObject("Scripting.FileSystemObject") response.write mImportDirectory"="&fso.FolderExists(mImportDirectory) %> when I test the page int... 23 Jul 2008 11:15
login via VB or VBA With: http://www.cerved.com/xportal/web/ita/ Click on "Area Clienti" (on the left of home page) appear the tipical form to login. Ho to insert user and psw in login form and press ok? Possible to with VB classic or VBA or VBS??? note: Now i just have a code to navigate in IE ... 23 Jul 2008 17:26 |