| Thread | Last Post | Replies |
|
| Puzzling event with a Rich Text Box | 23 Nov 2004 07:04 GMT | 2 |
I hope I dont agitate anyone here but I did post this message a few days ago but it was at the end of a thread and not hearing from anyone I assumed it was missed. does anyone out here familiar with a problem I am having with this Rich Text
|
| Watched Directory | 23 Nov 2004 04:01 GMT | 9 |
Using this example: http://vbnet.mvps.org/index.html?code/fileapi/watchedfolder.htm I have successfully setup a watch on a network directory for a client of mine. It waits until an .ini file gets dropped into this directory, then
|
| Color palete change from 2K to XP | 23 Nov 2004 02:05 GMT | 6 |
Question is, developing app in vb in win 2K. Using button face gray for form and label background colors. When applicaiton is run in win XP, the labels and form background colors no longer match and the colors look goofy. I understand with win 2K, VB6 is using the 16 color ...
|
| Need Graphical Design Tips/Approach | 23 Nov 2004 01:51 GMT | 7 |
I could use some ideas on how to attack some graphical programming. I would like to write a program that would create a program that mimics an led sign system such as used at sporting events or advertising. The sign would consist of a matrix of 'panels'. Each panel would consist ...
|
| Forms ontop of Forms help | 22 Nov 2004 22:03 GMT | 2 |
I have an application that uses Parent/Child forms. When the child form is loaded, the user can select an option to display another form on top of the child form. The form is smaller in size and used to provide a specific sub-function. The form doesn't "move or drag" quickly. It ...
|
| debug visual studio 2003 | 22 Nov 2004 21:53 GMT | 1 |
After reinstaling my pc (thanks to spyware...) I relocated my Visual Studio projects to :\inetpub\wwwroot. I can open the project, but I do get a message that the project is not suited for debugging. (setting: debug=true)
|
| Stumped by a Syntax Error | 22 Nov 2004 21:40 GMT | 5 |
I've two similar snippets of code, one of which compiles, and one which does not. On the second snippet, when the set method is entered, it fails to compile because of a "missing list separator"
|
| Database Code question | 22 Nov 2004 20:55 GMT | 1 |
Hi everyone... I have the following function that gets information about an open recordset: Public Function FieldSchema(ByRef rs As ADODB.Recordset) As ADODB.Recordset 'Fetch the field values... Dim rsFields As New ADODB.Recordset
|
| Using a DLL in VB 6.0 | 22 Nov 2004 20:53 GMT | 4 |
I have a DLL that I want to use in VB 6.0 - I need to know how to access it. It does not show up in the references, is there a way to register it? I have found a reference to REGSRV32.exe as a way to register DLL's but cannot find the program to download - not sure if this is going ...
|
| VB 6 or VB.NET | 22 Nov 2004 20:36 GMT | 13 |
I have been working on vb6 from my classes for 6 months now i am planning to buy it for my new computer. 1)I checked prices for visual basic on ebay and found that vb.net is cheaper than vb6.Why is this so?
|
| VB component works correctly only in debug mode | 22 Nov 2004 20:21 GMT | 2 |
I have a Vb component which internally uses an exe to create a batch file , and read a key value from a file. I call the method of this component from my asp page. When I debug throught the asp page into the component and back I get the value generated correctly
|
| textstream limit? | 22 Nov 2004 19:28 GMT | 3 |
I have a VB program that opens one text file, and writes another. There are two variables, tsInput, and tsOutput - both defined as a textStream object. The input file has about 33000 lines. The program reads each line in
|
| app not using right file after install | 22 Nov 2004 19:18 GMT | 3 |
I have a vb6 app that using a MS Calendar (mscal.ocx v10 the one that comes with office xp) Now win I install my app on a win 98 machine that does not have office installed, the calendar function works fine, now when I install on a windows 98 (I am assuming this will happen on ...
|
| How to read and write xml file in VB6 | 22 Nov 2004 18:13 GMT | 1 |
Can read and write Data to xml file in Visual Basic 6 ? Do you have some sample web site ? And i know how to read data from csv file, but how can i directly create csv file ? Does it use "write" function in Visual Basic 6 ?
|
| Convert Bitmap to Jpeg | 22 Nov 2004 18:02 GMT | 5 |
In the VB6 application I am developing, I need to convert Bitmap to Jpeg image. I don't know how to find appropriate .OCX or DLL (APIs) to perform this task. I have tryied to install Intel IJL10.dll to my PC but failed due to "DllRegistration Entry" not appear there.
|