| Thread | Last Post | Replies |
|
| Comctl32.ocx problem URGENT! | 29 Jun 2005 12:57 GMT | 4 |
After installing application (InstallShield setup), I had an error: Comctl32.ocx not registered. This is first time I encountered this problem (over 20 installations). In setup this file is included, but doesn't register. Why I do receive this message and what is solution to this
|
| VB Control Question | 29 Jun 2005 09:15 GMT | 5 |
I am looking for a control that is like a floating info box. I want to show it with info when the user has focus on certain controls on my form. I cannot use a tooltip to display this info. Does anyone know of a control like this?
|
| format function error? | 29 Jun 2005 06:42 GMT | 5 |
the problem i have is in this statment MyStr = Format(334.9, "###0.00") ' Returns "334.90". this works fine when my regional setting are set to united state (english) but when i change this to swedish
|
| select case syntax | 29 Jun 2005 06:31 GMT | 10 |
How can i write following codes with "Select Case" If (sText <> "a" And sText <> "b") Then .......... Else
|
| Printing Data with a Microsft Flexgrid | 29 Jun 2005 04:41 GMT | 2 |
Hello i was wondering whenever i search for something on my flexgrid i want to print it. What is the code or what do i need to be able to print data from my flexgrid
|
| Rich Client Talking to DB on Web Server | 29 Jun 2005 03:48 GMT | 6 |
I am finishing a VB6 / SQL2K database app and it struck me that a lot of the basic plumbing has been done to enable it to talk to a DB on a web server. All data transport between the client and the DB is through an MSXML Document. This has me intrigued. Before I go out and get a ...
|
| compile dll with specific guid? | 29 Jun 2005 03:39 GMT | 14 |
hi.. is it possible to compile a dll with a specific guide .. also if i persist an object to a file with propertybag, if i later change the guid of the object would i be able to read the old
|
| sure quick way to stop webbrowser | 29 Jun 2005 02:03 GMT | 3 |
I would like to be able to interrupt a webbrowser from downloading a page before the download is complete. I tried simply using .stop but I believe the webbrowser ignores it for some indeterminate amount of time. Right now I'm using the following approach - loading a web page from ...
|
| MS still using VB 6 | 29 Jun 2005 01:23 GMT | 6 |
Well, another MS Spyware beta has been posted (http://fileforum.betanews.com/detail/Microsoft_Windows_AntiSpyware/1105022593/1) and is still coded in VB 6. Even more curious, it uses InstallShield to install. Did MS buy up
|
| excel column name | 28 Jun 2005 22:36 GMT | 2 |
could someone please tell me what is the method to get the letter name of the column of the current selected cell, i.e A, B, C, D, etc..?
|
| Newbie help - list every file in folder AND subfolders? | 28 Jun 2005 21:06 GMT | 4 |
I've got a task that I think would be best handled by being able to list every file inside a folder, including everything inside every subfolder. In my mind, I would point my app towards a folder and the end result would be like an Explorer tree view with the main folder and all ...
|
| Looking for Free Grid | 28 Jun 2005 18:58 GMT | 3 |
Anyone have the url for the free component one grid or any other editable free grid?
|
| collection clone? | 28 Jun 2005 17:14 GMT | 4 |
is there an optimal way to clone a collection? i was going to do something like: ... Private m_Collection As Collection
|
| SetCapture and ExitFocus problem | 28 Jun 2005 15:22 GMT | 1 |
Hi Group I'm implementing a user control which uses SetCapture and ReleaseCapture in order to change the user control backcolor when the mouse is inside the user control or outside of it but it causes a problem so whenever the focus is on
|
| question about sql | 28 Jun 2005 12:58 GMT | 3 |
file aa field id,total file bb field id,code file cc field code,name I want to report average sale for each code (attach with name)
|