| Thread | Last Post | Replies |
|
| using a variable as a control name? | 20 Jan 2004 12:37 GMT | 3 |
I have a form "A" with 50 frames that I regularly update: i.e. statusFrameA(i).caption = "xyz" I have 11 other similar forms that I do the same with: i.e. statusFrameG(i).caption = "pdq"
|
| Multiple MAPI-compliant e-mail servers | 20 Jan 2004 03:57 GMT | 1 |
Hi, If there are more than one MAPI-compliant e-mail servers, how does MSMAPI control know which one to use? Thanks Xiang
|
| How can I display a tif, or other image in VB6 | 19 Jan 2004 23:03 GMT | 1 |
Can someone suggest a control, or tell me how I can display a tif image in VB6. Basically, I want to display a series of 8-1/2 x 11 inch scanned images as large as possible. I want to be able to chane images using the right-left arrows.
|
| Help with ocx that includes another ocx component | 19 Jan 2004 18:41 GMT | 3 |
VB is not our Primary development language here and so I'm sure this is a really simple question. I hope so anyway:-) I'd really appreciate some help. I have an OCX I have created that includes a component that is another
|
| datagrid edit problem | 19 Jan 2004 18:18 GMT | 1 |
We have a datagrid VB6.0 SL5 with columns A, B and C. I enter text into A and then B, then click on C and then click back on B. The cursor is at end-of-text and I backspace each character to delete the text, then click on A and text in A is highlighted and I press backspace once ...
|
| set focus in combo within datagrid | 19 Jan 2004 18:17 GMT | 1 |
I have combo in datagrid I align the combo size fitting to the column of the datagrid. I set the focus to the combo when the control goes to that particular column.
|
| two tabs in datagrid for navigation | 19 Jan 2004 18:13 GMT | 1 |
my datagrid is haivng a mask edit box I go to next column by tab. however when the focus comes to edit box then I have to press two tabs to go to the next column as I feel the focus first goes to datagrid
|
| Datagrid editing bug | 19 Jan 2004 18:09 GMT | 1 |
Surely someone can help with this problem; I populate a Datagrid from SQL and edit a field. The bound table is updated ok. Now I get a new record set and load the grid and that last-edited field appears in the grid. It's not in the new table data. It just re-displays from some
|
| Multimedia control: Wave device busy | 19 Jan 2004 13:00 GMT | 2 |
I've been re-visited by a problem that hounds me for almost two years now. I've written an application that must reliably sound an alarm in certain situations. If for some reason the sound cannot play, wait a few seconds then retry (several times). If all else fails, I display a ...
|
| how can i get two checkbox column in the listview or some other control?? | 19 Jan 2004 09:11 GMT | 2 |
I know that when i use listview, if I set the checked box = True, it will have one checkbox(the first column) in the listview. I would like to know how can i get two checkbox column in the listview or some other control?? Thanks. Ye Zanxiong
|
| can MSComm control do this? | 18 Jan 2004 19:02 GMT | 4 |
I want to use the MSComm control to send binary data(for example: &HFD121EA to my device. Can MSComm control do this? My circuit: _________ ________
|
| parsing list contents | 18 Jan 2004 18:01 GMT | 4 |
I need to use a command button to parse the contents of a list box (from first name first to last name "," and first name. I can do this with one name but how do I do this with the entire list?
|
| winsock SMTP problem | 17 Jan 2004 23:57 GMT | 1 |
I am connecting two applications through Visual Basic winsocks and trying to send messages received by Server application from Client application as SMTP mails . It works fine if i am running the applications in VB
|
| Winsock | 17 Jan 2004 23:54 GMT | 2 |
I've just bought VS.NET and I'm trying to find Winsock control that I used back in VB6.0(I think it was wnsck32.ocx or something like that). How is it now called and how can I include it in my project? Does it exist in VB.NET? Is there a replacement?
|
| Creating instances of MSCOMM on-the-fly | 17 Jan 2004 16:01 GMT | 5 |
Morning from Cold Old England, I have developed my app to control a device connected to a comm port. this is fine as I drop a comm32.ocx control onto my main form. However, the requirement has changed and I now no longer know how many devices I need to control until run time. I ...
|