| Thread | Last Post | Replies |
|
| Set Date on Remote System | 28 Jul 2007 06:02 GMT | 1 |
hi all... ...is there a method or some code to change the Date and/ or Time on a remote system connected to the network? your time and help is very much appreciated - cheers...
|
| Card Shuffler | 28 Jul 2007 05:58 GMT | 6 |
All STUPID CODING ALERT (you were warned) OK, I know there's a simple mistake in here but I can't see it. I've been looking for hours and I think I'm going daft !!!
|
| closing an external window | 28 Jul 2007 05:43 GMT | 1 |
How can we close an external window which doesnt belong to our application. I am printing a pdf file using ShellExecute from my application, but acrobat reader is opened and printing is continued, can any one suggest how can we close this acrobat reader window. I am
|
| Create a file association for program | 27 Jul 2007 15:05 GMT | 5 |
Is there any information available on how to associate a file with your program and how to get the program to open and run the file when you double click on it. The same way I can click on a ".doc" file and Word opens and displays it.
|
| Image scrolling problem | 27 Jul 2007 00:11 GMT | 2 |
I want to make accurate positional measurements on a digital camera image, 2848W X 2136H. On a form I have two PictureBoxes, pic1 and pic2, both 320 X 240 and set to ScaleMode = vbPixels. Within pic2 there is an ImageBox, img2, set to Stretch = False. I load the original picture ...
|
| Wrapping 2 .exe's together | 26 Jul 2007 09:42 GMT | 2 |
I was wondering if it would be possible to include a .exe inside of a program? I want to make a program that will call functions from a .dll and another .exe but only have the user download one file. Any help would be appreciated thanks,
|
| VB40032.dll ? | 25 Jul 2007 20:43 GMT | 4 |
Thanks to all your help, I now have a working routine that is operating flawlessly on my system. Happy as a clam, I sent it to the people that really need it and an error pops up on execute : Missing VB40032.DLL. I am working on a Windows 2000 system, they are working on an XP ...
|
| Non standard/Fancy fonts | 25 Jul 2007 09:59 GMT | 3 |
I have a form that use 2 fancy font in my 2 label, I have instal those fonts before I make a form. when I package that application and instal to othr computer, I have to install fonts first to that computer. Is it possible to automatically instal those fonts while instal the
|
| Checking the presence of a Form in the program | 24 Jul 2007 15:54 GMT | 2 |
I have some VB Forms which are used in two different VB projects. In the two projects they should do more or less the same things but some small things are different. For example, if frmA is present in the program at run time, the header line should be A, and should call a ...
|
| Write to Internet Explorer from VB script | 24 Jul 2007 02:03 GMT | 1 |
How can I send a word string into Internet explorer from a script? Below is part of the program: Dim objIExplorer As Object Set objIExplorer = GetObject(, "internetexplorer.application")
|
| GetPixel | 23 Jul 2007 17:36 GMT | 2 |
Can someone please explain why I keep getting -1 when I right click on my form please? Private Sub Form_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
|
| vbtools microhelp | 23 Jul 2007 10:15 GMT | 1 |
I use to have a tool called VBTools from a company named Microhelp. I used this in a project I created in 1991 for masked edit fields. I lost or misplaced this disk and now I'm stuck. Does anybody know how to get this tool? My other option is to partly rewrite this code using the ...
|
| Making a Parser in C++ | 21 Jul 2007 12:22 GMT | 1 |
I am trying to make a parser in C++ for a pre-defined grammer of a language.. If any one has any helpful links on how to go about making it, i would really appreaciate it you could forward them to me.. Thanks in advance
|
| Auto Execute on load | 21 Jul 2007 03:07 GMT | 4 |
I am having trouble finding information that will allow a program that I write to execute on loading. I am writing a very simple routine that will look for a very specific file in a named directory and if found, rename it. This routine will be scheduled to load and execute at 3:00 a ...
|
| How to Add DB file with folder in VB6 Package | 21 Jul 2007 00:49 GMT | 3 |
I do one mini project in vb6. Back-end ms access. I want to add my mdb file in app path and inside database folder like this(app.path\database\test.mdb). But when i select my mdb file it was
|