| Thread | Last Post | Replies |
|
| Control Array problem | 06 Apr 2005 10:13 GMT | 4 |
(I apologise if this post appears twice since my first post has not appeared after 10 minutes). I have a form with an array of picture boxes created using the Load statement. I want ot be able to clear them using
|
| VB6/SP6 causing slow shutdown in XP/SP2 | 06 Apr 2005 09:05 GMT | 1 |
I have had SP6 installed for some months on my XP/SP1 box. Installed SP2 for XP about a month ago. Since then, I've had problems with slow shutdowns. While I can find Google references to slow shutdowns in XP, none of the solutions were relevant. After a few hours of playing
|
| Please help me,how this has to be worked | 06 Apr 2005 08:51 GMT | 1 |
I have a code in ASP to import tables from SQL server Access. The code is like the following: set lcnn = Server.CreateObject("ADODB.Connection") lcnn.Open "Driver={Microsoft Access Driver (*.mdb)};" & _
|
| Add one frame from another form | 06 Apr 2005 08:50 GMT | 5 |
I've a form to select some data from a huge dataset: two grids (origin, selected) with the classic '>', '>>', '<', '<<' buttons, and some textboxes and combos acting like filters (date intervals and other values) for the data showed in the origin grid, all grouped in
|
| "License information for this component not found" during make in VB6 | 06 Apr 2005 03:25 GMT | 5 |
I have just put a new hard drive in my machine, and reinstalled VB6. When I tried to make one of my old projects, I got the following error: "License information for this component not found. You do not have an appropriate license to use this functionality in the design ...
|
| events in mdi-forms | 06 Apr 2005 02:34 GMT | 3 |
how can mdi-children recieve events of their mdi-parent code in the mdiForm(MDIForm1): ******************************* Event TheEvent(S As String)
|
| Parsing Dates | 05 Apr 2005 21:47 GMT | 3 |
Hey all, I am aware that I can use the Format$() method to generate a string representation of a date, but does VB6 have any built-in functions to do the opposite? I can parse the individual fields from a string myself, but is there
|
| Explorer Context Menus | 05 Apr 2005 21:26 GMT | 5 |
I've been searching for some help in writing and installing a new context menu item for Windows Explorer. Two days of Googling have lead me to a poorly documented DLL (which the author has managed to somehow get posed EVERYWHERE), a couple TLB's, a boat-load of C++ code, and a ...
|
| RT question - VB6 | 05 Apr 2005 21:11 GMT | 1 |
I have a RT text box that I want to manipulate. I want the user to be able to click a button and it would insert numbers on the left side of each line. Is there a way I can put the RT text into an array? Is there a way I can tell if theres something other than plain text (i wont
|
| Seeking opinions of best practice on splitter windows | 05 Apr 2005 20:08 GMT | 4 |
When having a splitter window, i.e. a window that is about 5 pixels wide and goes between the left-hand treeview and the right hand control, be it mdi client window or listview or whatever, is it generally preferred practice to have the left and right windows resize as the user is ...
|
| anybody can help me .. its not about vb .. | 05 Apr 2005 18:11 GMT | 1 |
hi ! this is not about vb(classic), I have a problem in my pc i installed this game ragnarok .. And when i run it i get the error "init d3d OR files has a problem" .. what does it mean .. i asked many people about it .. but no one have a good reply hope that somebody will help
|
| Will VB6 able to run on "Longhorn"? | 05 Apr 2005 17:55 GMT | 10 |
|
| Propert Get Statement | 05 Apr 2005 16:15 GMT | 5 |
I am trying to pass a parament to a GET statement and get an error message which I can't figurre out. The statements look like this: Public Property Let Jro(ByVal intH As Integer)
|
| Determine which file associated to fileunit | 05 Apr 2005 14:25 GMT | 1 |
just a few questions concerning the VBA.FileSystem library Is it possible to determine - whether a specific fileunit is used (file opened) or not and if so in which mode
|
| How to call Stored Procdure | 05 Apr 2005 14:22 GMT | 2 |
How can I call a stored procdure from Vb and assing a parameter to it. I have the connection set to an SQL Set rsProcess = New ADODB.Recordset rsProcess.CursorType = adOpenKeyset
|