Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
U

ujjawal kumar

@ujjawal kumar
About
Posts
12
Topics
8
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • EDB
    U ujjawal kumar

    how to create edb in C# and read data from there. :doh: plzzzzzzzzzzzzz anyone help as soon as possible.

    Database csharp help tutorial

  • convertion of xls file into csv file.
    U ujjawal kumar

    hi, How to convert a xls file(mobile excel) into csv file(programatically)? Thanks.

    Mobile tutorial question

  • Excel file
    U ujjawal kumar

    same question: I am trying to import data from an excel file to SQL Server CE?Would u pls help me out?

    Mobile question csharp visual-studio help

  • How to read .xls file(Excel Mobile) in WM?
    U ujjawal kumar

    Hi, I have to import data from .xls file to sqlCE.Pls guide me to do that.

    Mobile tutorial question

  • How to enumerate all the window handles in WM6(C#)?
    U ujjawal kumar

    Hi, I am not able to get the windowtext of all windows opened in device(taskmanger application). Also Getprocess() is not working in WM6.Is there anyother way to retrieve all the HANDLES so that i can get the windowtext using GetWindowText(). Thanks.

    Mobile csharp tutorial question

  • Sample C# code to take the screenshots the application opened in windows mobile
    U ujjawal kumar

    Bitmap bmpScreenshot;
    Graphics gfxScreenshot;
    bmpScreenshot = new Bitmap(Screen.PrimaryScreen.Bounds.Width, Screen.PrimaryScreen.Bounds.Height);
    gfxScreenshot = Graphics.FromImage(bmpScreenshot);
    gfxScreenshot.CopyFromScreen(0, 0, 0, 0, bmpScreenshot.Size);
    bmpScreenshot.Save(@"\screenshot.bmp", ImageFormat.Bmp);

    It works fine in windows.But it is showing no extension method like CopyFromScreen in windowsmobile. Would u pls help me out to take screenshot in windowsmobile in C#?

    C# graphics csharp help question

  • Screeshot in wince
    U ujjawal kumar

    Sample code(c++) to get the screen shot of the windows opened in the desktop on CE Device machine. How would the screen shot be saved as bitmap file in the device machine? Thanks

    C / C++ / MFC c++ graphics question

  • How to get the handles of all the windows opened in wince?
    U ujjawal kumar

    I have tried with the folowing code snippet.Still i am not able to retrieve the handle for the window. WNDENUMPROC lpEnumFunc = &EnumWindowsProc; TCHAR szName[50]; HWND hTempWnd = NULL; lpEnumFunc(hTempWnd,lParam); if(EnumWindows(lpEnumFunc ,LPARAM(hWnd))) MessageBox(hWnd,L"EnumWindows Successful",NULL,0); lpEnumFunc(hTempWnd,lParam); GetWindowText(hTempWnd,szName,50); MessageBox(hTempWnd,szName,szName,0);

    C / C++ / MFC tutorial question

  • How to get the handles of all the windows opened in wince?
    U ujjawal kumar

    I want to retrieve handles for all the windows opened in wince machine. Using my application i need to retrieve the handle for the windows that has been opened in desktop and list the title of those windows in a list view . Thanks in Advance.

    C / C++ / MFC tutorial question

  • Create process in wince
    U ujjawal kumar

    Yes i am using create process()for each file. It is creating new window for every function. I want to open it in the same window?

    C / C++ / MFC

  • CreateProcess in WinCE
    U ujjawal kumar

    Hi Sethuraman, I am using create process function to open a jpg file using ie in WINCE... CreateProcess(_T("\\windows\\iesample.exe"),imFullPath, NULL, NULL, FALSE, NULL, NULL, NULL, NULL, &processInfo1); where imFullPath is the path for a jpg file. For opening the next jpg file,i am using create function() onemore time. Also it is opening in a new window. I want to open all jpg files in the same window.

    C / C++ / MFC help

  • Create process in wince
    U ujjawal kumar

    Hi all, I am using create process function to open a jpg file using ie in WINCE... CreateProcess(_T("\\windows\\iesample.exe"),imFullPath, NULL, NULL, FALSE, NULL, NULL, NULL, NULL, &processInfo1); where imFullPath is the path for a jpg file. For opening the next jpg file,i am using create function() onemore time. Also it is opening in a new window. I want to open all jpg files in the same window one after the other like a slideshow. Thanks in advance.

    C / C++ / MFC
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups