Home All Groups Group Topic Archive Search About

Visual Basic General Discussion

microsoft.public.vb.general.discussion
Score Getting servername
Andy - 8 Jul 2009 12:48 PM - 8 messages
Anyone know how I programmatically obtain the name of the host machine, in a form suitable for subsequently using in CreateObject? (VB6 + SP6) Thanks in advance ...
Score Unicode Support in VB6
TMC - 8 Jul 2009 4:02 AM - 26 messages
Hello All, I was wondering if anyone has any familiarity with any of these 3rd party unicode VB6 support products below: [link] [link] [link] ...
Score "&&" string curiosity
Rich Raffenetti - 8 Jul 2009 3:12 AM - 9 messages
If you paste the following four statements into the form_load sub of a new VB6 Standard EXE and add a label, a text box, and a command button, you will find on running the program that sometimes (captions in labels and on ...
Score dhrichclient3 requests
Nitin - 7 Jul 2009 2:46 PM - 20 messages
Hi Olaf I got hooked to ur dhRichClient tools 3 months back was just experimenting with ur demos & reading discussions here .I don't have a specific issue as for now but will request a couple of things #Can't we move all the discussion here to consolidated forum so lack of ...
Score best way to write a VB-app with several languages
Peter - 7 Jul 2009 12:27 PM - 26 messages
Dear all I have an existing vb app that is in english language which means that all labels, buttons,form captions etc. have english text. Now I like to extend this app so that it can either run in english or in ...
Score array dimensions and size error
Totti - 7 Jul 2009 8:53 AM - 5 messages
Hi everyone, I am seeking your help on a code taking from the internet that i would like to run on my pc(for learning reasons), unfortunately it is generating some errors that i can not understand on how to fix. ...
Score Executing Adobe script listener code in VB6
Johan_Stäck - 7 Jul 2009 6:16 AM - 3 messages
Adobe Photoshop has a tool called "script listener". When active, this tool will produce VBA code reflecting your actions in Photoshop. The idea is then that you can automate tasks by executing the generated code. I do this myself quite successfully, but I have one rather irritating ...
Score Accessing the clipboard in Vista
John Smith - 7 Jul 2009 1:53 AM - 4 messages
I can't seem to access the clipboard from my VB6 app even while running as admin. I found several references to a uipermissions class under ..net, but no mention of how to solve this issue under vb6. ...
Score Overflow strange behavior-Urgent
avi - 6 Jul 2009 3:43 PM - 3 messages
Hello, It looks as suddenly, large numbers (not huge ones!) returned by function calls in vb6/vba create an overflow msg For exemple: Private Sub yyy()     Call test(45) End Sub Function test(g)     MsgBox 12336 * 4569 ...
Score Command Line
Bee - 6 Jul 2009 6:37 AM - 5 messages
I am working a VB6 app that needs to properly parse the command line input. It may be coming in from a shortcut startup or otherwise. Is there an API that will properly parse the Command$ input? I have tried a few routines if found but they not not do it properly. ...
Score vsflex7d.dll install in vista
edppr - 6 Jul 2009 3:52 AM - 3 messages
am using a program in VB6, i have done the installation in Vista OS but i cant register the Vsflex7d.ocx, am getting registration failed. Can anyone help me on that? ...
Score Best method to have 2 checkboxes for 1 item
Mojo - 5 Jul 2009 2:36 PM - 6 messages
Hi All I've used a combination of a dropdown list and 2 x listboxes overlapped to give the user the ability to click on a drop-down and then scroll down a list to 'Include' or 'Exclude' an item depending on which checkbox they ...
Score Keeping 2 listboxes in sync - VB6
Mojo - 5 Jul 2009 1:07 PM - 9 messages
Hi All Hope I explain this OK! Basically I've got one listbox (incorporating checkboxes) that overlaps another so that the following display is shown: [ ]  [ ] Cats [ ]  [ ] Dogs [ ]  [ ] Horses [ ]  [ ] Sheep etc... etc.. The reason for this is so that the user can use the 1st column of checkboxes ...
Score CheckedListBox Selecting Items
Jay - 5 Jul 2009 10:22 AM - 4 messages
I have items in VB6 form ChekedListBox such as:           Item 1           Item 2           Item 3 ...
Next » 2 3 4 5 6 7 8 9 10