| Thread | Last Post | Replies |
|
| Populating ComboBox with list of OU's from AD | 16 Oct 2005 03:19 GMT | 1 |
I'm trying to populate a ComboBox on Form.load with a list of the OU's pulled from AD. Here is the code that does not work: Dim rootdir As New System.DirectoryServices.DirectoryEntry _("LDAP://dc=corp,dc=abc,dc=com")
|
| form_load parameters - novice | 16 Oct 2005 02:19 GMT | 5 |
I wanted to include a parameter in a form_load event, so that I could include a string that would be used in that event. another form Private Sub command1_click
|
| Missing keyboard shortcuts | 15 Oct 2005 22:50 GMT | 7 |
Somehow, VB6 is no longer accepting keyboard shortcuts on my computer. For example, it doesn't recognize F5 to run the app, F2 to bring up the object browser, or the ctrl-arrow or shift-arrow keys while laying out a form. How do I get them back?
|
| Newbie: remember chkbox from closed form | 15 Oct 2005 22:45 GMT | 3 |
Hi, i want to set up an Options menu. So i created the form and put a checkbox. In order for the program to remember wether the chkbox is set or not, i guess i'll have to read from an INI or the registry. Thats fine. But I
|
| VB6: Toolbar button sizeing... | 15 Oct 2005 18:35 GMT | 5 |
Is anyone know here how to maintain "exact" size for the toolbar buttons: for example say I got 3 buttons to display, 2 with text (on right side), and 1 with no text labels. The problem is the non-text ones always tends
|
| Distance between a line and a point | 15 Oct 2005 15:09 GMT | 1 |
I'm programming in VB .Net but this might be more a trigonometry problem. i've been searching every maths book i can find and i haven't found anything i can use with VB. So, what i need to know is how to calculate the distance, between a line
|
| Need Ebook for Mastering Database Prg in VB by Evangelos Petroutsos | 15 Oct 2005 13:40 GMT | 1 |
Hello friends, * Need Ebook for Mastering Database Programming in VB 6.0 by Evangelos Petroutsos*
|
| Sharing violation when trying to delete a file. | 15 Oct 2005 09:14 GMT | 2 |
I have a VB5 application (ftpclien.exe) which creates a flag file (ftpclien_online.txt) when it is running, and then deletes that flag file when it is finished. I then have another VB5 program (mvmctrl.exe) which looks for that flag file
|
| ?creating activex control? | 15 Oct 2005 09:03 GMT | 7 |
I've created one, with textbox inside. When I use it in my app on property windows I have (for example) parametar Aligment as integer but I need to have like in textbox "0 - Left Justify". The same is with appearance, border style...
|
| Data Repeater in VB.NET | 15 Oct 2005 08:17 GMT | 1 |
How to use Data Repeater in VB.NET? Data Fields are Employee Number Name
|
| Amber Alert Ticker on VB6 Form | 15 Oct 2005 05:16 GMT | 8 |
I want to display the Amber Alert ticker on a form as a demonstration. The code is: <!-- Begin Code Amber Ticker code. --> <P ALIGN=CENTER>
|
| User Control Re-Painting | 15 Oct 2005 00:37 GMT | 1 |
I have a user control in an MDI Child form that doesn't always repaint itself thoroughly if another form is displayed over it--most of the other forms are also MDI Child forms. I have put code to refresh itself everywhere I can think of, but I can't seem to make this one portion ...
|
| IIS hangs when testing VB DLL | 15 Oct 2005 00:33 GMT | 3 |
I'm trying to develop a DLL for use as an ASP object in VB5. When i go and run the dll, it starts fine in vb and i see that it's creating a temp instance of it in the registry. When I run the asp page which calls that object through a browser
|
| VB6: What's the command that creates an ARRAY out of a STRING??? | 15 Oct 2005 00:07 GMT | 7 |
Ok, I'm in brain - lock. What is the VB6 command that could take the following string: Hello|There|World ... and create an array in which the elements were "Hello", "There",
|
| FRM files | 14 Oct 2005 23:26 GMT | 2 |
I am wanting to create an EXE, that, when it runs, it loads in a .FRM file containing the setup of all the controls on the forms (the actual program code being already in the EXE). IN other words, it loads in the FRM file that normally is part of the uncompiled application, but ...
|