| Thread | Last Post | Replies |
|
| Visual Basic .Net ListBox | 31 Mar 2005 17:49 GMT | 1 |
I am having a problem with a list box on a form. I have a list box that when I add items to it the text does not show up in the list box. I know thy are added because the side scroll bar changes and I can scrolll throught the list box. I can not figure out why the items are not ...
|
| Date Problem | 31 Mar 2005 16:37 GMT | 17 |
I am trying to retrieve date from a date entered in a text box, in the dd/mm/yyyy format. What I have observed is the extracted date comes in the mm/dd/yyyy format. Is there a setting to extract date in dd/mm/yyyy format or I need to do some
|
| look into control array for colission detection | 31 Mar 2005 16:26 GMT | 1 |
Hey, Im sort of new to vb6. I dont know how to use functions, api calls, modules or anything else close to that. I know stuff like "image1.left = image2.left + 3". bad hah. But Iv taken on the task of programming a shooter game. So far "I THINK" I have the animation
|
| Adding small icons to the column headers of the List View | 31 Mar 2005 15:00 GMT | 1 |
Hai friends i have just joined this forum today.... i have a small problem...i hope u can help me out... i am creatin a customized List View for my applications...
|
| Don't show Agree button until all text has been viewed | 31 Mar 2005 11:34 GMT | 8 |
I would like to create a single form which will display multiple lines of text so that User will have to use a scroll bar to read it all. If and only if User does scroll all the way down to the very bottom of the text he should see two command buttons (with which he can accept or ...
|
| Help on Image Edting | 31 Mar 2005 04:19 GMT | 5 |
I need to know how to do this. As we scan the image of the building and taken into the picture control, and if I select walls from the combo box and select the color
|
| Help! Usercontrol cannot draw constituent controls outside it's boundaries | 31 Mar 2005 01:52 GMT | 2 |
Hi! I'm creating a new Usercontrol with constituent controls (that is VB form controls like textbox, combobox, etc.) in it. The thing is that when a constituent control should be drawn outside the usercontrol's boundaries (that is > top + height and > left + width)
|
| How to make winsock control work on internet ? | 31 Mar 2005 01:45 GMT | 1 |
Hello Friends. I have developed a complete messenger application in Visual Basic 6 using Winsock control and protocol used is TCP/IP . It uses one chat server and others are clients.Clients can connect to the server. Their IP address and
|
| tabstrip control | 30 Mar 2005 18:28 GMT | 2 |
how to place frame or picturebox when we select index 2 or when we click on next tabstrip button. thank u bitu
|
| Windowless application | 30 Mar 2005 16:55 GMT | 2 |
Can I develop windowless application without buying 3rd party control? Thank you. Felix
|
| Problem with ReadOnly property in user control under localizable=T | 30 Mar 2005 02:44 GMT | 2 |
I've created a custom control which Inherits from a base control and I shadow some properties as readonly. On the form which consumes this custom control, if I set the localizable to true, the IDE will generate some codes like: Me.nubExchRate.ImeMode =
|
| Multi Line Tool Tips | 29 Mar 2005 17:27 GMT | 2 |
Is there a way to break a long ToolTip into more then one line??? I tried vbCrLf either at run time or preset and it does not work.
|
| Unused Variables and Unused Procedure | 29 Mar 2005 17:25 GMT | 4 |
I remember a long time ago a program that analyzed your Basic code and pointed out variables and routines that were not used. Does anyone know of such a program for VB6????
|
| Addiem for Listbox | 29 Mar 2005 17:18 GMT | 2 |
I just created a form which has part number box, a ok button and listbox User will enter part number in there and then will click on ok button. Once part number is found in database , I want the data to be displayed in the listbox for that particular part number only. I want to ...
|
| How do you create a dropdown properties selection ? | 29 Mar 2005 06:27 GMT | 3 |
I have created an activex control using a picturebox control to which I have added a property "Style" with a numeric value. This property has five valid entries from which to choose from:
|