| Thread | Last Post | Replies |
|
| Visual Basic 6 IDE hangs | 13 Aug 2004 18:08 GMT | 3 |
I startup vb 6 on my machine and the IDE hangs. What's wierd is that when I start the IDE a Windows Installer box pops up and nothing. However, when logged in as different user on the same machine the IDE runs fine. Any ideas??? Please help!
|
| OLE Control Question | 13 Aug 2004 17:19 GMT | 1 |
I am wrting some VBA code to interact with a third party application that has a VBA interface. A form that I am working with has an OLE Control and I want to invoke one of its events. This third party does not have good documentation on this control and I was wondering is there a ...
|
| Validate event on a combobox | 13 Aug 2004 16:36 GMT | 5 |
Does anyone know where I can find the event order of the controls (combobox, textbox, etc) used to create form in VB 6? TIA,
|
| Chart'scale | 13 Aug 2004 15:05 GMT | 2 |
Is'it possible to have 2 different scales in the same chart? If it's possible, how i make it?
|
| VB Apps in System Tray | 13 Aug 2004 15:01 GMT | 1 |
How can I place/run a VB application from the system tray ? Is this possible ? Thanks in advance.
|
| How to group different data types for easy writing to a file? | 13 Aug 2004 14:08 GMT | 17 |
I've got a whole bunch of data types (bytes, longs, ints, variable-length strings) that I need to write to a file in records: Record 1 String1
|
| VB Recordset SORT function help | 13 Aug 2004 13:38 GMT | 2 |
I have an ADODB Recordset that I need to sort. There is a "price" column of varchar type. I am sorting the recordset by the following line. oRS.sort = "price ASC"
|
| Removing Forms Icon & Control Box Revisited | 13 Aug 2004 12:18 GMT | 2 |
I saw several messages on the search engines all discussing this same question but none really answered the question. I would like a form (being used as a mdichild) that has no control box, no icon, no min or max buttons, no control menu, no caption no title bar ....
|
| Make file compatible with Word ? | 13 Aug 2004 10:32 GMT | 2 |
I am saving single words in a simple sequential file using this code: The FileName is ...\List1.doc which I thought would make it a Word document. Open FileName For Output As #1
|
| Read data from byte array | 13 Aug 2004 08:41 GMT | 1 |
I have a byte array which contains data for example first 4 bytes contain a numeric value and then next 4 bytes contains date etc. How can I read these values? Thanks in advance.
|
| creating an html file in vb6 | 13 Aug 2004 04:42 GMT | 3 |
I am trying to create an html file to be published by our webserver. I need it to display some graphs that are in ms chart and a list of data that I get from an acess query. Any suggestions and help on how to do this will be much appreciated.
|
| newline | 13 Aug 2004 01:43 GMT | 12 |
I am using VB in Word trying to concat 2 Strings They should be seperated by a newline and I took \n for that but i doesn't work ThisDocument.Tables(1).Cell(actualPos, 3).Range.Text = "Text1" +"\n"
|
| ByRef v ByVal | 13 Aug 2004 01:20 GMT | 42 |
Is it recommended coding practice to declare parameters that are "read only" to a function using ByVal or does it not matter? I need to write a few utility functions for a project. They will be passed some numeric values that they do some processing on, but do not
|
| Notifying DB Application of changes - MSMQ? | 12 Aug 2004 23:26 GMT | 6 |
I am developing a small application for multiple Windows 2000/XP clients (10-15 max) that will display records from a SQL Server database in a ListView or similar control. Each client can potentially add/edit new records that will be displayed on the control.
|
| Mouse Button State API | 12 Aug 2004 22:02 GMT | 2 |
Hey, is there an API that will determine a mouse button's up or down position?
|