First  |  Prev |  Next  |  Last
Pages: 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
First class developer: Who ?
Someone says if one does not know the difference between "equility" and "equivalence", then one is an entry-level developer at best. What is your opnion ? (I think we should not talk about mathematical concepts, since it is the software developer in question.) Thanks. ... 12 Mar 2010 03:55
Status Bars stuff not defined, why?
Do you have to include any extra stuff(besides windows.h) to use status bars? I dont have the class STATUSCLASSNAME defined, and none of the SBARS_ styles, I do have a bunch of SB_ stuff that isnt mentioned on msdn... The problem is I dont have SB_ messages either and I want to use it to get the borders( SB_GETB... 11 Mar 2010 14:33
Get amount of free space on physical drive
How can I get amount of free space on physical drive (eg. \\. \PhysicalDrive0 )? I tried to use GetDiskFreeSpaceEx function but it didn't work. Thanks for help. ... 13 Mar 2010 06:26
Help - trying to create a very basic renderer
Hi everybody, First of all, sorry if this is the wrong group for this question - I've already tried to ask this in comp.lang.c++, comp.graphics no longer exists, and comp.os.ms-windows.programmer.graphics has no traffic. As the subject says, I'm trying to write a very basic renderer, but I've stumbled upon ... 11 Mar 2010 17:58
procedure with argument list
is this normal in visual studio.net 2008 using c++, the code below compile happily?: ---- void fff(const wchar_t* const format,...) { } int main(int argc,char*[]) { fff(false,L"abc"); return 0; } ------ thx, ag --- news://freenews.netfront.net/ - complaints: news(a)netfront.net ---... 11 Mar 2010 19:06
How to iterate the vtable of COM coclass?
How to iterate (infact access) the vtable of COM coclass(that will implement the methods of its exposed interfaces).? Only I need to access vtable where all addresses of exposed methods of its interfaces are stored. ... 10 Mar 2010 14:11
automated search with Bing
Hi Folks, I want to do some automation with bing search. I am using simple webrequest with C#. When I send request to Bing then it return empty page (no body content). Does any one know how to automate searches with bing. Thanks in Advance, Anurag ... 10 Mar 2010 11:55
What happens when you resize a window?
What happens when you click the border of a window and resize it? As in, what functions/messages get sent to the window? Here's why I ask: I'm resizing a window using MoveWindow or SetWindowPos, however, this particular game window wont redraw itself. I have also tried using RedrawWindow on it afterwards, but it ... 19 Mar 2010 00:33
Looking for a sample program to show me how to write a program
I am looking for a sample program. I want to create a file share, and receive (and send) all of the network traffic related to the share from within the program. Can anyone point me to a URL that has info related to this? Or any other suggestions. arargh -- ArarghMail003 at [drop the 'http://www.'... 9 Mar 2010 19:13
Determine who is using a file?
In a networked environment, it is possible for multiple users to open the same file simultaneously. I believe that the first user to open the file is allowed to have write access to the file, but anybody else who opens the file same gets "read only" access. Are there any API's I can use to enumerate through a... 12 Mar 2010 19:32
First  |  Prev |  Next  |  Last
Pages: 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35