| Thread | Last Post | Replies |
|
| Images and MS Access | 12 Apr 2005 14:41 GMT | 2 |
I am using the following code to store an image in a microsoft access database and using an OLE object to display the image: Data1.Recordset.AddNew OLE1.CreateEmbed "", "Paint.Picture"
|
| VBA to VB.Net | 12 Apr 2005 14:31 GMT | 4 |
I have an Access application using vba. Is there any way I can export the vba forms and code into vb.net (or vb6) so that I can make a standalone program and use the database tables as a DSN? Cheers
|
| Copying string to byte array | 12 Apr 2005 09:51 GMT | 61 |
I am researching and learning ways to copy a sting with byte data to a byte array and I at the moment I am confident I can figure out how to do it. I just want to get verification that the following does not work. I don't need to fix it; I do think I can write a new version that ...
|
| When showing a form, how can I pause until it is finished loading? | 12 Apr 2005 09:09 GMT | 4 |
1) I open Form1 with code in another form. 2) I write to textboxes on form1 3) I set Form1.SSTab1.Tab = 1 Steps 1 and 2 work but step 3 doesn't work unless I insert a delay of
|
| Dual screen question | 12 Apr 2005 07:59 GMT | 3 |
I've made a prog for a dual screen (both resolution 1024x768) and want to open a maximized form on the second screen. The basic form stands on the frist monitor. How to? Greatings,
|
| Backslash "...dll\2" in a COM server's Win32 entry? | 12 Apr 2005 07:35 GMT | 2 |
Some (very few indeed, apparently all from MS) COM servers have a strange syntax for the Win32 registry entry, listing something like: "C:\somepathhere\somedllname.dll\number" For example:
|
| download with progress bar | 12 Apr 2005 07:00 GMT | 16 |
hi everyone.... it's been months since i last coded or posted, so hello! i'm using this simple code http://vbnet.mvps.org/code/internet/urldownloadtofile.htm to download
|
| Printing extend ASCII characters with the Printer Object | 12 Apr 2005 06:28 GMT | 14 |
The pi symbol is hex E3, but when I try to print it, I get a lower case a with a tilde above it. Have I got the wrong character set loaded somewhere, if so, how would I change it and to what?
|
| hwnds of selected items in a listbox | 12 Apr 2005 04:38 GMT | 8 |
is it possible to get the hwnds of the selected (checked) items in a listbox? it wasn't as simple as i had hoped, for example: list1.selected(index).hwnd. my goal is to display the progress bar on top of the currently processing item.
|
| NT Service Control | 12 Apr 2005 01:48 GMT | 15 |
I developed an app that uses the MS NT Service Control. On my development PC, the app works perfect. I moved it to another PC and it doesn't perform the same. Both PCs are XP Pro SP2 with the same updates. Both have the app installed and being used by an admin account.
|
| Class Properties Question | 11 Apr 2005 23:57 GMT | 6 |
I have a class with a bunch of properties and I want to loop through the class properties and put them into an array. I know how to do this in .net using reflection however I do not know if this possible in VB6. Is it? Thanks
|
| Overflow | 11 Apr 2005 23:36 GMT | 1 |
Are there any known situations where an application runs OK on NT4 (SP6), but fails with an overflow error when running on Windows 2003 server (e.g., compatibility issues) ? Cliff
|
| Centering Picture in PictureBox | 11 Apr 2005 23:25 GMT | 3 |
I am trying to center a picture in a picture box. I came across a link on the internet for centering an image and I tried and it does not work and it is very slow. Any other suggestions? Thanks
|
| Error pop-up when coding for Outlook | 11 Apr 2005 22:54 GMT | 6 |
I'm working on a project to handle certain issues with MS-Outlook from a VB6 project, the problem is that I'm getting a realy annoying warning from Outlook everytime I access the email property of Contacts folder. I came across a similar problem some time ago regarding Outlook2003 ...
|
| VB Command to browse for file? | 11 Apr 2005 21:28 GMT | 4 |
Novice user of VB, trying to create a module in MS Access 2000. Need to be able to prompt the user to browse/select a file for import. The typical macro command of "TransferSpreadsheet" demands the file and path be predefined.
|