| Thread | Last Post | Replies |
|
| VB Deleting records using a ListBox | 05 Jan 2007 20:16 GMT | 5 |
I'm trying to delete records using a ListBox. The problem is that in the Listbox only part of the text from the field is listed. So trying to find the record using rs.FindFirst doesn't work.
|
| How to pass events "downstream"? | 05 Jan 2007 18:57 GMT | 3 |
I had a form that created a dll class with events and received events from class to increment progbar and show results of work so events seemed to work fine "upstream"...ie being passed back to the object that created the object which originates the events
|
| advice on calling form in dll? | 05 Jan 2007 18:54 GMT | 5 |
I had a project group working using a form in a std exe to call an activex dll the form passed a reference to it's ListView to the dll the dll reported back to the form's listview to display the results of the
|
| Setting the values of UDTs | 05 Jan 2007 17:02 GMT | 51 |
I want some help/clarification on the use of UDTs. If I have an UDT can I assign all of its values at once ? When I tried using the first method only the first value was assigned ? Any Help is appreciated.
|
| Debug .ocx when it is instantiated in a C++ program | 05 Jan 2007 16:32 GMT | 4 |
How do I debug my ocx (Set break points) in my VB6 .ocx when a C++ app instantiates it. I tried Setting the ocx to start the C++ exe but the C++ exe fails to create my ocx.
|
| SMS | 05 Jan 2007 15:48 GMT | 3 |
Hello To ALL How could I send to Iran via VB6.0 number : +989135113 Thanks a lot.
|
| ClassFactory cannot supply requested class - Propertybag | 05 Jan 2007 15:13 GMT | 1 |
I am having a problem with one of my vb applications over the last few days where I am getting the following error from some of my users. (-2147221231) Automation error ClassFactory cannot supply requested class
|
| disable CTRL + P | 05 Jan 2007 11:55 GMT | 3 |
XP VB6 Is there a way to disable CTRL + P when using the MS internet control webbrowser?
|
| Only last two records shows in MSFlexGrid | 05 Jan 2007 09:27 GMT | 1 |
Hi: Can any one please tell me why the grid is showing only the last two records as there are total 5 records in it. Is there any settings are required in the grid. I am running program in debug mode and put my mouse over on each value and they are 5 records but instead of all 5
|
| Binary Append | 05 Jan 2007 02:03 GMT | 2 |
I have an existing binary file that I need to append data to. Is there a reason why the following code does not work?? Instead of appending to the file at the correct byte location, it overwrites the file entirely with the new data.
|
| Close VB dialog in another procedure | 05 Jan 2007 01:54 GMT | 3 |
I create a model child dialog (coded in dialog1.frm) in the main dialog (dialog.frm). The main dialog receives callback and I want to close the child dialog (show progress of a process) from there. Private Sub obj_onsomethingdone(ByVal lError As Long)
|
| put 'x' in checkbox | 05 Jan 2007 00:39 GMT | 9 |
First sorry for my bad English. Can you please help me? How Can I put an 'x' in checkbox(when value=true) instead of 'v' ? Thank you
|
| Moving a Form | 04 Jan 2007 23:33 GMT | 1 |
How do you move a Form when when the form's borderstyle is set to none? ie: Form1.Borderstyle = 0 Thanks. Sharrukin
|
| Weird infinite loop | 04 Jan 2007 19:22 GMT | 3 |
I have a software server that uses Winsock API and connects to an Oracle DB. The server is located in a dual-core 3.6 Pentium D with 2 GB ram. After some - random - time, sometimes less, sometimes more, the CPU use
|
| How to force a User Control to Resize | 04 Jan 2007 17:32 GMT | 4 |
... when it's container is resized? I have a dynamically loaded User Control. The UC is loaded into a picture box on a main form. When I resize the main form, I resize the picture box holding the user
|