| Thread | Last Post | Replies |
|
| Using VB to check IP Address subnet | 26 Oct 2005 00:58 GMT | 4 |
Hi - I'm just looking around for a piece of VB6 code that you can pass in an IP address and check if it's in the subnet range? Thanks mate.
|
| Q: Breaking out of paused code | 25 Oct 2005 22:19 GMT | 2 |
I'm working on a video system, where the user clicks a button and it plays video from a video server. The code works perfectly fine, except that I can't quite get the page to stop execution when the user clicks to exit.
|
| Configuring Services | 25 Oct 2005 22:11 GMT | 4 |
I know that NET START can be used to start a service, but are there commands and/or a utility for automating the configuration of services through VB6 (i.e. setting the Startup Type and Log On parameters)? Thanks,
|
| Form_load and .top | 25 Oct 2005 20:16 GMT | 8 |
I have an aplication that loads on the top of the screen (Me.top = 0). One of my clients runs Naturally speaking which sits up there so the top of my form is hidden even though NS is set to be on top always. If I expand and contract NS toolbar my form corrects. Is there a way to
|
| creating activex controll in vb 6.0 - again | 25 Oct 2005 19:14 GMT | 1 |
Im trying to create controll that is based on textbox controll that is delivered with vb 6.0. I have been using add-in ActiveX Control Interface Wizard. I have created my custom property and this works fine. But... I'm still missing DataField, Multiline,
|
| Active Directory Universal Group Caching | 25 Oct 2005 19:05 GMT | 1 |
Is there a way to read the Active Directory local Universal Group Cache using VB 6. I know it can be done with .Net but the clients using the application do not have the framework loaded. Thanks in advance.
|
| FileSystem Object error | 25 Oct 2005 17:51 GMT | 15 |
Apparently I have a problem on my computer - every time one of my apps has this line: CreateObject("Scripting.FileSystemObject") the app crashes - -
|
| Sort currency column in Datagrid | 25 Oct 2005 17:27 GMT | 2 |
I have a small application in VB6 connected to MS Access database. I like to sort the column (which the datatype is currency) on the datagrid by doing the headclick. The sort function does not work correctly (e.g. recordset.sort = sortField & " Desc"). Any suggestion how to make ...
|
| Structure implementation | 25 Oct 2005 15:11 GMT | 1 |
I have a structure called Stitch that has an x,y coordinate, a maincolor mc and a secondary color, sc. I want to render these @ the x,y coordinate. I've already done that without it being in a structure. Public Structure Stitch
|
| Use TextBox Text As Function Name! | 25 Oct 2005 14:12 GMT | 9 |
A VB6 Form has 4 OptionButtons - A, B, C & D & a hidden TextBox. When the Form loads for the first time, by default, the 1st OptionButton "A" is checked & the text in the TextBox is "A". Now when another OptionButton is checked by the user, the text in the TextBox changes
|
| Tab Strip: how to refresh tabs? | 25 Oct 2005 13:06 GMT | 6 |
Part of visible tabs are covered by another control. When resizing window that another control changes position but the tabs which were covered by it are not refreshed (are not visble at all) after Tabs.Refresh.
|
| Could not find the answer in VB help document?! | 25 Oct 2005 13:05 GMT | 4 |
Hi, friends, I tried to convert a hex value to long using VB6, but I could not find how to do it in VB help library. I found Hex() to convert a long to hex number, but could not find. I tried CLng("C3E") or CLng(C3E), or CLng(0&C3E), etc.,
|
| How to change the value of Boolean variable? | 25 Oct 2005 12:05 GMT | 26 |
dim MyVar as Boolean dim lpString as String lpString = "True" myVar = lpString
|
| Program doesn't when user changed | 25 Oct 2005 09:08 GMT | 11 |
I have an App made using VB6. A customer installed it in his XP machine form Admin account. Then he allow other users access it from normal account (they are of Power User type). Then, the program shows "Runtime error 91: Object variable or With variable not set."
|
| creating activex controll in vb 6.0 | 25 Oct 2005 09:00 GMT | 2 |
Im tryng to create controll that is based on textbox controll that is delivered with vb60. I have created my property and this works fine. But... I have couple of problems: 1. Some properties that standard textbox have my does not (multiline,
|