| Thread | Last Post | Replies |
|
| VB: 64 bit DLL | 05 Oct 2005 23:16 GMT | 1 |
Hi everybody!! (and sorry for my English!!) I've the following problem: - C-written DLL with a 64bit input variable (byval) - I use vb5 and vb6
|
| recovering the tmp file | 05 Oct 2005 23:07 GMT | 6 |
Okay VB6 just crapped out on me and my work hadn't been saved for awhile( don't taunt me or I'll slit my wrists. just kidding). Is there a way to recover some of the work from the tmp file. What kind of file is that? Is there a way to open it. Any and all answers will be greatly ...
|
| How to delete lines in text file? | 05 Oct 2005 22:28 GMT | 2 |
Someone help me how to use VB to delete lines in text file like this: 1 HOW ARE YOU DOING FINE 0 ...
|
| calculating date 7 days ago at beginning of month | 05 Oct 2005 21:46 GMT | 9 |
I have a slight problem. I am using VB6 to do an SQL string which does a search for all items created in the last 7 days. the problem i have is calculating what the date was 7 days ago. This worked fine:
|
| General Question | 05 Oct 2005 19:42 GMT | 16 |
I was wondering what is an average price for some VB6 consulting work. The project is based in Chicago and it is not too complicated. Any ideas what I should be paying? Thanks
|
| Result set | 05 Oct 2005 19:02 GMT | 6 |
If I open a connection to a database and get one result set, can I use the same connection to get another result set without destroying the first one? For example, Dim myCon As ADODB.Connection
|
| DB Processing Question | 05 Oct 2005 16:53 GMT | 4 |
I am trying to write an VB6 application that updates a main access db table with monthly access db table update. In this update I need to apply business rules to this data before the update. I understand how to accomplish the business rules of the project but was wondering if ...
|
| ActiveX component can't create object or return reference to this object (Error 429) | 05 Oct 2005 14:25 GMT | 6 |
One of our customers who have 7 computers and 3 out of 7 computers has a problem. It was working fine until they install some other software. The 3 computers are on win98 or older and the rest of the computers are on the newer OS. When they double click the icon they immediately ...
|
| Help with recordset filter! | 05 Oct 2005 14:05 GMT | 4 |
I would like to be able to filter a recordset based on two fields. i.e. forename and surname. Here is my code but it is coming up with "13 Type Mismatch". recordset.filter = "r_forename LIKE '*" & UCase(txt_forename) & "*'" And
|
| POLYTEXTOUT problems.. | 05 Oct 2005 13:51 GMT | 14 |
I am having a problem in trying to get "PolyTextOut" to function properly. The work is being developed on a Win2000 machine and MS states this function works in Win2000 and later. When I use a single POLYTEXT structure and feed the function a single
|
| Variable changes | 05 Oct 2005 12:35 GMT | 10 |
This is the first time I've experenced this problem. I have a bool variable I'm using to tell when I'm loading controls. This variable seems to be changing without a cause. At least I can't seem to find it. Whats weird about this, If I set a breakpoint in one of the main ...
|
| a question about moving pictures | 05 Oct 2005 12:16 GMT | 5 |
I have created an image of a small dragon (just like in puzzle bubble). I made this dragon walk using 2 images placed inside an imagelist control. However, when the dragon started to walk, the image box flickers, it's like being refreshed by a white line or something.
|
| the sender of a message | 05 Oct 2005 11:48 GMT | 5 |
is there a way to find out if a message (say wm_lbuttondown) is send to my form by windows or by another program i have the form subclassed and trap some messages already done
|
| Q: How can I edit the Data in a PST File with VB | 05 Oct 2005 09:31 GMT | 1 |
I need to edit the background html of about 3000 emails to remove the blocked:: precursor from the hyperlinks and I want to make a little windows app that will allow me to do this and later I may want to use it to change links so I need to find out how I can open the outlook PST ...
|
| changing the tab portion of the SSTAB in VB6 | 05 Oct 2005 09:26 GMT | 1 |
I am trying to change the tab portion of the sstab by placing graphic1 in the Picture property of the sstab. My intention is to change graphic1 to graphic2 only upon clicking (the tab) and change back to graphic1 when other tab is clicked... like giving the feedback to the
|