| Thread | Last Post | Replies |
|
| Procedure for restoring a menu removed with RemoveMenu | 22 Jul 2006 03:32 GMT | 1 |
I have a menu that I have created in another porcess, but after some time it disappears and I guess that this has been done with remove menu, because the handle is still there. How do I restore it and make it visible?
|
| VBA Question | 21 Jul 2006 23:15 GMT | 7 |
Hey everybody, I'm looking for VBA source code (using Ms-Word) that would would allow me to: 1- Initialize a variable (ie. "replacement-text")
|
| How to simulate a dbl click | 21 Jul 2006 21:24 GMT | 2 |
I would like to ask if there's a way to simulate a double click on a icon using something like sendkey or some other means? Thanks for your help. Ben --
|
| Copy commmand replacement | 21 Jul 2006 20:13 GMT | 5 |
I have a batch file which uses the Copy command in DOS mode. I like to know if there is / are something equilvalent in VB. I like to replace the batch file completely. Basically the batch file does a merge of multiple input files and merge them
|
| How to call class methods on object of a class that implements an interface? | 21 Jul 2006 18:59 GMT | 3 |
I have an interface IProduct. Several classes (Window, Door, etc.) implement that interface. I create an object like so: Dim myWindow As IProduct Set myWindow = New Window
|
| Replace , with ~ in a file | 21 Jul 2006 17:22 GMT | 2 |
I have a file (mine.ini) where I need to replace every "," with a "~". How do this? Thanks
|
| Passing Date type as reference | 21 Jul 2006 17:10 GMT | 8 |
I am passing a Date variable in VB 6.0 to a function and a sub as ByRef When I pass this variable to a sub, despite of my using ByRef the value of the date Variable is not changed, however when I pass the same thing to a function it modifies the value of my variable
|
| Row selection in MSFlexGrid | 21 Jul 2006 05:54 GMT | 4 |
Can anyone help with selecting one row only in a MSFlexGrid. Currently my program gives several rows to choose from and when finished highlights the first row. What I require is when the mose pointer runs up and down the list a single row is highlighted.
|
| Couldn't get process information from remote machine + XP Sp2 | 20 Jul 2006 23:30 GMT | 1 |
I have the following problem: I'm using the function GetProcesses in the class Process ( System.Diagnostics ) to get information about processes on the PC's I have administration privilegies.
|
| Printer Object Document Name | 20 Jul 2006 22:51 GMT | 2 |
Does anyone know how to change the name of a document being sent to the VB 6.0 printer object. They are always called "Microsoft Visual Basic". Thanks, Tom
|
| vbp and installer | 20 Jul 2006 21:43 GMT | 6 |
When I open the myapp.vbp it automatically invoke the installer (the msi file), I have to hit cancel several times before I can get to the VisualStudio IDE. Also, when I run from IDE, the installer keeps popup. Questions:
|
| problem with "On Error" and web queries | 20 Jul 2006 21:00 GMT | 1 |
Why does "On Error" occasionally fail to make a difference with the following web query? Once in a few hundred iterations there will be a timeout or resource not available message that does not seem to get caught by On Error. The failure is always on the last line: ".Refresh ...
|
| How could I launch VBA progammically | 20 Jul 2006 19:49 GMT | 9 |
I am testing our VBA macro features. I would like to run my VBA test scripts programmically as a part of automation process. Is there any way to do that? Thanks in advance,
|
| Find a top level window from given process id | 20 Jul 2006 19:04 GMT | 1 |
I have multiple instances of a program and I want to find the top window for a specific process ID. I have the process ID using OpenProcess, but how to get the hWnd for the top window (afterwards I am modifying the menu)? Today I have a rather complicated method using FindWindow ...
|
| Checking password against AD | 20 Jul 2006 17:01 GMT | 3 |
Does anyone know of some code that allows a user/password check against AD ? The one I'm using know crashes in some systems. Thanks, David
|