Description:
Visual Basic in general.
|
|
|
Free WWB-COM editor
|
| |
Hi, does anybody may recommend me a free WWB-COM editor which is freeware? Many hanks in advance, Marco
|
|
VB(A) library of Bessel functions
|
| |
Hi all, does anybody knows about a free VB(A) library containing all kind Bessel functions for real and / or complex arguments. Any feedback would be much appreciated. Many thanks in advance, Marco
|
|
Can't find DLL in search path
|
| |
My VB6 app uses a custom written dll. The app runs (launches) fine but when it comes time to call the function in the DLL it throws an error "File not found: pgOverlay.dll" I've put that DLL in the app's folder (where the source code, the exe, and all the rest of the project files are), in the \Windows\system32... more »
|
|
Passing object across processes
|
| |
Hi, I would like to be able to create an object from one process (proc1.exe) and somehow pass instance os it to another process (proc2.exe). Obviously this has to be out-of-process object. Best approximation I have is 1) create instance in proc1.exe and make it active using RegisterActiveObject (proc1.exe is non-managed C++ application),... more »
|
|
Changing names in a directory from data contained within a spreadsheet.
|
| |
I have a spreadsheet with information on homes that need to be photographed. There are 4 photos per home loaded in the directory in the exact same sequence as the spreadsheet. I need the 4 photos in the directory to have the name with the data contained in [ column B ]. Example photo 1, 2, 3, 4 to be renamed to 33704374.1, 33704374.2,... more »
|
|
biological query
|
| |
This is a difficult question to phrase right so I will take some time to do it properly. Is the sense of taste more similar to this: select case food case food.salty : Report_Salty() case food.sweet : Report_Sweet() case food.sour : Report_Sour() case food.spicy : Report_Spicy() end select... more »
|
|
catch event from other running app
|
| |
Hi, I'm looking for a way to customize an existing application by adding some additional code on top of the running app. I would like to catch some events (like double click on text field) from an application (running binary on win32) and attach an extra external vbs code. I understand that I won't be able to access application internal... more »
|
|
VB6 cohabitate with Visual Studio 2005?
|
| |
I have VB 6 professional edition installed and I'm pretty happy with it. But I have an upcoming project using a book where the author used Visual Studio 2005 and some tools not avaiable in the older VB6. Can I install both on the same computer without conflicts? Thanks.
|
|
Finding Variable Title Bar Text
|
| |
Hi, I am trying to use various API calls to target an application for which I want to send keystrokes via the SendKeys functionality. The problem with this application is that the title text varies depending on numerous factors (version of software, Which database is currently loaded ... etc). I basically want to be able to:... more »
|
|
|