| Thread | Last Post | Replies |
|
| How do I create a sound file on disk -> CD? | 05 Sep 2005 22:33 GMT | 3 |
I want to generate a sound file on disk so that I can copy it to a CD for playing in a CD player. How? TIA,
|
| exe does not appear in taskbar... | 05 Sep 2005 15:57 GMT | 5 |
My project start up object is sub main. When I start the executable it does not appear in the taskbar. When my start up object is a form it appears. Is there a way to let a project (with start up object is sub main) appear in
|
| Sending and Receiving with Different Baud Rates | 05 Sep 2005 15:33 GMT | 5 |
I have a custom build peice of hardware that sends and receives at different baud rates. It sends at 9600 and recieves at 38.4 k. The problem that I am having is that the data is not received correctly on Windows ME after data has been sent to my device. Initially, the data can be ...
|
| How to access vb programs | 05 Sep 2005 14:04 GMT | 13 |
I have a client that had their in house staff move an access database to the SQL server. They then decided to use visual basic 6.0 to design a new database with all new forms and use crystal reports to print reports. The two developers have migrated all of the data in all of the ...
|
| Report Generator | 05 Sep 2005 13:48 GMT | 12 |
Does anyone know if there is a wizard, utility, report generator, etc to help build report code. I got use to the report generator feature of Microsoft Access and was a VB equivalent
|
| How to check if xls file is already opened by someone? | 05 Sep 2005 13:15 GMT | 3 |
trying to create an app that would update every network userdirectory excel file when i execute it. The problem is, that while usually these files arent opened by anyone, every once a while they might be open. In that case, i would want to skip that file and proceed to the next ...
|
| How to extract a string from buffer? | 05 Sep 2005 11:07 GMT | 3 |
Hiya, I need to extract a string from a buffer, my buffer is in dim buf(1023) as byte and I have a string embedded from locations 500 to 600
|
| Why dll Form disappears immediately? | 05 Sep 2005 09:30 GMT | 19 |
I'm making a dll with a form(and some classes etc) For testing I have a project group with the dll project and a std exe project to call the dll. In the dll I have a class to pass the form (since form seems to be private
|
| Duwamish 7.0 Sample files | 04 Sep 2005 19:33 GMT | 2 |
Where can I find the Duwamish 7.0 sample files for VB.Net? I've installed every possible option from Visual Studio but it is not there. Is there someplace where it can be downloaded? Thanks,
|
| Detecting ComboBox change | 04 Sep 2005 16:18 GMT | 2 |
The change event for a standard combo box in vb6, seems only to fire if the text box is changed and not when a selection is made from the dropdown using the mouse. How can I detect and act on an item selected from the dropdown?
|
| POST an XML string to a URL from a windows form | 04 Sep 2005 15:45 GMT | 2 |
I have a HTML-form that I need to be able to POST from my VB.NET client application and store the resulting XML in a STRING or XML-document. This is the HTML-form code: <form name="form1" method="post" action="http://www.ourdomainname.se/xml">
|
| Draw Text and Ellipsis question | 04 Sep 2005 13:11 GMT | 2 |
Hi Group I want to replace the end of the string if it doesn't fit in the rectangle so I think I should use DT_END_ELLIPSIS constant in Format section of DrawText but the problem is that it adds the Ellipsis at the Left side of the
|
| Error that's kicking my butt... | 04 Sep 2005 12:08 GMT | 3 |
My co-worker's PC (Win2K, VB6 SP6) is experiencing an error when trying to compile one of our programs that says: "Compile Error: Cannot load DLL" I know what DLL it is referring to based on what line is highlighted, but I just re-compiled that DLL right before I tried to ...
|
| Where Do I Find the WebBrowser Control? | 03 Sep 2005 23:38 GMT | 3 |
I have seen several references to something called the WebBrowser control. Where is it? It is not in my list of components. jim using VB5
|
| VS Installer "Build failed (No such interface supported)" error | 03 Sep 2005 22:03 GMT | 1 |
I use VS Installer to create Installation setups for my VB6 projects. Lately something has happend and I cannot build any projects anymore. Even for a VB6 project where there is only one form with just a text box on it I get the same "Build Failed (No such interface supported)" ...
|