| Thread | Last Post | Replies |
|
| Trapping events raised by runtime-created controls | 10 Nov 2004 15:42 GMT | 1 |
In my App, different controls are added to a frame at runtime. Their names and values are read from an xml file at runtime, too. Displaying these controls and assigning them the values read from the xml file works perfectly. But in order to save the changes made in these
|
| lock Richtextbox to a given font | 10 Nov 2004 12:56 GMT | 8 |
I like to lock a richtextbox to a given font(especially size,color,not bold etc). At the moment if a user pastes characters into my richtextbox on my form than the richtextbox displays these characters in that original font/color/size where the text was copied from.
|
| updating an ado connectionless recordset | 10 Nov 2004 01:56 GMT | 1 |
Is it possible to update an ADO connectionless recordset from a join with a ADO recordset that does have a connection? If so I would appreciate seein a snippet of code that demonstrates it. thanks
|
| job avaliable in H.K. VB6, SQL programmer | 10 Nov 2004 01:40 GMT | 3 |
1-2 year experience, fresh graduated students are also welcome. full time or part time job available, pls send resume to tacowilliam@yahoo.com if you are
|
| Cleanly Terminate a System Tray Program | 10 Nov 2004 00:35 GMT | 1 |
I'm trying to terminate a program which responds to WM_CLOSE by minimising to the system tray. (Namely, the Azureus BitTorrent client) I don't want to terminate it abruptly because this will be running overnight every day, and I can't imagine being forcibly terminated
|
| search engine using VB | 10 Nov 2004 00:31 GMT | 2 |
I have project to make search engine using VB to search in documen files for specific text and return all documents which contain th entered text, ranked. Kindly, anyone can help to do this.
|
| Reference the Controls Objects on ActiveX Control | 09 Nov 2004 23:34 GMT | 8 |
I'm a NEWBIE, but getting smarter as I continue to use these forums... Anywho... I have an ActiveX control that I'm trying to create and I'm having a problem...
|
| Crystal Report Designer and VSS | 09 Nov 2004 23:31 GMT | 6 |
We are unable to use VSS with Crystal Report Designer 7.0 integrated in VB 6.0. We can change report (*.dsx and *.dsr files are checked out by VSS, *.dca file needs to be checked out manually from the VSS), changes are in the VSS,
|
| Trying to trap <ENTER> depending on focused control? | 09 Nov 2004 20:40 GMT | 2 |
List: I've a form containing a flex grid plus some other controls. I would like to trap the <ENTER> key only when focus is on the flex grid.
|
| Import from Excel to VB | 09 Nov 2004 19:43 GMT | 1 |
I have some software that I want to access peoples setups that are stored in Excel. I will have a wizard in Excel that will NAME each cell a NAME I will recognise. Then with the file open in Excel I want to extract the
|
| Guide to SMS App using VB | 09 Nov 2004 19:33 GMT | 1 |
I am trying to make an SMS app using VB. Any one could help me the guide? Some link or sample maybe usefull to me. I have tried searching through google but I have found too much link and don't know which one was better for newbie.
|
| Setting PaperBin property | 09 Nov 2004 16:25 GMT | 1 |
I am having problems getting the printer object to print to the paper bin selected. I have tried using the VB constants for upper, lower, etc, as well as using the "DeviceCapabilities" API to get an enumeration of the bins from the printer. I set the paperbin, paper size, ...
|
| Groups vs Single project | 09 Nov 2004 14:40 GMT | 2 |
I have a vb project that references 2 DLL's. If I run the project from within vb, I will get a 'type mismatch' error on one of the forms. To troubleshoot this problems, I created a group project that includes my initial vb project AND the 2 DLL's. When I run this from within vb, I ...
|
| Bit operations | 09 Nov 2004 14:32 GMT | 2 |
How do i perform bit operations in VB? in C/C++ you can manipulate / change bits by the following, say i want to change bit 2 in the variable status_buffer to a 1: status_buffer |= 0x02 // 00000010
|
| Pass Variable as field into Stored Procedure? | 09 Nov 2004 13:52 GMT | 1 |
I want to be able to pass a variable from VB6 into a stored procedure but the variable is a field name. i.e SELECT FIELD FROM TBL_REFERRAL. Field = r_forename. How can I do this? Appreciate the help
|