CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: cmj

Search: Search took 0.01 seconds.

  1. I want to change the language of the my application to french, presently my applicat

    I want to change the language of OS using C#.How can furnish using SetLocaleinfo() in c#
  2. Is it possible to read text file of type ANSI and unicode using CStdioFile as shown a

    Actually I converted my VC .net project from Use Multi-Byte Character Set to Use Unicode Character Set (i.e. Unicode support). Then lot of build errors fixed.



    Before in my project, I’m...
  3. How do I support Unicode in my current VC++.net project?

    Currently my project is VC++.net written in Visual studio 2010. I need to support Unicode in this project. I changed my project properties that is Configuration Properties->Character set from Use...
  4. Replies
    1
    Views
    3,916

    How to find regex expression for a string

    string str=@"MODULE: X
    AVAILABLE BYTES: 3121152
    MODULE: Y
    ABC
    DEF
    GHI34
    JKL.23
    AVAILABLE BYTES: 3121152";
    Regex moduleMemory = new Regex("MODULE: Y + .*AVAILABLE BYTES: ([0-9]*)",...
  5. Replies
    1
    Views
    10,445

    How can i set color palette for an image?

    Hello All,

    I am using this code to set the palette for an image but exception is throwing as index is out of bounds can any one help me?

    ColorPalette palette = bmp.Palette;
    ...
  6. Replies
    7
    Views
    6,281

    Re: How can i use SetBitmapBits function in C#

    Please let me know the sample code of using SetBitmapBits function in c#
  7. Replies
    7
    Views
    6,281

    How can i use SetBitmapBits function in C#

    Since in VC++, SetBitmapBits function is there, same thing i need to use in C#.without using [DllImport("gdi32.dll")] can i perform SetBitmapBits in C#
  8. Why Windows 7 Thows Exception when infinity is passed to Graphics.ScaleTransform

    In XP the same infinity is passed as one of parameter for Graphics.ScaleTransform exception is not thrown but in windows 7 exception is thrown why is it like this?what is reason of not throwing...
Results 1 to 8 of 8





Click Here to Expand Forum to Full Width

Featured