hi Jonas Larsson, Thx for ur ideas I planned to program in C. how or where to get the rapi related libraries/header files. Urs, -Pons ----------------------- The greatest of faults, I should say, is to be conscious of none.
traapons
Posts
-
Taking ScreenShot -
Taking ScreenShothi, I want to take screen shot of my Mobile device, through a program. How can i do it 1. From Device 2. From PC [ Which is connected via active sync] Give me ideas or sample codes for this. Urs, -Pons ----------------------- The greatest of faults, I should say, is to be conscious of none.
-
Bookmarks for Forums postsCurrently we can bookmark only articles. Is there possible to bookmark forum posts. or just enable Bookmarks for FORUMS also... This might be more useful to watch certain posts/message in a forum.. Urs, -Pons ----------------------- The greatest of faults, I should say, is to be conscious of none.
-
Format specifier for WORDhi, "%d" -> Signed integers "%u" -> UnSigned integers as BYTE is unsigned type use "%u" Urs, -Pons ----------------------- The greatest of faults, I should say, is to be conscious of none.
-
Allocate Memory for Global Pointershi, Thx for your reply. Urs, -Pons ----------------------- The greatest of faults, I should say, is to be conscious of none.
-
Allocate Memory for Global PointersHi, Is it correct to allocate and free memory for Global Pointers and also for global variable. eg code: ................. test.h typedef struct { int a; }test; ............... test.cpp include test.h int main() { test *T1; .. .. T1 = (struct test*)malloc(sizeof(struct test)+1);//??? .. free(T1);//??? } As far as my knowledge global variables is not in HEAP But Malloc will allocate space in HEAP. To ME it seems confusing... Can u guyz give some clear Ideas regarding this... Urs, -Pons ----------------------- The greatest of faults, I should say, is to be conscious of none.
-
monitor File access in a Folderhi, Thanks guyz for your quick responses..Michael Dunn, Jubin Chawda and WhiteSky From the link i get a clear idea.. But i want to run my program like background process. On pressing Ctrl+Alt+Del my program wanted to be displayed in the Process Tab rather than in the Program Tab. I'm trying to implement in VC++ with out MFC. Urs, -Pons ----------------------- The greatest of faults, I should say, is to be conscious of none.
-
application used by another programMight be deadlock. or Your program doesn't exit. If show the snap of your code for the abouve cases. I might can help u Urs, -Pons ----------------------- The greatest of faults, I should say, is to be conscious of none.
-
monitor File access in a Folderhi, I want to monitor the file access done in my folder. And also wanted the time of access. I just want to write a background process and logging the activities in my folder. Can i do in "C" ? I beleive anything can be done in C. Plzz Help me with Source code (or) some urls (or) some useful ideas to achive this Urs, -Pons ----------------------- The greatest of faults, I should say, is to be conscious of none. -- modified at 3:34 Tuesday 4th July, 2006