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
M

Manish_Home

@Manish_Home
About
Posts
18
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • English to hindi characters
    M Manish_Home

    Hi, Anybody knows how to display english characters to hindi charactres?:confused: If has any source code to do it will be ok.:) Suppose the word is "do sal" it should be viewable as दो साल in hindi.

    Manish

    C# tutorial question

  • Error in saving excel file
    M Manish_Home

    Hi, I am using dot net editor 2005. I have written web site(c#.net,asp.net

    : | or * • Make sure the file/path name doesn't contain more than 218 characters. I have tried many combination on server end but probelm stil persist. Also excel application executes under Network service account,I tried to give full access to this account in all distribution groups(all possible groups),excel application but problem still persist Can any one help sugest any solution??

    Manish

    C# help csharp sysadmin asp-net windows-admin

  • Owner draw buttton:Unable to handle enter key event
    M Manish_Home

    Hi, Regret for late reply... I am using Win32 SDk application,no MFC is there. I have implemented subclaasing of child controls(buttons in this case) to adrees this issue.Now I am able to handle enter key events as well.:)

    Manish

    C / C++ / MFC c++ wpf tutorial question

  • Owner draw buttton:Unable to handle enter key event
    M Manish_Home

    I haven't set any default button on my dialog. All other styles are set to false and only those wnich are mentioned are set. With these styles I want to handle enter key event for "B1". How will it be done?

    Manish

    C / C++ / MFC c++ wpf tutorial question

  • Owner draw buttton:Unable to handle enter key event
    M Manish_Home

    In property page: B2 having style: visible B1 having style : visible and owner draw. Please suggest any solution so that when B1 is highlighted,on pressing enter ket it should get action.

    Manish

    C / C++ / MFC c++ wpf tutorial question

  • Owner draw buttton:Unable to handle enter key event
    M Manish_Home

    No I have two buttons: Button "B1" with owner draw style and button "B2" with default style. On mouse click both get action. On space bar when highlighted both get actions. But when I press enter key when highlighted "B2" gets action but "B1" when highlighted doesn't respond to it. Any sugestions?

    Manish

    C / C++ / MFC c++ wpf tutorial question

  • Owner draw buttton:Unable to handle enter key event
    M Manish_Home

    Hi, I have created dialog box in SDK(c++) and there is one button "B1" with style owner draw and other "B2" with default style. When I press enter key then "B2" gets pressed but when "B1" is highlighted it doesn't respond. I tried many styles of button and also tried subclassing but I am unbale to handle enter key event. Is any one knows how to solve it?

    Manish

    C / C++ / MFC c++ wpf tutorial question

  • Virtual memory usage of a process in c++
    M Manish_Home

    No probs John!!! I required that just for an alternative to my previous code,whenever u get time do that or evenif not posible dnt worry i got my problem solved.

    Manish

    C / C++ / MFC question c++ json performance help

  • Virtual memory usage of a process in c++
    M Manish_Home

    Thanx John! For the time i don't need to look on virtual memory usage but may be in future i required that. U can mail me at mmanish3214@rediffmail.com :)

    Manish

    C / C++ / MFC question c++ json performance help

  • Virtual memory usage of a process in c++
    M Manish_Home

    Hi John, I m satisfied with the virtual memory usage shown by GlobalMemoryStatus function previously i had used that function but it gives me a look of total virtual memory allocated to all running proceses. VirtualQuery needs Pointer to the base address of the region of pages to be queried from where i can get that? Coz i haven't allocated virtual memory by VirtualAlloc. As u said you have a sample example of ur own may be it will help a little. Thanx :)

    Manish

    C / C++ / MFC question c++ json performance help

  • Virtual memory usage of a process in c++
    M Manish_Home

    Thanx John :) I think that ll solve my querry...

    Manish

    C / C++ / MFC question c++ json performance help

  • Problem in using com (not have .h file)
    M Manish_Home

    no!! i was having only dll with me,how can i use that dll then??

    Manish

    COM csharp help question c++ com

  • Problem in using com (not have .h file)
    M Manish_Home

    I ve tried all combinations with #import. If i delete this dll then it shows no such file menas it currectly points to this dll. Any sugestions or alternative??

    Manish

    COM csharp help question c++ com

  • Problem in using com (not have .h file)
    M Manish_Home

    Thanx prasad :) I have used #import "mydll.dll" in my code but it giving error as "fatal error C1083: Cannot open type library file: 'mydll.dll': Error loading type library/DLL" Any alternative do you want to suggest,i think type library is not embeded in this dll...

    Manish

    COM csharp help question c++ com

  • Virtual memory usage of a process in c++
    M Manish_Home

    Thanx john :) Its a total size of virtual memory allocated to a process but i want virtual memory currently being used by the process. Do you knows anything about how can i get that information??

    Manish

    C / C++ / MFC question c++ json performance help

  • Virtual memory usage of a process in c++
    M Manish_Home

    Hi all, Can anyone knows how can i get virtual memory usage of a process in my c++ code,any api?? I am able to get physical memory usage of process in my code but not able to get information about virtual memory :doh: :doh: Any help??

    Manish

    C / C++ / MFC question c++ json performance help

  • Problem in using com (not have .h file)
    M Manish_Home

    Thanx Steve:) Did u mean i should call getprocaddress on all functions i needed from that dll and make a wrapper around those functions...

    Manish

    COM csharp help question c++ com

  • Problem in using com (not have .h file)
    M Manish_Home

    Hi, I have a already created COM :^) (.dll file only) which was used in c#.net code but i have to use it in C++ code :confused: :confused: . I dont have .h file for this COM,had only dll file. Can Anyone help me in : How can i use this COM im my c++ code :doh: ?? Thanx in advance :)

    Manish

    COM csharp help question c++ com
  • Login

  • Don't have an account? Register

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