| Thread | Last Post | Replies |
|
| String Help | 24 Aug 2004 06:20 GMT | 2 |
I have a string ie BC3ELOPR8TY2UEDCX What I am trying to do is find a very simple and quick way of doing the following: Say I am looking for the string OPR8T and if I find it int the main string I want to through it out and keep what is left. With the above
|
| Newbie- Can a VBA procedure be converted to a macro? | 24 Aug 2004 03:55 GMT | 1 |
I am playing with an Excel spreadsheet with command button objects "floating" over the spreadsheet data. UGLY! I know how to use the VBA edit screens a bit, and I can find the VBA event
|
| Can a compiled vb6 (not .net) recognize if it is already running? | 24 Aug 2004 00:51 GMT | 7 |
Sometimes I end up with more than one .exe launched. Is there a way to recognize that so I can set a busy flag or something. Perhaps a windows api that can tell by the handle... program name...??? Any ideas or help appreciated.
|
| no accessible 'DrawText' is most specific | 24 Aug 2004 00:30 GMT | 1 |
DrawText has many overload. Two of which won't let me use the function because once accepts a ByVal rect and the other accepts a ByRef rect. How can I resolve this problem? Any help would be greatly appreciated.
|
| dcom on xp sp2 firewall | 24 Aug 2004 00:19 GMT | 1 |
I am trying to get my dcom server to work with the XP SP2 firewall. My server exe is install on XP SP2, the client which to tries create an instance of a class in the server is on W2K. I added the server exe to the Exceptions list in the firewall configuration dialog and I still ...
|
| File Copy Question | 23 Aug 2004 23:39 GMT | 7 |
I am using an example of a function I received from the Internet (Code is below). This works fine for me, but when the files to be copied are in use, then it throws up a criticle box saying file cannot be copied:<filename> in use by another program. I know that this is normal, ...
|
| RaiseEvent fires on same object over and over | 23 Aug 2004 14:38 GMT | 3 |
I created a class (cLink) that fires Events (e.g. Splitted) and another classe (cLineRoute) that has cLink declared withevents. Several cLineRoutes refer to the same cLink object. If that cLink Object fires the Splitted event, it keeps firing it on the first cLineRoute object in ...
|
| Dir on a remote directory | 23 Aug 2004 14:03 GMT | 2 |
Hello; I have a problem using Dir on a remote shared directory. example: Dir \\mycomputer\mySharedFolder
|
| ActiveX Exe component not working on Win2003 server | 23 Aug 2004 13:33 GMT | 1 |
This is kind of urgent. I have made a program in VB6 with one standard exe file that calls an activex exe server. The program is polling a directory to look for files that needs to be
|
| Urgent - Program ends without error message | 23 Aug 2004 10:50 GMT | 3 |
I'm using VB 6.0 and Access database using ADO. In my computer everything works fine but in my client's computers. The program end's without any error messages. I was able to make it work by putting some info messages in the middle of the code. Once the messages are
|
| Immediate window | 23 Aug 2004 08:50 GMT | 5 |
I use VB6 Is it possible to add a button that will clear the immediate window? If not - How do I find the hwnd of this window? I tried FindWindow api with no luck.
|
| call to a method in ActiveX EXE fails :-( | 23 Aug 2004 08:43 GMT | 1 |
I am writing an ActiveX EXE. It has this function: Public Function Method1() As StdPicture Dim tmp As StdPicture Set tmp = LoadPicture("c:\test.bmp")
|
| Word Doc Script | 23 Aug 2004 03:12 GMT | 1 |
I am trying to set up a simple button in a Word form that should be easier than this! I would like to have the following occur onclick: 1- open UI box that asks user for a file name
|
| how do i link to a webpage from vb script? | 23 Aug 2004 02:13 GMT | 4 |
I have a page where i want someone to put in a password click a button and if it is right go to the next page. I have all the code written except that i do not know how to tell vbscript to load a new page
|
| Status bar question | 22 Aug 2004 22:50 GMT | 5 |
I use VB6 and I want to put something on the main window status bar that is determined by actions in another window. When I set the value frmMain.sbrMain.panels(3).text="My text" I find that 1) the frmMain load code executes and 2) the text does not
|