| Thread | Last Post | Replies |
|
| how can I know I click in a list box in a blank area | 17 Nov 2004 17:31 GMT | 3 |
I am working on listbox, when I select items, then click the blank area in listbox(under the items in the list box, supposed list box has more room under the items), I want all the item deselected, how can I do it?
|
| color picker for web-pages | 17 Nov 2004 12:22 GMT | 2 |
i am making a friendly color picker for web-pages chosen by users, but when i select the color from the CommonDialog, the color is not the same as what the dialog refered too.
|
| What's wrong in this search engine code? | 17 Nov 2004 06:50 GMT | 6 |
This search engine works very well with a 82kb database (MYDB001.mdb), but it freezes with another file with 1590kb (MYDB002.mdb). What's wrong? Is "mydb002" too large? Any tip to refine this code? --------------------------------------------------------------------------------
|
| How do we make codes that | 17 Nov 2004 03:39 GMT | 3 |
Determine the file name? For example, if the url is http://google.com/directory/subdirectory/filename.gif I want the function to yield filename.gif
|
| Image pixel size? | 17 Nov 2004 02:56 GMT | 1 |
Is there any way in VB6 to find (and display) a jpg image's pixel width and height when displayed?
|
| VB 4 Memory | 17 Nov 2004 02:46 GMT | 3 |
I have a program written in VB4. When I create a 16 bit exe and try to run it on my window 3.1x machine with 32 MB of memory I get Run-time error "7" Out of memory. When I take the same 16 bit exe and run it on my W2K machine with 512 MB of memory it runs fine. Is there a way to
|
| Expanding treeview control freezes form for a while after expanding | 17 Nov 2004 02:38 GMT | 4 |
Hi. I have a treeview that seems to hold onto the CPU for about 10 seconds after it's done populating. Here's the background. I have a form with a treeview on it. It displays a list of filename extensions (i.e. txt, exe, pdf, and so on) in the first level; these
|
| Pass content of Picturebox between forms | 17 Nov 2004 00:52 GMT | 5 |
Is it possible ot pass the content of a picturebox on one form to another form If so, how Thanks
|
| preventing right click in common dialog | 17 Nov 2004 00:15 GMT | 2 |
I there a way? Only a clue? SK
|
| updating the registry | 16 Nov 2004 23:48 GMT | 7 |
i need to update the registry with some new values placed in it by my project, but i don't want the user to have to do a re-boot. is there something like RegUpdate() ?
|
| "Stand-Alone" VB program. | 16 Nov 2004 16:24 GMT | 2 |
I had asked earlier about how to have a VB program that doesn't need to be installed. The problem was a custom OCX. Problem solved: we converted the OCX to a DLL (with much pain). We can now place the following files on a CD and our application will work from almost any Windows ...
|
| Random selecter | 16 Nov 2004 13:27 GMT | 3 |
I'm looking for some code that will randomly select pictures, just like selecting Playing Cards I need the code to deal out up to ten hands of three to four cards each. Making sure that the cards are not repeated and keeping score as it goes, I have found loads of code that can ...
|
| Can VB Auto-Select a file? | 16 Nov 2004 04:51 GMT | 4 |
Is it possible for VB to auto-select a file? I am using CommonDialog to do this. And have written the command to send the file whenever the timer activates. But everytime the user have to select the file to be sent. When it is the
|
| Newbie: Image Control | 16 Nov 2004 01:55 GMT | 2 |
Is there an image viewing control out there which supports more image types then the picturebox control (png, tiff, animated gif).
|
| SetWorldTransform API | 15 Nov 2004 08:47 GMT | 4 |
Does anyone know how to use this API? I can't find any examples on the web for VB.
|