Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~1K People Reached
About Me

Software Developer

Favorite Tags
Member Avatar for pri_skit

hii, I am getting "Error Creating bitmap!" in EVC++ 4.0 on Window CE 5.0. I don't where this error came from. I am using CreateCompatibleBitmap and BitBlt for drawing the screen. I have checked all Error codes , but no luck. Description of Error : It’s the SNAP window with …

Member Avatar for Clinton Portis
0
68
Member Avatar for pri_skit

Hi, I want to write System files in window CE Compact flash card so that it boots from CF flash. The files are 1.Configuration file: bootcepc.cnf 2. Boot logo .pcx file: bootcepc.pcx 3. Kernel Image file (nk.bin) To write i have just copied file's by copy and paste in Flash …

0
55
Member Avatar for pri_skit

Hi, I want to write System files in window CE Compact flash card so that it boots from CF flash. The files are 1.Configuration file: bootcepc.cnf 2. Boot logo .pcx file: bootcepc.pcx 3. Kernel Image file (nk.bin) To write i have just copied file's by copy and paste in Flash …

0
50
Member Avatar for pri_skit

In RequestDeviceNotifications to detect USB Device, i am using FSD_MOUNT_GUID option to get two drives present on system namely: 1. \Disk (COMPACT FLASH TRAY) 2. \USBDisk(USB Device) both of them are removable drives i.e one is FLASH TRAY which contain (.bin files) for Window CE and other is USB Device. …

0
79
Member Avatar for pri_skit

How to detect USB Drive & its letter by reading register key values in EVC++ 4.0? The location of register of local mount point is: The HKEY_LOCAL_MACHINE\SYSTEM\MountedDevices Thanks

Member Avatar for MosaicFuneral
0
64
Member Avatar for pri_skit

1.I'm trying to write an MFC program in EVC++ 4.0 on window CE 5.0 that lists the disk drives on the system (C:, D:, and so on). I also need to know if the drive is a hard disk or a USB. Is there a class to get this information? …

Member Avatar for pri_skit
0
70
Member Avatar for pri_skit

I have written a CString Object into Text file by using : f.Write (&FileName,FileName.GetLength());//FileName is CString Object Now I want to Read CString object back How this could be done?I am using code : LPTSTR p = CurrentLanguageName.GetBuffer(11); void *g=(void *)p; f.Read (g,CurrentLanguageFileLen); CurrentLanguageName.ReleaseBuffer( ); //But this method don't work. …

Member Avatar for pri_skit
0
119
Member Avatar for pri_skit

I am drawing a screen which requires refrehing,so Invalidate() function is called continously.Now I want to start a timer when screen is drawn first time.In the timer i want to call another function which draws another screen after some time.How this could be done? I have tried to start timer …

Member Avatar for pri_skit
0
50
Member Avatar for pri_skit

I am using CListBox(MFC Class) which have some strings added to it.I want to display different string in different font.Is this possible?How this could be done? regards,

Member Avatar for Ancient Dragon
0
70
Member Avatar for pri_skit

I want to read MS-Excel file using EVC++ 4.0.The file contain strings.How this could be done?Thanks in Advance. Regards, priyank

Member Avatar for Ancient Dragon
0
86
Member Avatar for Zay

Good night; can you see this function ; its true but the only error is : missing ';' before 'return' missing ';' before '}' missing ';' before '}' missing ';' before '{' missing function header (old-style formal list?) but there is no ; missing , i checked it twice this …

Member Avatar for Zay
0
134
Member Avatar for pri_skit

I have application build in Embeded VC++ 4.0 project,now i want to include (.h) file in project which is produced from another (.exe) built in Win32(App) Console.I have added header file in project workspace.The problem is (.h) file is created after compiling the project.I want to include (.h) file before …

Member Avatar for pri_skit
0
246