| Thread | Last Post | Replies |
|
| Closing a dialog box in code | 28 Sep 2004 17:13 GMT | 1 |
I'm using the Internet Explorer object in MS Access 2003 to navigate an HTML page and automically fill in a form with values from the database. When I click the submit button, Internet Explorer pops up a security alert that states "You are about to be redirected to a connection ...
|
| shell notification - failure of share event?? | 28 Sep 2004 14:54 GMT | 2 |
I have a strange problem. I have a listview, and it is registered with SHChangeNotifyRegister (using SHCNE_ALLEVENTS). My app recieves all the messages, except the SHCNE_NETUNSHARE message. I mean, that when some folder on disks are shared or unshared, in both cases
|
| OCX file information | 28 Sep 2004 14:42 GMT | 4 |
I need a way within my program to get the OCX/DLL file information ("Descriptions", etc that you put in the Project properties) via API or whatever else (shell32 object?). Anyone got any ideas? And just to filter out the smart remarks, I do know how to right-click on a file and ...
|
| FTPPutFile strange behaviour | 28 Sep 2004 13:34 GMT | 1 |
quick question. The documentation for FTPPutFile say it returns 0 for success. As with all the examples, my code is built around this assumption. And this has worked fined for ages. Have now come up against an FTP server which when I call FTPPutFile, causes
|
| RTFBox.SelPrint | 28 Sep 2004 11:57 GMT | 3 |
Hi *.*, I'm using the above method to print the content of a RTFBox, which contains (colored) text for more than one page. I don't use the VB Printer object, but the DC value given in the PRINTDLGSTRUC.hdc member of "PrintDlg()"
|
| SMS /MMS from VB6.0 | 27 Sep 2004 19:57 GMT | 1 |
Does anyone know how to send 'short message service' (SMS /MMS) from VB6.0? or via an API-call? Thanks Uma
|
| WM_PAINT | 27 Sep 2004 04:36 GMT | 7 |
I'm subclassing this message for a picturebox on a form of mine, and it seems like it's firing a lot more than it needs to. What I'm doing is on the paint event of the PB I'm stretchblitting from a source image (held in memory) a section of the source image onto the picturebox. ...
|
| RTF without OCX? | 26 Sep 2004 23:45 GMT | 2 |
I browsed through the archives, but I'm still stuck with non-working code. I'd like to add an RTF/RichEdit widget to a VB (5) application, without using the RichEdit OCX, and instead, hit the RICHED32.DLL (or
|
| Thumbnail creation very fast? | 26 Sep 2004 20:09 GMT | 5 |
In my application there is a windows explorer style window where end user navigates thorugh directories and select photos where he/she sees a thumbnail at tha screen. I'm using Mike's libraries for this and seems very slow on files above a few
|
| Create Dial-Up connection? | 26 Sep 2004 00:43 GMT | 1 |
I want to create a dial-up connection, dial and than destroy this connection programatically. Can anybody point me a sample about this? Regards,
|
| how can add a new button on title bar | 24 Sep 2004 22:32 GMT | 1 |
hi, I have used a app that have a button on top of title bar near the min. button at top-right corner of a form , how can do that? thanks
|
| Handling mouse events from a form's caption | 24 Sep 2004 20:26 GMT | 1 |
I need to handle the MouseUp, MouseDown and MouseMove events which happen in the caption area of a form. I've tried the obvious events handler code like: sub caption hanlder handles form1.MouseDown
|
| StretchBlt, pictureboxes | 24 Sep 2004 18:00 GMT | 13 |
I don't get this. At application startup, I load an image into an invisible picturebox as a "source" image. I then bitblt it into another picturebox that is the, well, subject of a "scrollable viewport" type setup. Follow me? Well, I give the user a "zoom" function. To do this, ...
|
| get data from syslistview32 / systreeview32 | 24 Sep 2004 16:29 GMT | 1 |
I want read the entrys from another application. spy++ tells me, that they are in a syslstview32. How can I get all entries of this listboxes? thank you david nawrot
|
| Replacing App.Path when inside ActiveX DLL | 24 Sep 2004 15:33 GMT | 6 |
I have some code which I want to move into an shared ActiveX DLL so that several products can use it. The code uses App.Path and App.EXEName - but of course, once this is inside the DLL it will all refer to the DLL and not the App that is using the DLL. I can of course change the ...
|