| Thread | Last Post | Replies |
|
| Problem with repainting | 03 Sep 2005 16:25 GMT | 2 |
I have an app with the following 2 controls: 1. sgrid2 from vbaccelerator 2. vbusplitter from vbuniverse I've changed the splitter to raise the relevant mouse events when the user
|
| ren time error 438 | 02 Sep 2005 20:45 GMT | 2 |
Hi, I am new to VB and am trying to get a script to work. I keep getting a Run Time Error '438' when I try to run it. Here is the scrpit: Sub splitter()
|
| Registering an ActiveX exe | 02 Sep 2005 19:40 GMT | 2 |
I would like to register an active X exe. I have tried using Regsvr32, but that appears to be only for dlls and ocx's. I looked for quite a while and could only find a few snippets. I read somewhere that activeX exe's were self-registering, by calling them with a
|
| VB control Help | 02 Sep 2005 19:06 GMT | 1 |
Weather i can create a SWF file in VB using Any MEthods or Functionalities ie., I want to Create a VB Project that can Create SWF at runtime, with the Given MP3 music and Background Image. Weather Can Any one Help me in getting this Project done
|
| Getting files form directory structure | 02 Sep 2005 17:22 GMT | 24 |
In VB 6.0 how can I get all the file names from the current folder and all sub folders under it?
|
| XP HDTV VGA laptop display problems | 02 Sep 2005 16:11 GMT | 4 |
I am having basic form layout display problems only on this new video format even when I set 1024 x 768 display size rather than 1280x720 3:2 ratio. VB is simply not coexisting with this display and form objects are in the wrong places and have incorrect height to width ratios.
|
| Peculiar file date behavior | 02 Sep 2005 15:48 GMT | 6 |
I have code to copy a file from a network location if the local copy does not have the same DateLastModified as the network version. This has worked well on many computers around my department, except one. On that one, the network file is copied to the local drive and the ...
|
| Classes With a Form | 02 Sep 2005 14:04 GMT | 28 |
I need some help in VB6. I have an Standard EXE that calls and ActiveX EXE. The ActiveX EXE has a class and a form. The class is created by the Standard EXE. After some basic initialization, the Class in the ActiveX EXE opens a Form in the ActiveX EXE
|
| Check for a running process. | 02 Sep 2005 13:40 GMT | 1 |
Hey everyone. When my product is being installed by windows installer package, I have to check whether a process with the given name (ex. "bcb.exe") is currently running on the machine (and popup a notification dialog if the precess
|
| Remote Registry HKCU entries | 02 Sep 2005 12:46 GMT | 4 |
I am trying to write a script (vbs) that will run under an operator's domain account, connect to a local machine and add entries to another user's HKEY_CURRENT_USER settings. So far all I've been able to do is write data to non-user-specific areas
|
| Controls in VB for Flash | 02 Sep 2005 12:23 GMT | 1 |
What would be the methodology That we can use to crealte a Simple SWF File from Flash ie., Weather Is there Any Method or code to Grenerate a SWF file from Flash
|
| URGETN !. How to check a file status/attributes ??? | 02 Sep 2005 11:38 GMT | 4 |
I'm writing a program in VB which will read all files from a folder that I specify. For instance the folder name is "D:\process" Folder "D:\process" is contniiously getting the files every 1 minniutes from another server via FTP. What I'm basically looking for is I need
|
| Best way to make common routine universally available? | 02 Sep 2005 11:01 GMT | 2 |
I'm thinking it would be advantageous to have a common call in nearly all subs/functions/classes/dlls/ etc that would be a reporting mechanism which would track program flow and be usable for debugging or reporting purposes.
|
| WM_CLICK | 02 Sep 2005 09:47 GMT | 2 |
i have searched the web for WM_CLICK and i have found a lot however nowhere did i find what the constant for WM_CLICK is or how the wParam and lParam parameters are used/interpreted
|
| search text in packets of tcp/ip | 02 Sep 2005 09:38 GMT | 2 |
I have and application that receive from internet some text and display it. And I want make an external Visual basic application that search this receive text and evaluate it. I know that exits sniff activex. Is this the solution?, how I can do
|