| Thread | Last Post | Replies |
|
| Winsock control and threads | 27 Sep 2004 00:22 GMT | 6 |
I'm writing an application that uses winsock control. Basicaly I want a listen socket to listen for incomming connection, when an incomming connection is present I want to create a new socket that
|
| Need Advice Regarding Methods For Storing Data | 26 Sep 2004 19:12 GMT | 5 |
I'm currently doing a relatively trivial project in Visual Basic .NET for my own enjoyment; attempting to develop a solver application for a strategy/puzzle game called Hexic. Currently, I've got a functional, if rudimentary, user interface, basic
|
| VBA combo box problem with Great plains | 26 Sep 2004 17:24 GMT | 1 |
i got problem in Great plians that i can't add any item to the combobox or any listing control ,so if you have any solution for this please send me soon as i really want it thank you
|
| Transparent Background | 26 Sep 2004 17:18 GMT | 3 |
I have a project to either find or create a countdown clock centered on the monitor with a transparent background (so only the numbers show). My question is: can this be done? While it would be nice to see an example, a simple yes or no would be helpful too.
|
| Vb app running in background | 26 Sep 2004 15:07 GMT | 1 |
I have a multi-media keyboard, with Play-Stop-Next-Prev keys on which control songs playing in Windows Media Player. However I use Winamp5 so I have wrote a program that looks at the keys, when they are pressed it send the appropriate commend to winamp.
|
| Question about keeping highlight in ListView | 26 Sep 2004 07:14 GMT | 2 |
Topic pretty much says it all. I have a ListView in my project, and it works pretty good. But when I selected an item, and click somewhere else (other than the ListView box) the highlight over the selection disappears. How do I keep it from disappearing? So say, you highlight
|
| problem displaying correct decimal places | 26 Sep 2004 04:11 GMT | 2 |
I'm writing a very simple program that adds up numbers (prices of various items) inputted by the user and displays them in a picture box. I have the variables defined as currency but if the user doesn't type in ".00" then the output doesn't include it. How do I code it so
|
| Dir() in Loop returns "" | 26 Sep 2004 00:19 GMT | 5 |
G'day All, I have a problem with this loop. There are a number of .txt files in 'myPath'. tmpFile = Dir(myPath & "\*.txt")
|
| How should I solve this problem? | 25 Sep 2004 21:15 GMT | 2 |
Here's the scenario. I need to parse between 1 and 20 text files every 60 seconds (they change on the server and I download them). What I'd ideally like to do is have some sort of multiple "thread" operation where each text file has it's own 60 second timer and has
|
| WebBrowser control getting links | 25 Sep 2004 20:46 GMT | 5 |
I am trying to get all the links from an html page. I am running into difficulties on pages that have "frames". I realize there might be issues with framed sites but the site I'm interested in doesn't actually have frames but does have asp header and side menus and I think that is ...
|
| Form does not react on mouse events | 25 Sep 2004 18:49 GMT | 4 |
In my app a Form is loaded, when a command button is pressed. That Forms contains some input boxes, and options button etc. However, when the command button is pressed, the Form shows
|
| get line of file | 25 Sep 2004 01:39 GMT | 2 |
hallow al in my program you can save and open files, he save file is OK if the user clickes save, it saves the titel of the project he created(and lots more in the future).
|
| New to VB | 25 Sep 2004 01:11 GMT | 11 |
I am new to VB. I have 3 books on it but they seem to jump around between making forms and attempting to explain the code that is under each object.My last coding project was Dbase III so I am real rusty. The books are more of a load to me then an assist but that could be due to my ...
|
| Is a control member of a Collection of controls? | 24 Sep 2004 23:29 GMT | 3 |
I would like to know in run-time if a control is a member of a control collection or not. For example, I have the string "Command1", for each control in the form, I´ll compare its name with "Command1". When I find it I want to Know if the control is a member of a control
|
| Using VB3 controls in VB6 | 24 Sep 2004 20:46 GMT | 3 |
VB3 has an easy to use Grid control named GRID.VBX, I have the file. Can I make it easily available in VB6? TIA Regards.
|