| Thread | Last Post | Replies |
|
| msflxgrd.ocx | 30 Jun 2006 09:00 GMT | 1 |
We have a number of forms with the msflex grid control. Recently when the data is posted to the form we have been getting an Error 7 Out of Memory - after about 14285 rows (21 columns) I have found an MSDN article which mentions that the grid is restricted to 300000 cells.
|
| Reading the filename | 30 Jun 2006 06:16 GMT | 6 |
I have a picturebox which I can programatically load a photo in to it, but how do I find the property that has the filname and path so that I can read it in to a variable?
|
| Trouble with Datagrid_HeadClick Event Handler | 30 Jun 2006 01:56 GMT | 5 |
I am trying to use the DataGrid control in a project specifically to let the user click on a column so that I can resort the data by the column values. I copied the following event handler declaration directly from the
|
| Need Help | 29 Jun 2006 22:42 GMT | 2 |
I want to use CD-Rom drive in my project. for example read database file from CD. plwase help me how can i do it?
|
| Dynamically change a form's height | 29 Jun 2006 16:27 GMT | 4 |
Hello experts, I have a little problem here: In my project, I have a form that contains a limited (but unspecified) number of dynamically created controls, which are all placed along a
|
| I need to change the Form title bar color | 29 Jun 2006 15:06 GMT | 1 |
Hai, I need to change the color of the title bar of the Form in the Visual Basic 6.0. As Its default color is a mixture of Navy blue and sky blue. and Form's background colors are not choosable as they are only some defined system and
|
| print Picturebox | 28 Jun 2006 13:43 GMT | 3 |
I have a problem with printing a picturebox. I use a picturebox as container for some grids and labels. the code a use is: With Printer
|
| Mouse Right Click menu in List view | 28 Jun 2006 08:30 GMT | 1 |
Hai, Can we generate a Simple menu for the right click on the list view in VB. When the user right clicks the mouse button on the list view in my program, a menu with some options like cut, delete and paste should be visible.
|
| how to change the back color of coloumnheader in listview control in vb | 28 Jun 2006 06:50 GMT | 2 |
hai, i am using a list view control in vb and i am adding 4 header coloums to that control, by default that list view control shows back color(gray color) to those headers, but i don't want that gray color as back, i need
|
| Need help with MSFlexGrid and Form Events | 27 Jun 2006 14:59 GMT | 6 |
I have a routine that will autosize the columns in an MSFlexGrid. I currently call the sub via a button. It works fine with the button calling it. Ideally, I would like to autosize the columns before the user sees the
|
| how to increase row height in a listview control in vb | 27 Jun 2006 14:11 GMT | 2 |
hai, I am using listview control , i need to increase row height from the default row height, how can i do this , if any one knows please let me,
|
| vb6 - picture box erratic | 26 Jun 2006 11:24 GMT | 2 |
I have some programs (VB6 sp6) that create simple on-screen maps by drawing gridlines, text and circles etc on a picture box. These programs have worked fine until recently. Now my department is implementing a very strongly-controlled managed operating environment (MOE) and ...
|
| how to synchronize 2 com ports | 26 Jun 2006 11:09 GMT | 2 |
I am sending a variable length data from com3 to com4 sometimes just !q and sometimes it is #m123456 sometimes !q is followed by !s etc but the receiving end sometimes reports
|
| winsock backlog limit | 25 Jun 2006 21:25 GMT | 7 |
many moons ago, around the time of nt 3.1, ms reduced the winsock connection backlog limit on workstations to 5. This limit is the number of connections waiting in the listen() queue that haven't been accepted by the application yet. so if you open a server port with a listen() ...
|
| How to add a button control in the list view list item in VB | 25 Jun 2006 16:32 GMT | 1 |
Hai.. Here i am doing a project in VB which comprises of the List view and a button intially. When the user clicks the existing button a open dialog control is opened and a file is selected the target of the file selected is
|