| Thread | Last Post | Replies |
|
| can not find server | 08 Aug 2006 21:13 GMT | 1 |
I have created and published an application. The internet explorer appears with a message that the page can not be displayed. The address bar shows "http://location of file/appname.application"
|
| User-level protection in excel | 08 Aug 2006 20:27 GMT | 6 |
I'm trying to implement user-level protection in excel, as of now the only way I know is with ActiveSheet.Protection.AllowEditRanges.Add Title:="Range1", Range:=Range("A1"), Password:="1234" but this is the sandard protection, not
|
| Help needed to paas parameters to a dll from VB Application | 08 Aug 2006 15:14 GMT | 3 |
I am working with a VB Application that uses some functions exported from a C Dll. The functions in the dll are API functions that return a return code specified in the API which is of type ULONG.
|
| trigger from serial port | 08 Aug 2006 13:33 GMT | 3 |
I have a simple question (I think), for a problem I'm unable to solve since I'm a complete newbie to VBA. I'm writing a program that should wait for a trigger coming from an instrument (the environment is MS VB 6.3). Since I didnt know how to
|
| File not found "dll" | 08 Aug 2006 12:35 GMT | 3 |
I have done my c++ dll but when I try to call functions from it in VB I get file not found, I have putted the file in the directory c:\windows\system32. The program works fine, I want to make the dll file in the same directory my project is, and I want to do this through the ...
|
| Associating filetype with my program | 08 Aug 2006 12:19 GMT | 1 |
We have an option in our vb6 software to create text file (with specific unique file extension) containing encrypted lines of text. A utility in vb6 exists to view (or save) as plain text the contents of this .CRV file.
|
| Regular expressions | 08 Aug 2006 09:59 GMT | 6 |
I need to replace text in a large file. The text is in the form "(abcde123@aol.com)" I need to replace everything, including the parenthesis. Any help appreciated.
|
| Array with sets | 08 Aug 2006 09:52 GMT | 5 |
I need an array with two indexs.one index is in number kind that is not my problem but the second index has to be in set kind: a(1 to 10,subsets of V) that V is a set of some nodes.exp:V={v1,v2,v3} I can't define this type of array.Please help me.
|
| tabctl32.ocx issues with Windows XP | 08 Aug 2006 08:25 GMT | 1 |
My VB6 app uses the tab control which relies upon tabctl32.ocx. I did not package the app with an install routine which would include the necessary files. I just want the user to extract the files to a folder and run the executable. However, when they click on the tab control
|
| Do Not Show Box Again | 08 Aug 2006 02:59 GMT | 4 |
I have a small form that appears at the start of my program that allows the user to fix certain parameters that are lised in Combo boxes in the main program before starting. This works OK but appears everytime the program is first run.
|
| Register TLB | 08 Aug 2006 00:12 GMT | 7 |
I created very simple Class Library in VB 2005 (let's call it COMInterop). I set Register For COM Interop property to true to make it accessible by VB6 program. After I compiled it, I got COMInterop.dll and COMInterop.tlb files, I have
|
| How to tell is program is started by click on execute or Windows startup | 07 Aug 2006 22:38 GMT | 2 |
I know this sounds like a strange request, but is there anyway to tell how your program was started? Specifically can you tell if it was started by windows startup routine? Thanks,
|
| MSComm output testing | 07 Aug 2006 21:55 GMT | 3 |
what is the best way to test output from MSComm? I tried communicating from Com1 on one computer to Com1 on another, linked by cable, using HyperTerminal and got results. I can't seem to mimic this with MSComm though.
|
| free wheel of fortune like app | 07 Aug 2006 21:41 GMT | 5 |
I have been instructed to find or create a free "wheel of fortune type app that will display a list of names that we select on a wheel. Unpon clicking the play button the wheel will rotate for a while and they stop on a random name.
|
| dialing phone no. w/mscomm, is it poss. to detect busy/dialing/connected | 07 Aug 2006 20:30 GMT | 5 |
I'm using the MSCOMM control in VB6 to dial a phone number. I'd like to detect whether the control is dialing, whether the phone is ringing waiting to be picked up, whether the line was busy or if the call got through. I haven't found anything with google. Any suggestions would ...
|