Hi luvcloud
In Borlands VCL, which is a lot like .Net (also with Anders Hejlsberg behind the design) the Application object has a minimize/ maximize function, this is however not the case in .net ???!!!
If you need an urgent solution, and is your program is only for windows platforms (don't...
Hi All
I just started experimented with C#, comming from C++ I find mixing class declarations and implementation is very ugly, and not good for the overview.
Is there any way to use the old header/source concept when doing C#.
Thanks in advance
Klaus Grønbæk
Hi All
I'm writing an new shell for windows98 (a launcher for a computer cafe), does anyone know how I can detect if windows started in safemode using C/C++.
thanks in advance
Klaus Grønbæk
Hi All.
Does anyone know how to set up a global message hook in windows, I tried to look around on the Web but i couldn't find any good examples. If Any of you guys have a little code snip on message hooks i would very much like to study it. The specific problem is catching the winkey, which...
Hey Keat.
Sounds like you need a linklist to implement you ADT. If you have a linklist with both a head and a tail pointer and some functions
insert_at_head
insert_at_tail
remove_at_head
remove_at_tail.
If you need to potimize you ADT use a double-link list, so you dont need to traverse the...
HI
If you already have them in a TImageList, you could use the Tag property to keep track of how fare you are and stop when Tag > ImageList1->Count.
For each picture you can use the Form1->Canvas->Draw(X,Y,Image) function to draw the bitmap.
Regards Klaus
Hi Michael.
The Builder has a TCppWebBrowser component (last in the Internet tab). I think it uses the COM opject from the Internet explorer.
Here is a little code snip.
WideString Url = Edit1->Text; //convert into a widestring
Form1->CppWebBrowser1->Navigate(BSTR(Url)); /*go there*/'
Hope...
HI Sulik.
I only know how obout the shell in win98.
In the system.ini file there is a key named shell the standard value is explorer.exe. This is the program responseble for drawing desktop icons, programbar, startmenu and other stuff( mapping the windows key for shortcuts ect). If you create...
Hi I'm building a GUI application, and I need some Bitmap that needs to be compiled into the program so the user can't change the (deliberately or by accident). I’ve used the image editor to create a .res file, but it only supports 256 color bitmaps :( and I need 24 or 32 bit colors. Does...
Thanks James
And the article is by Damon Chandler, one of my favorite writers on the web. I this stuff is just half as good as the articles he did on the VCL on bcbcaq.com I'll know everything about the ListView when I've studdied these pages.
Hi All
I have a problem arranging the icons in a ListView. I would like to be able to drag and drop the items in my listView as you could do on the Windows desktop. I'm working with viewstyle vsIcon. How is it done ?
I have tried disabeling the autoarrange under IconOptions, but I still can't...
Hi teubenragee
Sounds like pointer error to me.
Have you tried using the debugger to see what is realy going on ?
If you need help with the code, let me know.
Klaus
Hey Guys.
I forgot my original login so I used qwert+++ before.
Have you got any idea of wicht desendent of the TStream to use, I tried to create an instance of TwinSocketStream, but i counldn't create one using new TWinSocketStream.
The I tried using TMemoryStream, I used bmp->SaveToStream(...
Hey Pavlo.
I want to draw a bitmap behind the listitems.
But the caption of the items is like a nontransperent label, witch means there is a gray box around the caption.
email me at klaus10b93@hotmail.com for screenshot.
Tnx.
Hey All.
I'm having some problems with the TListView.
When i set up a background on the ListView->Canvas, the itens are printet with a gray color ( or the color of the ListView) around the Caption, the size of the ItemHeight and length of the Caption.
Is there a way to make the Items in the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.