Search:
Type: Posts; User: SuperDre
Search:
Search took 0.03 seconds.
-
That's right, in my example there isn't a need to maintain the very large resolution for printing to a poster or something like that, it's being printed in a 74mm by 47mm block (in aspect ratio of...
-
I wouldn't even know where to start reporting it as just posting it in some microsoft forum is not something I think they would notice.
It's also not apparent there would be a difference,...
-
Yeah I saw that topic, but I hadn't tested the IPicture version, so maybe I'll look into that one as well.
The only problem I have now with my implementation based on StretchDIBits is with very...
-
Thanx Olaf for pointing me in the direction of StretchDIBits, that seems to be the solution (for now).
I've been heavily experimenting with it now and the following is what I've came up with that...
-
Are you using the Printer Device Context as a base for your EMF when creating the EMF or are you using a form or something like that as a base?
So in following example, are you using something like...
-
Oh, this is a very annoying one.
With the latest Windows 10 update (start of 03-2021) MS has screwed up something with printers as I see also a lot of problems with BSOD when printing to certain...
-
Just wondering, but why still support XP and W2K? who is using that for actual production with new software, even just to support the old legacy applications? I'm a VB6 developer, but we also don't...
-
Ofcourse if the OXC crashes VFP 9's IDE there is a problem with the OCX as it should not do that. Does it crash on the usage of a specific component of the OCX or does it crash completely?
-
Isn't it just using a mask color for that, or Icon files?
-
Oh, you're talking about the combobox? sorry I only thought about the listbox. As far as I know, the combobox is always integral height, just like it also doesn't seem to acknowledge 3D on/off (at...
-
IntegralHeight set to True just makes sure the items are completely visible, so the Height is always 'rounded' to a full item visible, so if you increase the size of the font it will adjust the...
-
Ok, but for the few times you actually look at the descriptions, isn't the time better spent on just developing new features for your applications?
It's a lot of work to translate all the...
-
Not to downplay your intention and work, but what's the use of this? I think most people who are still using VB6 will know english as I think most of the IDE isn't available in any other language...
-
Not interested in yet another new scripting language, there are way too many already. One of the powers of VB6 was native compilation..
If you really want crossplatform etc. You're better of just...
-
I'm sorry, but ReactOS will never be anything more than a nice hobby project, it will never be used for any production.
And with Windows 10 now getting/having the windows subset Linux (WSL), it is...
-
Yeah, I had that problem too.. Now I just use 256 color Icons (use a good color downgrader) for the forms itself from within VB and for all the icons I want in full color I have an resource attached...
-
Yeah, I had that problem too.. Now I just use 256 color Icons (use a good color downgrader) for the forms itself from within VB and for all the icons I want in full color I have an resource attached...
-
Thanx for the extra link, which also has the full description and explanation. I know the site doesn't allow executables, therefore I added the zip in my post (which is now uploaded here, so no...
-
169607
As the original link is missing, I've uploaded the file here..
In Windows 7 Ultimate x64 I had to set the compatibility of the exe to Windows XP SP3, otherwise I got an error that a support...
-
that's how Windows 10 (and 7) x64 works, it's actually only using SysWo64.
Also wasn't theming part of Aero which is removed from windows 10 (if I'm not mistaken). I never bothered with themes, was...
-
I think if you also have 32bit in the same ICO there is no problem, at least not with a regular icons for forms. But then again I use the original Icon in the Icon property and have the same Icon...
-
I think if you also have 32bit in the same ICO there is no problem, at least not with a regular icons for forms. But then again I use the original Icon in the Icon property and have the same Icon...
-
Well, with the latest windows update it seems OleDB 4.0 (JetEngine 3.6) has a problem if the accessdatabase has a table with a fieldname longer than 32 characters, you'll get an error 'unrecognized...
-
Well, I've been busy:
Rs.Update dbUpdateCurrentRecord,True well, that one just gives me a 'Invalid argument' error (even though intellisense shows the parameters and the documentation for 3.5...
-
Thank you very much Elroy, I'll look into it. And I'll also look into 3.60.
Thanx Olaf, it was a typo on my part, as you point out, I should have written rs.Update.
But I don't think...
-
DAO (JetEngine3.51), Access mdb (dbVersion30), running windows 7 x64 ultimate with the MDB on a local drive (and not the c:\program files\ folder).
I've got this annoying problem.
I need to...
-
Or mabye non-blocking? the intrinsic function blocks everything.
-
Maybe to prevent unknowledged customers having to install your own CA Public Cert into their windows store (certmgr), having to explain that to customers costs more than just buying a certificate...
-
I'm certainly not going to meddle with the oleaut32 and related dll's exactly because of the reasons you state, but different versions can be a problem..
I don't have any problems with using 32-bit...
-
I now have the same problem, but the iconsize can't be the problem, what is different from before is that I now use 32bit icons instead of everything in 8bit. But it works on my machine (but it's a...
-
CDF files were just an example (they are just comma separated files for some accountancy application).
I think Trend Micro checks when specific filetypes are deleted, like .MDB, cause when I renamed...
-
I got it on our business application, and wrote a small test application which is really nothing more than the standard EXE project (no extra references and compiled to native code), and no manifests...
-
Just to let you people know of a problem with Trend Micro (Worry-Free Business Security Services) at the moment.
If you're using the VB6 function Kill multiple times (at least on .mdb (acces...
-
The version of Excel shouldn't matter, UNTILL you use enum values/functions which are only available with Excel 14 or up..
So you should always keep in mind if you want people with older versions...
-
Came across this problem again (but with another XML, funny enough, also a newer version of the XML), and found my own question here.
As far as I can see the only solution to this:
Dim...
-
Hi,
A client of us gets an error "429: activeX component can't create object", I narrowed it down to the following line:
Set pb = New PropertyBag
full code of the function, which is part of...
-
Thanx Olaf, I will try that.
-
Setting the OK button to disabled doesn't (sadly) block the dialog from closing, I already use the BFFM_ENABLEDOK in BFFM_SELCHANGED for when one selects another folder using the mouse, but I wanted...
-
Hi,
I've searched these forums but I couldn't find a topic which already discusses this.
With the BrowseForFolder you can enable the Editbox, but it seems there is no direct callback (using the...
-
yes I know the white is in the picture itself, that's why you need to set the mask color to the same white color so the white will be used as the color that should be transparent, otherwise it will...
|
Click Here to Expand Forum to Full Width
|