| Thread | Last Post | Replies |
|
| Restriction | 01 Jun 2006 00:20 GMT | 1 |
I am currently completing a project in which restricts the user to a certain number of sites. I was wandering if there is a way in which I could get my hands on some code to
|
| .Net UserControl Keypress event | 31 May 2006 23:43 GMT | 1 |
i created a .net usercontrol using VB 2005. I see that keypress event is not fired in the UserControl when any key is pressed. However the keypress event of the textbox in the UserControl alone gets fired. In VB 6, this worked perfectly. Keypress events for forms are enabled
|
| Focus | 31 May 2006 14:12 GMT | 1 |
I would like to alter the behavior of a command button based on what control had focus PRIOR to pushing the command button. Is there a way to deteine which control had focus?
|
| urgent:sending data through serial port using MSCOMM control | 29 May 2006 23:12 GMT | 5 |
i need to send data more than 4000KB to the PCB through serial port using MSCOMM control in VB.i have developed a code....but its sending only 500KB.But i have to send 4000KB. If anyone know solution or program for this problem....pls help
|
| Forms Mysteriously Losing PropertyBag Info | 28 May 2006 03:54 GMT | 9 |
Over the past years, our development shop has been plagued by a mysterious recurring problem; that is that Forms spontaneously lose large chunks of their PropertyBags for their hosted controls. We'll get the latest from VSS, and subsequently we'll notice that things like ...
|
| Creating Image Objects at Run time | 26 May 2006 20:51 GMT | 2 |
Can someone post the source code for the function "Create Image Objects at Run time"??? I also want to do drag and drop operations at the same time. Need help Urgently....thanks
|
| Data Grid Button Click event | 26 May 2006 15:20 GMT | 1 |
How do I populate the list that comes up on a data grid column that has the Button Poperty set to true? I have been searching for 2 hours and can't find anything on this! I am using VB 6 data grid control. TIA
|
| Dim WithEvents PicBoxArr(3) as PictureBox | 26 May 2006 14:54 GMT | 1 |
Hello! We are coding in Vb.net on the .Net Compact Framework 1.0, for a Pocket PC application. It is required the we use an array of Picture Boxes. Then again we need to
|
| How to use C# custom control in VB 6 ?? | 26 May 2006 14:32 GMT | 1 |
i have created a new c# custom control . if i want to use this control to my VB projects , what are the steps i must do ? can anyone let me know what are the things i must do step by step ?
|
| Looking for friends | 26 May 2006 04:51 GMT | 1 |
|
| How to use ActiveX with IE ? | 26 May 2006 02:26 GMT | 4 |
I have an ActiveX control. Now I want that when users click a button on a coldfusion web page, then this control should open for th users to do whaetver is specified in the logic of the Active X control. How do I do this? I ahve VB 6.0 .
|
| Pop-up menu width | 26 May 2006 01:01 GMT | 2 |
I am working on a project using VB 6.0 and having a problem to adjust a pop-up menu width programly. I really appreciate it if anyone could advise me how to do it. Thanks a lot!
|
| Problem Clearing Text from Controls | 24 May 2006 23:08 GMT | 1 |
I have been using the following code to clear text from Windows form controls. dim ctlControl as Control For Each ctlControl In Me.Controls If TypeOf ctlControl Is TextBox Or TypeOf ctlControl Is ComboBox
|
| How to use Inet with HTTP | 24 May 2006 19:02 GMT | 5 |
I need to use the Inet control to upload images using Http to the webserver. What will be the code for that? Is there any walkthrough which I can follow. Any help will be highly appreciated. Thanks
|
| Control to Query SQL DB from VB6 | 24 May 2006 18:40 GMT | 1 |
Hi, does anyone know if a control exists that can be used to provide a graphical interface to query an SQL database? I'd like to provide something like this in my application which would allow a non-SQL educated person to query the db, choose the fields they want shown, add
|