Search:

Type: Posts; User: mr_empty

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    8,292

    are u sure? javascript can handle it?

    are u sure? javascript can handle it?
  2. Replies
    7
    Views
    8,292

    merge multiple image file into one image

    hi all,
    now i'm doing a task adding about 36 image file with pixel 5000X5000 into one large image with pixel about 30000X42000. i use GDI + , adding image pointer into graphics object by drawimage...
  3. Replies
    2
    Views
    2,423

    create a white image

    hi all,

    i want a white image file with very large pixel, say about 40000 X 40000, since i cannot find the same size of image to turn it into white, so i need to create myself. but i 'm new in...
  4. load multiple images and places them in specific coordination in a saving file

    as in the title above, i need to load multiple images files with same sizes and places them in their specific coordination in a result saved image file, how to do that? what classes should i use?...
  5. Replies
    0
    Views
    1,193

    cab fiel shortcut problem

    hi all,
    i have developed a smart device application and i install the program into the storage card but the shortcut is not function in the program folder, does anyone know how to fix it? thanks!!
  6. Replies
    0
    Views
    1,178

    screen rotation problem

    hi all,

    i 'm developing a mobile device and i want the UI can fit to the screen immediately when the screen is rotated 90 degree. how to do that? thanks!!
  7. Replies
    0
    Views
    2,091

    listbox double click problem

    hi all, i'm developing c# mobile device and i want to enable double click to select the item on listbox, how can i do that? thanks!!
  8. Replies
    1
    Views
    2,192

    CString array definition

    hi all,
    i wanna define CString array with size 10 but i found that i cannot use this to allocate:
    CString arr[10];

    how can i define CString array? thanks!!
  9. Replies
    3
    Views
    1,440

    thanks, but how to put image on the button? i've...

    thanks, but how to put image on the button? i've use cbitmapbutton to set the button into cbitmapbutton but error occur said Cbitmapbutton is undeclared identifier, can anyone teach me? thanks!
  10. Replies
    8
    Views
    1,636

    yes thanks, but where should i place the settimer...

    yes thanks, but where should i place the settimer and killtimer in the class? i 'd tried to put the functions call in the oninitdialog but it does not work as expected...can anyone tell me where...
  11. Replies
    8
    Views
    1,636

    thanks for reply, actually i'm writing mfc smart...

    thanks for reply, actually i'm writing mfc smart device that i want to have a splash screen before the application start, but i found that traditional mfc splash screen code which just splash bitmap...
  12. Replies
    8
    Views
    1,636

    flash a screen

    hi all,
    i want to flash a screen with picture for few mins in mfc program, is there any method can do that? thanks!!
  13. Replies
    3
    Views
    1,440

    using bitmap instead of button

    hi all,
    i wanna use bitmap image to replace button so that i can click the image to load into another dialogue, is that possible to do it in mfc? i've add even handler OnStnClickedBitmap1() but it...
  14. Replies
    3
    Views
    1,497

    thanks for reply, but i dun understand the...

    thanks for reply,
    but i dun understand the coding, and i need to add the pic in oninitdialog, how to do that? thanks much!!
  15. Replies
    3
    Views
    1,497

    display a picture in windows dialogue

    hi all,
    i need to display a pic on window, i know there's a class CBitmap but i can't find any sample code of it, can anyone teach me how to display a pic? thanks!!
  16. Replies
    1
    Views
    1,027

    making smart device cab problem

    hi all, i need to make a cab file including a list of txt files but i found that it can't exceed 200 files, is that normal and what can be done to deal with it?

    thx!
  17. Replies
    0
    Views
    1,059

    adoce for smart device

    hi all,

    i want to do searching in a database in mfc smart device and i decided to use adoce, but in visual studio 2005 development environment what should i plugin? since i cannot create any...
  18. Replies
    1
    Views
    1,713

    smart device database problem

    hi all,
    i want to connect the mfc smart device to odbc database but i found that smart device does not have such function to connect when setting up the environment, and i just type those code using...
  19. Replies
    7
    Views
    1,171

    why i use these code since if not using pointer...

    why i use these code since if not using pointer and new and got the searching so slow and overflow if the loop increase to 200. is that pointer and dynamic memory avoid overflow and search faster,...
  20. Replies
    7
    Views
    1,171

    i've moved that part outside but the result is...

    i've moved that part outside but the result is ame as before, what's the right code for that?
    thx!
  21. Replies
    7
    Views
    1,171

    pointer display data problem

    hi all,
    see the following code:




    for (int i=0; i<=10; i++){


    if(data.gettxt(i).Find(editbxtxt)>=0){
  22. Replies
    5
    Views
    1,208

    yes thx, the problem is solved, but is that using...

    yes thx, the problem is solved, but is that using new CString() will create dynamic memory that can be searched faster and avoid overflow? why my searching is still slow and overflow occur when i...
  23. Replies
    5
    Views
    1,208

    actually my code is : ...

    actually my code is :





    for(j=0;j<=10;j++){

    if(data.getdata(i).Find(target)>=0){
    details = data.getdetails();
  24. Replies
    5
    Views
    1,208

    display pointer value problem

    hi all,
    i've create a list of pointer array and i pass them into another dialogue, but how to show their value directly just having the pointer?
    thanks~



    for(j=0;j<=10;j++){
    str[j] = new...
  25. Replies
    5
    Views
    4,958

    cstring to string

    hi all,

    how to convert cstring to string?
    thanks!
Results 1 to 25 of 77
Page 1 of 4 1 2 3 4