| Thread | Last Post | Replies |
|
| Embedded XML Workbook | 31 Jul 2006 20:19 GMT | 5 |
Hi guys, I'm looking to embed an XML Workbook into a program to populate a series of textboxes which can then be used to update the data in the workbook. Ideally I'd like the workbook to not be visible. I was playing around with OLE's earlier but I'm not sure if they'll be able ...
|
| DTPicker | 30 Jul 2006 10:46 GMT | 1 |
I have code that will create a SYSTEMTIME structure which may represent, among other things, a UTC time or the current time. I pass the SYSTEMTIME to the sub below to reset two DTPicker controls. One control accepts the date, the other the time.
|
| using Mask Edit Box | 29 Jul 2006 16:05 GMT | 1 |
I use Mask Edit Box to force users to enter data the way i want. like telephone No. I'm use ##-####### mask. I would like to add property that if the user hasen't enter the data
|
| VB6 ToolBar Problem - Can't find project or library error | 28 Jul 2006 21:26 GMT | 3 |
I have an old VB6 MDI project that I need to make some small updates to. This project contains the toolbar control with a number of different buttons. When loading the project in the VB6 IDE and clicking on the Run button, I receive the following error message:
|
| comctl.ocx Toolbar labels on the right | 27 Jul 2006 21:01 GMT | 5 |
I'd like to set labels to the right from the toolbar icons for some (but not all) buttons. Is it possible? Thanks inadvance.
|
| combobox problem | 27 Jul 2006 20:59 GMT | 2 |
I´ve got the follow scenario. I load a combobox. like this. combo.DataSource = ds.Tables(0) combo.DisplayMember = "CITY"
|
| mscomct2.ocx | 27 Jul 2006 16:41 GMT | 3 |
Is mscomct2.ocx distributed with the VB 6 runtimes and/or the .NET Framework? Is it distributed with Win 2000?
|
| Listview - Delete all entries | 27 Jul 2006 13:16 GMT | 2 |
How do I delete all items from a listview control so that I can repopulate it with new information? Thank you in advance for your help.
|
| Converting Standard Date to Julian Date | 27 Jul 2006 11:30 GMT | 8 |
Could any one here help me in converting a standard date and time to Julian date (1970) using vb6.0? For example, ( standard date ) 03/12/2001 = ( Converted Julian date ) 11659 Regards
|
| MultiPage.Value won't change page | 26 Jul 2006 20:21 GMT | 4 |
*I also posted this in vb.general.disussion* Hello all, I've been pulling hair over this for a while, so I'm hoping you can help. I'm working with vba for autocad, which uses the same IDE and language (6.3)
|
| Dockable toolbars | 26 Jul 2006 18:54 GMT | 2 |
Does anyone know where I can possible get a FREE dockable toolbar and menubar, similar to what you have in most regular softwares? Thanks for your help. Bob
|
| Using Optionbuttons in Excel Userform | 26 Jul 2006 15:49 GMT | 5 |
I have a list of Options and I want to execute some code based on the name of the optionbutton selected. I have tried using this code below, but when I tried typing in the 'frmEditData.' and the vb options came up, OptionButtons was not
|
| VBX files | 26 Jul 2006 14:01 GMT | 1 |
I have some VBX files in my old project (VB 3.0) I want to deply my application it on XP. Is it neccesasary to register these VBX on XP? How it can be? I am currently unable to use these VBX in another prtotype project I am
|
| Array problems | 26 Jul 2006 13:40 GMT | 1 |
I have an array and the following code: Private g_unsuccessfulSendIndices() As Integer Private Sub SomeSub() ReDim g_unsuccessfulSendIndices(0)
|
| Componentone | 25 Jul 2006 17:44 GMT | 2 |
I obtained the Componentone Free controls that they gave for MS visual studio some times ago, and all was working fine. However, a few days ago, my hard drive crashed, and after putting in a new hard drive, and VB 6.0 (SP6), along with VB.Net 2003, the Componentone controls do ...
|