... http://msdn.microsoft.com/en-us/library/microsoft.visualstudio.package.variant.varianttype(vs.80).aspx ... Back then when I was working on a BCX COM...
37272
Ljubisa Knezevic
ljubeknez
May 1, 2008 9:12 am
... Great demo Kevin. Perhaps it should be put to a COM folder so other users exploring office automation can easily find it....
37273
Kevin Diggins
mrbcx
May 1, 2008 11:32 pm
This is a slightly modified version originally written by Microsoft. One important lesson shown below is that you must free your object variables once for...
37274
eric dexter
ericdexterus
May 2, 2008 12:15 am
... would ... to ... then I ... other ... +=is&/7-10000*f! ... the ... ")),1) ... I don't think the example came out like it was supposed to... It looks like...
37275
Kevin Diggins
mrbcx
May 2, 2008 12:48 am
... Good idea ... DONE! Also, I added a couple of others, including a SendKeys example. Enjoy!...
37276
dbjj2008
May 2, 2008 10:00 am
... No doubt about that! The good news is that Assembler is no longer what it used to be in the 90's. The code below assembles fine, just with a handful of...
37277
Kevin Diggins
mrbcx
May 2, 2008 10:03 pm
... Things get a lot uglier when you have to start using floating point algebraic expressions. Throw in trig functions and you have a winning argument for...
37278
eric dexter
ericdexterus
May 2, 2008 10:08 pm
I am getting a page cannot be displayed error with the new bcx help.. Is there a missing file or something??...
37279
rwishlaw
May 3, 2008 12:20 am
... Which page cannot be displayed? Robert Wishlaw...
37280
andrewillems2001
andrewillems...
May 3, 2008 4:31 pm
Hello All... I would like to ask the BCX gurus if it is possible to enhance the REPLACE$ statement with an optional parameter which will leave double quoted...
37281
BCX@yahoogroups.com
May 3, 2008 7:39 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the BCX group. File : /wip/ncs...
37282
Eric Butler
neptunecentury
May 3, 2008 7:48 pm
I added groupboxes and labels to the control library. The expander groupbox lets you click on a little button to expand/retract the control. You can use the...
37283
rwishlaw
May 4, 2008 12:22 am
... double ... Hi Andrew: I do not understand your problem. When this snippet DIM str1$, str2$ str1$ = DQ$ & "This is inside double quotes" & DQ$ PRINT str1$ ...
37284
Kevin Diggins
mrbcx
May 4, 2008 12:40 am
... I initially thought the same thing but I realized what he's asking for is a flag to allow changing the text but not in quotes strings. So, if such a flag...
37285
andrewillems2001
andrewillems...
May 4, 2008 6:24 am
The example that Kevin gave is indeed the situation that I would to have. I know BCX has a wealth of features to manipulate strings but I still couldn't find...
37286
Kevin Diggins
mrbcx
May 4, 2008 5:40 pm
... I wouldn't hold my breath, if I were you. What you are asking for, as you probably know, is a pretty tricky task. You would do well to investigate BCX's...
37287
Doyle Whisenant
mecsoftware
May 4, 2008 5:59 pm
I'm compiling a dll with pelles and have a question about underscores in the parameter names. What do I need to do for the calling program to see the...
37288
Kevin Diggins
mrbcx
May 4, 2008 7:34 pm
... Doyle, Perhaps I don't get your question but when you EXPORT a function, it is the FUNCTION's name that is stored in the DLL not the names of your function...
37289
Doyle Whisenant
mecsoftware
May 4, 2008 8:28 pm
... Sorry, I guess I worded that wrong. I am playing with using Vic's PP dll with BCX and Pelles was not cooperating. ;-) ... I didn't have the correct declare...
37290
Doyle Whisenant
mecsoftware
May 4, 2008 9:09 pm
Say I wanted to "catch" the fully parsed, translated, etc. lines of C code that BCX is writing to the final C file *before* it was written, exactly where would...
37291
Wayne Halsdorf
wmhalsdorf
May 4, 2008 10:11 pm
... strings). ... I would take take a copy of the FastLexer out of BCX and modify to give me something a little more robust than SPLIT can deliver. See...
37292
Wayne Halsdorf
wmhalsdorf
May 4, 2008 10:21 pm
... of a ... the ... change/add ... Look for Final Disk Gymnastics in the source code, that is qhere the final file is writen....
37293
Doyle Whisenant
mecsoftware
May 4, 2008 10:25 pm
... Thanks Wayne, I found this, finally. I appreciate the confirmation. Doyle....
37294
Kevin Diggins
mrbcx
May 5, 2008 2:18 am
EXCEL has lots of useful functions. For example: =COUNTIF($A:$A,"<25") will tally all the numbers less than 25 in all of column "A" What I never tried before...
37295
andrewillems2001
andrewillems...
May 5, 2008 7:40 am
Thank you very much Wayne! This is exactly what I was looking for, and It works like a charm :) Again thank you and also everybody who replied. Regards, Andrew...
37296
Doyle Whisenant
mecsoftware
May 5, 2008 10:39 am
... You mean something like this: DIM cnt, rnum cnt = 29 : yy = 351 'starting position on the worksheet rowcnt = SendMessage(hGrid1,GM_GETROWCOUNT,0,0) ...
37297
"Andreas Hän...
andreas_haensch
May 5, 2008 11:48 am
Hey friends, really great (COM-) stuff, though I don't have the time to test it atm. :-( Just want to let you know how much I appreciate your hard work. Thank...
37298
Eric Butler
neptunecentury
May 6, 2008 8:21 pm
For those of you who are interested in helping with the control library or developing your software with it, you may want to participate in my forum. This...
37299
brother.gabriel
May 7, 2008 8:06 pm
Howdy all! I need some help with reading and writing ini files. I have looked at what examples I could find in the BCX help and demos folders. But for the...
37300
brother.gabriel
May 7, 2008 8:08 pm
Howdy all! How can I make a dll file containing a library of icons? Does anyone have a simple example I can see? I have looked at some of the examples in the...