Language
Any
Platform
Windows
Remove
License
Any
ConnectServer( _bstr_t(L"root\\SecurityCenter"),
// Object path of SecurityCenter
NULL, // User name. NULL = current user
NULL, // User...
I want to construct a multicast tree from the values I got when I sent a traceroute from a number of measuring points to a target CDN Server.
If you have an old 16-bit compiler, you can do this stuff under XP. Sounds like you do since you mention Turbo C.
As for using a more modern compiler in protected mode -- use something like...
Hello everyone,
I'm trying to write a program that solves a sudoku in Windows Form Application. I've got algorithm in console application and I don't know how to apply it to windows form. In...
Always specify which compiler are you using. For Windows you can even use the Turbo C.
I have written some "MSGINA" notification packages in assembler but never written a program designed to be a Windows service.
32BIT XP/W7 is the target OS
W7 & Vista will no longer use the GINA...
What windows API functions give
me access to read sectors
directly of
HDD or CD/DVD-ROM?
Or access to ide controler functions?
Thanks.
Problem solved:
Fullc4.bat places Indy40.bpl in the Windows System32 directory. In this case access was denied thus the file was not copied.
Roy
Hi,
I want to change a specific folder background color in vista. In XP, i am using Desktop.ini concept to do this job but this concept is not working in Vista.
I don't want to use any software...
Thanks for the response it helped make things a little bit clearer.
Someone suggested me to post on win32 Google group.. indeed they had the answer: BM_SETSTATE
To help you I need two things:
1. How do you create your list control? If possible, few lines of code how you do it.
2. How did you make columns in that control? Also, some code would be nice.
Hello!
I got rid of some problems with changing code from Turbo Pascal (from eighteen years ago) to Free Pascal (Dev-Pascal). Those problems were changing integer into smallint and erasing nested...
Hello Everybody,
Thanks in advanced and your suggestion is appreciated.....
I am new to WINCE and I have to make printer driver for Human machine
interaction(HMI) .
I have release build of...
Hello,
I wrote template which return matrix in Window Form Application .My template is below:
template
class matrix1 {
protected:
public:
T *data;...
Hii
I duplicated my NTFS partition.And in that partition some of the folders is not opening " .While opening the message comes "File or directory is corrupted and and unreadable"....
To customize colors of Windows components is a real pain. This is both Builder's and Windows' fault. Windows for implementing standard components in a retarded way so that you can't recolor them,...
I am having trouble getting this to build successfully.
//program plays simple .wav file
#include
#include
#include // mciSendString()
#include
#pragma comment(lib,"winmm.lib")...
Not a good idea: nagging Windows for a question about Windows, which will probably be answered by someone that uses Windows.
Hi,
first, what I need is a window + scrollbar as a parent "container" for child-windows. So that I can place outside the visible window-rect and scroll to make them visible. Or, to make a better...