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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
S

Shah Satish

@Shah Satish
About
Posts
91
Topics
28
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • TAB..Simple question.. [modified]
    S Shah Satish

    Hello.. This is very simple question but i dont know how to solve it.I am just beginner in this field so please help me. In my application..I want some input(binary).. like.. Enter Input Value: SEL Cx0 XOR D1 1 1 0 1 Here how i can enter 1101 so it will automatically enter Tab button??ie after entering 1(input for SEL),next cursor will be at Cx0( after 8 tab from SEl) and same way for all other input. Second question is..How can i enter input as a only "Single char"..ie after entering single char(for exam.. 1) then next cursor point will be at Cx0 input point.. Thanks -- modified at 4:04 Monday 11th June, 2007

    C / C++ / MFC question help tutorial learning

  • BITWISE opearation
    S Shah Satish

    Hello.. I want to do NOT operation..but i here output is wrong.. main() { unsigned int Value=4; /* 4 = 0000 0100 */ Value = ~ Value; /* 251 = 1111 1011 */ } but my output is 4294967291 insted of 251. Please help me out.. Thanks Shah

    C / C++ / MFC help

  • How to Perform Logical operation
    S Shah Satish

    Hi Wim..Thanks for your reply..

    C / C++ / MFC tutorial question help

  • How to Perform Logical operation
    S Shah Satish

    Thank you dear..I got my solution.

    C / C++ / MFC tutorial question help

  • How to Perform Logical operation
    S Shah Satish

    Hello In my application, i want to perform some logical operation.Ie "AND" operation, "OR"operation,"Exor" operation.. For example.. Enter value1 :-1011 Enter value2 :-1100. Answer is AND :- 1000 OR :- 1111 EXOR :- 0111 Any idea how can i get it..I am trying to Enter binary value as a string but then how to convert string to binary... Please help me..Any new logic ?? Thanks Shah Shah

    C / C++ / MFC tutorial question help

  • Export String in .txt file
    S Shah Satish

    hi !!! Anybody know how can i export my text from Autocad (its string ) to .txt file..+I have no idea about it..If anybody have some idea or Code for export String into .txt file then please help me out. Thanking you. Shah

    C / C++ / MFC help question

  • Display String Message..
    S Shah Satish

    I want to display message on Autocad Prompt..Same as Acutprintf () function but here i have one string (IDS_MYBLOCK = Insert point )and i want to display this string on Autocad Prompt..

    C / C++ / MFC question

  • Display String Message..
    S Shah Satish

    Hi !!! Can any body know about to display string message ?? I know some of the method like..

    1.acutpritnf("Inser point");

    2.Cstring mystr;

    mystr.load (IDS_MYBLOCK)

    // here IDS_MYBLOCK is string message

    Any other trick or method do u know for displaying string message.. Thanking you.

    C / C++ / MFC question

  • How to call method inside another method..
    S Shah Satish

    Heee heee..This is not Specific nor Simple.. but its stupid question..Actually i tried same code but it was not working.. problem was in my code but in method.

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

  • How to call method inside another method..
    S Shah Satish

    oppsss..Really really sorry.. i have Problem in my code..

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

  • How to call method inside another method..
    S Shah Satish

    oppsss..Really sorry..Problem in my code..

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

  • How to call method inside another method..
    S Shah Satish

    Hi !! I have one main method and now i want to call this main method in another method.. for example...

    void NORMAL()
    {

    }

    void MAJOR ()
    {

    Here i want to call void NORMAL() method
    }

    In void MAJOR () method, I want to call void NORMAL ().. how can i call it ?? Both are in same .cpp file..n i have no class. Thanking you.. Shah

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

  • Vertical scroll bar in dialog box
    S Shah Satish

    Hi !! Yeh..I got it n thank you very very much for your reply.. Shah

    C / C++ / MFC question

  • Vertical scroll bar in dialog box
    S Shah Satish

    Yeh..But since last 2 days, I have problem with google( server problem ) so i thought it would be good if i will ask this question in Codeproject..

    C / C++ / MFC question

  • Vertical scroll bar in dialog box
    S Shah Satish

    Hi !! I want to include Vertical scroll in my dialog box.. What should i do ?? I put directly Vertical Scroll through toolbox..then what next ?? Shah

    C / C++ / MFC question

  • How to change background color of dialog box..
    S Shah Satish

    Yeh..In my dialog box,There are two small box..One is text control and second one is Picture control..Picture control box is showing preview of my Autocad file(dwg file)..Here Backgroing color is White and Color of the drawing is black.. I changed by your method but here its changinf color of whole dialog box but not Picture control box. Shah

    C / C++ / MFC help tutorial question

  • How to change background color of dialog box..
    S Shah Satish

    Thanks for reply..I want to change color of small box which is reside in my dialog box ( Picture control )..ITs showing me whole dialog box back groung color (not Small box ( picture control). Any suggestion..How to change Backgroung color of Picture control box ? Shah

    C / C++ / MFC help tutorial question

  • How to change background color of dialog box..
    S Shah Satish

    Yeh..This is working now..But problem is This is showing color for whole dialog box but i want to change backgroung color of my Picture control box only.. what should i do ? Shah

    C / C++ / MFC help tutorial question

  • How to change background color of dialog box..
    S Shah Satish

    Hi !!! I have created one dialog box ( picture control).I want to change background color of my dialog box. I did some steps but there is no change..I dont know may be some where i did mistake.. My steps are :- In the Header file of my Dialog(ga_dwgpv.h),added a CBrush variable ( member variable ). Assuming that i have declared it as such.

    CBrush m_brush;

    In the OnInitDialog function of my dialog, added this code to create the brush.

    m_brush.CreateSolidBrush(RGB(150,50,100));

    Handle the WM_CTLCOLOR message in my dialog box and in the OnCtlColor function, added this code.

    m_brush.CreateSolidBrush(RGB(150,50,100));

    Is this correct ?? There is no error in programme. Any other method to change backgroung color ?? Thanking you Shah

    C / C++ / MFC help tutorial question

  • Global value... [modified]
    S Shah Satish

    Yeh..I got my solution n i did same like your code.. Thanks

    C / C++ / MFC question c++
  • Login

  • Don't have an account? Register

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