I have two toplevel windows, one is placed directly over the other one and they are both the same width and hight and position. When the top window is moved I need to move the bottom window...
HAHAHA ok! Maybe I have to change my seach engine then... I might have to give the option to search within a word or from the begingin and just let my users know that when they want to search within...
The thing is though.... That I have to check each single item no matter what anyway to see if that items name contains any of the letters typed into the text box, so would it really matter in this...
Well it's pretty fast... doesn't take it long, but when it searches as you type keys it pauses in between keystrokes because it is taking so much cpu I think...
I have a virtual listview that I load up anywhere from 20,000 to 200,000 records into. The virtual listview handles this no problem at all. I am using the CSortedArray by PJ Naughter...
Ok, well it sounds like I should stick with the access 2000 database since I already have all the code written. it would be a rather large undertaking to switch it over to serialization.
I am writing an application that will be storing 10's of thousands of records. I am wondering what would be faster in terms of searching for records, using serialization or using an Access...
I have a constantly changing 300x216 byte array which contains a bitmap essentially. It is actually a CDG (karaoke) file streaming in. So each time I get the bitmap data it is changing. I...
The example you gave me is much easier to do such a thing because it is given one single path and then it just starts adding children (everything is...
Hey guys. I am reading in a cdg file (karaoke) for mp3+g playback. I have it all working, but I have one little problem. The cd+g is meant to be played at the size 300 x 216, but I want to go 2x, 3x,...
I have a direct3d question I hope someone here can help. When I use CreateDevice to initialize a LPDIRECT3D object I know I can use D3DADAPTER_DEFAULT to specify the primary adapter or use the device...
I have a window that is going to do visualization display just like winamp. I notice when winamps visualization plays the audio is never interupted by the visualization display.