| Thread | Last Post | Replies |
|
| For ... Each Text Box Control accessing help | 22 Dec 2003 03:37 GMT | 2 |
Trying to figure out how to loop through all my text box's on a form so that I can change the backcolor after clearning certain errors the user has resolved. I thought I seen an example to do this with a for .. each
|
| MSFlexGrid (VB6.0) | 21 Dec 2003 22:21 GMT | 1 |
I'm using a MSFlexGrid. How can you determine if a user has clicked the first row of data instead of the column headers? The FG.Row property returns the number 1 for both of these.
|
| VB Script in MS Excel | 21 Dec 2003 20:43 GMT | 4 |
Anyone has a sample code on how to use the command "FileExist"? I read through the help section but its not very clear on how to use it. Thanks in advance,
|
| Calendar / Schedule | 20 Dec 2003 20:25 GMT | 1 |
Anyone know where I might find a calendar / schedule control for VB 6 that'll allow me to block specific times per day, double click on specific time slots to book that time, etc.? Thanks.
|
| a problem about status bar | 20 Dec 2003 11:49 GMT | 1 |
I use a status bar control in a form. but I find after I maxmized the form , the status bar can not fit the maxmized form automaticly. How I can do it?
|
| automating outlook express | 20 Dec 2003 07:52 GMT | 2 |
I'm sure this is a common question, but is there a way in Visual Basic to automate Outlook Express? Thanks for any help. Code samples would be nice too. Scott
|
| Listview and Tooltips | 19 Dec 2003 21:34 GMT | 1 |
Hi, hope im posting this in the right place. Please put me right if im wrong. I have just moved over to .net and am still on the steep learning curve. In 6 i used to be able to set it so that each cell in a List view control
|
| invisible vb app | 19 Dec 2003 19:24 GMT | 6 |
I'm writing a small VB client program that just needs to listen on a certain port for some data but doesn't have to show anything to the user as there is no interaction needed. That is, while the program is being ran, I would like for there to not be a program shown down in
|
| How to Code | 19 Dec 2003 17:09 GMT | 3 |
hai, i am trying to create an application that whan executed will add some links to the to the internet explorer's favourites. I want to create folders in the favouirites
|
| Iser control with MSHFlexgrid problem | 19 Dec 2003 15:14 GMT | 1 |
I have created a buser control into my VB .EXE project. It contains a hirarchical flexgrid. When I try too use it on a form, I get the folowwing message : "Error occured in form:MyForm - Invalid class string. Looking for object with progID: MyProject.uscControl."
|
| Modifying the Toolbar Width | 19 Dec 2003 14:34 GMT | 2 |
To All on MSDN VB Controls Creation Discussion Forum: I have an application that has a Toolbar whose Width I would like to make exactly equal to the number of buttons on the Toolbar times the ButtonWidth of each button. I am
|
| Changing Toolbar Width | 19 Dec 2003 14:29 GMT | 2 |
To All on MSDN VB Controls Discussion Forum: I have an application that has a Toolbar whose Width I would like to make exactly equal to the number of buttons on the Toolbar times the ButtonWidth of each button. I am
|
| Retrieve text from web page | 19 Dec 2003 06:08 GMT | 1 |
I'm using the WebBrowser control to get a plain text file from the web. The WebBrowser is in my VB form, and it displays the text file. I want to take the text and put it into a VB string, but I can't find a suitable property or method.
|
| Help with VScrollBars | 19 Dec 2003 01:04 GMT | 1 |
Could someone please help me understand how to use a Vertical Scrollbar in VB.NET? I have a panel with button objects and TreeView Objects within it. I would like to implement a Vertical Scroll Bar in the panel so that if there become
|
| Treeview Node - Avoid Image! | 19 Dec 2003 00:25 GMT | 3 |
I have a treeview set to use pictures and text (stye), however I have some nodes I want to show no pictures. I know I can set the image index to "0", but the text of the node is not aligned to left, there is blank space between the line and the text, just like there was a ...
|