| Thread | Last Post | Replies |
|
| executable with coolbar control unload error | 10 Jul 2006 15:15 GMT | 1 |
My problem is exactly this documented error http://support.microsoft.com/default.aspx?scid=kb;EN-US;257630 (project with coolbar does not close correctly), but I have instaled Visual Studio SP6, with ComCt332.Ocx version 6.07.9782 and still continue to fail.
|
| Conservare variabili a runtime | 09 Jul 2006 00:12 GMT | 2 |
Ciao ragazzi, il mio problema e' il seguente : ho creato un controllo, contenitore di altri controlli, per utilizzarlo nei miei programmi. Ho impostato una variabile, Private matControls(0 To 255) As String, per tenere conto dei controlli aggiunti. Caricando il controllo in un nuovo
|
| How to get the reply whether the particular user not log in | 08 Jul 2006 07:15 GMT | 1 |
Hai, I am working in a BPO unit and the users are working in LAN. I am using netsend command in VB for sending a message to the users.It is working fine when the users are logged in. I want to have a response back when
|
| add rows to datagrid | 07 Jul 2006 23:23 GMT | 1 |
i need to be ablr to add rows to a datagrid. the form will contain 3 controls that contain data from the user. combobox, textbox and checkbox. the user will click an "Add" button that should add this data to the
|
| File access denied - file in use | 07 Jul 2006 19:48 GMT | 1 |
When I run my program, I open a picturebox with a photo loaded in to it using the code: PictureBox1.Image = Image.FromFile(strPath & strImage). I then close the picture box and put in the line:
|
| Reading from WebBrowser | 05 Jul 2006 23:42 GMT | 9 |
At first, sorry for crosspost but i'm pressed for time and need any hint asap. I have a simple project with WebBrowser control on one form which loads webpage on application startup. That webpage contains some typical form fields (like input type=text) with preset values. What do i ...
|
| MshFlexgrid-- how to set Background image for header row? | 05 Jul 2006 18:02 GMT | 1 |
I need to set the background as an image in MsHFlexgrid HEADER row. How dod I do that? Thanks
|
| How to address items in a dropdown control? | 05 Jul 2006 15:23 GMT | 1 |
I am trying to build a menubar, which is quite special: First the toolbar should open and the user should see a dropdown box to choose between 3 options. So far I am done... But now my problem: According to which option the user choses, the rest of
|
| Combo boxes | 04 Jul 2006 11:21 GMT | 1 |
I have had to move onto VB6 from VBA to control Access databases. In Access setting up a combo box is easy. you just tell it what field of the underlying table controls it then tell it where it gets its data from. I can even code this in VBA. But now on VB6 things are different ...
|
| Unload a photo | 02 Jul 2006 17:20 GMT | 7 |
I have a picturebox on a form but when I close the form I cannot delete the file that was used for the picture box. How do I really unload the picture?
|
| form copying | 02 Jul 2006 14:33 GMT | 4 |
i have some froms from the same project that i like to copy in the same project to use them after little modifications, haw can i do it ? and haw can i add that froms to another application ?
|
| TypeOf returns False on VC# created activex control | 02 Jul 2006 13:57 GMT | 2 |
I have a user control created in VB6.0. I am using this ocx in VC# or VB.NET through interop. When this control is sent back to a VB6.0 function as object and checked there with if TypeOf usrctl is Control, this returns false. We need this to work as we heavily use interop in ...
|
| list | 01 Jul 2006 03:11 GMT | 7 |
i use list box to display thumbinails of document scaned so it show the photo of the documnet, what i wat to do is that when user double click on an item it displays the photo in the defualt photo editor that exists on the client pc, or at paint so haw can i do that
|