Search:
Type: Posts; User: SuperDre
Search:
Search took 0.02 seconds.
-
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...
-
Maybe a dumb question, but if you are using BMP, have you set the transparent color of the imagelist to white?
-
-
Yep, you're right, 2004 has 53 weeks, maybe it's because some internal weekday setting (which day of the week is the first day, normally it should be set to monday)..
-
Change the link to the OCX control in the frm outside (the first line(s) in the frm when opened in a texteditor) the IDE before loading the project? I don't know if it will work in this case..
-
Hmm, I guess the navigate to a local document didn't work for me anymore because I had the htmldocument set to a variable withevents and I was trapping onclick (only trapping with nothing special)....
-
Is there a way to get a browsercontrol to actually do what IE does when a href="file://<mypath>" link is being clicked?
well, it's with the following situation:
Call...
-
Yes, it's not quite nice for Krool who put in a lot of work in the excellent controls, but the tools pepegriyo is refering to are about removing/pinpointing dead/unused variables/code, and it's good...
|
Click Here to Expand Forum to Full Width
|