| Thread | Last Post | Replies |
|
| ActiveMovie or DirectX? | 11 Feb 2006 10:12 GMT | 2 |
I'll soon be writing a specialized application in VB6 that will need to play a variety of audio formats (wav,mp3,wma etc.) Is ActiveMovie still a viable technology or is DirectX the way to go? And where can I find VB6 code examples for using DirectX? I'll need to play the file ...
|
| GetPrivateProfileString() retrieves data but strips "", ???? | 11 Feb 2006 09:55 GMT | 9 |
One of the data I stored in .ini file is enlosed in quotation marks. And it is saved as such. I can see it when open ini file in notepad the data is enlosed in quotation marks.
|
| error using arraylist as webmethod argument | 11 Feb 2006 04:13 GMT | 1 |
I'm having trouble using an arraylist of a custom object as an argument in a webservice, everything is in VB.Net. Visual Studio I can pass the custom object as an argument to other webmethods fine, and can return it fine.
|
| Problem with Treeview Keys | 11 Feb 2006 04:08 GMT | 1 |
I have data in the following format (see below) that I need to add to a treeview. I have already built code that will recursively add a node for each part of the path, but only when there are not 2 folders at the same level of the hierarchy with the same name. I will explain:
|
| Using a popupmenu from another form... | 11 Feb 2006 04:04 GMT | 2 |
Since my main form has no border (and since creating a menu on a form with no border forces a border), I have chosen to create a menu on a form with a border.
>From the main form, how can I call the popupmenu from the other form? |
| Docking using hWnd, is it possible? | 11 Feb 2006 03:52 GMT | 15 |
I am interested in creating a winamp like docking experience with my program. I'm only interested in docking the main form to the edge of the screen (not docking forms to each other, although that'd be nice). I have posted before, but now I'm thinking that hWnd can be used
|
| Get return from form in ActiveX dll | 11 Feb 2006 01:49 GMT | 12 |
Trying to make an ActiveX dll with VB6 to show a custom MsgBox. I want to call a function with a number of arguments, such as the prompt and the button captions and get a string return, which will be the caption of the pressed
|
| Simple question | 11 Feb 2006 01:24 GMT | 4 |
When using AND and OR operators on the same line: If (oUseScript(0) = 1 Or (fAnswer = 1 And oUseScript(1) = 1)) And StartScriptWait > 0 Then do I need to use brackets like in above code or below code is enough:
|
| How to concate text files | 11 Feb 2006 00:22 GMT | 7 |
I inherited a batch file, which conctenates three separate text files into one and names it with a .csv extenstion. The content of batch file is something like this: copy File1.txt+File2.txt+File3.txt ResultFile.csv
|
| How to connect MS ACCESS in Netwaork base VB6.0 Programme from server | 10 Feb 2006 23:41 GMT | 5 |
How to connect MS ACCESS in Netwaork base VB6.0 Programme from server I AM DEVLOPING A EMPLOYE ATTANEDENS RECORD PROJECT IN THIS I AM USING VB6.0 AND MS ACCESS AND WINDOEW XP IN MY PROJECT EMPLOY ENTER THERE ATTENDENS FROM HIS COMPUTER(CLINT
|
| inserting data into "CLOB" field returning ORA-01704: string literal too long | 10 Feb 2006 19:47 GMT | 6 |
I'm attempting to design a small web app to obtain customer feedback. The issue is when a user inputs >4000 characters in the COMMENTS section I get the following Err Msg: ORA-01704: string literal too long.
|
| Waiting for Frames to be Ready in an InternetExplorer object | 10 Feb 2006 18:34 GMT | 1 |
I am manipulating an InternetExplorer object programmatically with the following code: Dim IE As InternetExplorer Set IE = CreateObject("InternetExplorer.Application")
|
| Problem printing | 10 Feb 2006 18:17 GMT | 3 |
I am trying to print a sales ticket through a text file and then send it to a usb printer, I am having problems changing the font size and also when I start printing it throws a page with just a one and a smile face after that the sales ticket comes out. How can I solve this ...
|
| How to run a program only once at startup or reboot? | 10 Feb 2006 18:00 GMT | 7 |
I want to run a program that deletes... files the next time a user reboots How can I do this in VB 6?
|
| Step by step it works but... | 10 Feb 2006 14:51 GMT | 6 |
Hello to all: I have a program made in VB and Access. I have a very rare problem and I don´t know how to solving it. When I execute it, the program fails (does not leave any message error. I know that it fails because it
|