blah blah blah is here! blah blah » Close

0
votes
0 answers

Getting a P/Invoke (COM) string

Dear Debuggers, I have the following code fragment (and variants on it) -- it uses a COM P/Invoke to retrieve an out string pVal of size out int pSize which is actually a reference to a block of memory (24bit Colo(u)r) which I am attempting ...

0
votes
2 answers

Substring outofindex

I wrote a code for which if 23E+20 is the input then output should be 230000000(20 zeros) if 4.456E-14 is the input then 4.456000(14 zeros) should be the output But its not working properly. Please let me know where I did error. Th ...

0
votes
3 answers

Align Arrays of Strings in ListBox

say I have a string array as: string[] AllFruits = {"Apples $1.50", "Oranges $1.80", "Kiwis $3.10", "Bananas $1.00}; I add them t ...

Feedback