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

Search:

Type: Posts; User: Amit Gefen

Page 1 of 3 1 2 3

Search: Search took 0.06 seconds.

  1. Restrict Query to IPv4 data (ignore IPv6) - How?

    I am a C++ programmer & have 0 (Zero) experience with WMI & VBS.

    I have a simple script that query for all NICs on the computer. It works, until Win2008. The problem is, that the query brings IPv4...
  2. browser buttons access by external c++ app

    I have a thought to add "ballon help" to my personal web page. for that i will sime "nivisible text" in my HTML page as a remmark or something in a way that can be reference somehow to the desired...
  3. Replies
    12
    Views
    1,431

    C++ vis C# / MFC vis .NET

    C++ ...The Budha

    C++ is a programming language for veriety of platforms:
    Embedded, UNIX, Mac, Windows & more...

    C++ has ANSI C++

    Lots of cross platform code is in ANSI C++

    MFC...
  4. Replies
    4
    Views
    7,729

    "_mbstowcsz".NET - Dazzed & Confused

    I have exactely the same problem :mad:
    the function "_mbstowcsz" is in cstringt.h(91)
    never compiled in .NET even when I include the
    h file. Why?
    :confused:
  5. Thread: Intranet

    by Amit Gefen
    Replies
    2
    Views
    596

    Hi, I have in mind to "capture" Winamp radio...

    Hi,

    I have in mind to "capture" Winamp radio stream and to create MP3 files automaticly. Is it possible to do so in VC++ ? Do I need to write plug-in? or have to choose a different strategy? I am...
  6. Replies
    5
    Views
    1,379

    I want to use GetTitleBarInfo() in order to...

    I want to use GetTitleBarInfo() in order to detrmine the TitleBarsHeight, since in WinXP default it is 49pixs & in Win2000 it's 42pixs. I want to be WinKind safe, in all concern TitleBar Height....
  7. Replies
    2
    Views
    869

    Here is a LogFile Class. Just declare in your .h...

    Here is a LogFile Class.
    Just declare in your .h file:

    CLogFile* m_pLogFile;


    To Start Log:

    m_pLogFile = new CLogFile(LogName);
    m_pLogFile->Begin(CTime::GetCurrentTime());
  8. Replies
    3
    Views
    1,412

    How do I implement that on RichEditCtrl??? It...

    How do I implement that on RichEditCtrl??? It does not accept TA_RTLREADING but only PFA_...
  9. Replies
    3
    Views
    725

    Right Allignment on RichEditCtrl

    Do you knpw how to initialize the CRichEditCtrl like I click right "Shift" + "Ctrl"??? It is easy to initialize "right allignment" but it is not the same as "righh shift + ctrl".
  10. Replies
    6
    Views
    2,955

    Tnx Steve, It works just fine!

    Tnx Steve,
    It works just fine!
  11. Replies
    6
    Views
    2,955

    Force Allignment on CRichEditCtrl

    Do you know how to force a Allign to Right on a CRichEditCtrl??? I break my head about it & fail to acomplish.
  12. How FrameWindow Focus Acquisition / Focus, When Last Childs Closed Happens?

    I have an MDI App. with 1 doc most of the time & lots of child frames present that doc. when I close all child frames the focus does not retrieve to the frame. It happen only if I switch app to...
  13. Thread: IP Scanning

    by Amit Gefen
    Replies
    2
    Views
    693

    I need just the same. Hope someone to give a...

    I need just the same. Hope someone to give a tip...
  14. Replies
    3
    Views
    1,012

    On an MDI appl. Each Doc have 3 kind of...

    On an MDI appl. Each Doc have 3 kind of ChildFrames (views). How is it possible to set to each kind its own ToolBar (lets say each kind has its own 'kind' id) ...and when all childs close, the main...
  15. Replies
    6
    Views
    1,311

    2 is waht i tried to do: I want to open, on...

    2 is waht i tried to do: I want to open, on run-time, one of a 3 kinds of frame windows for the same document! according to dynamic information.

    I succed by that time somehow: I declared 2 classes...
  16. Replies
    6
    Views
    1,311

    I wish my MyApp Doc to decides which of 2 view...

    I wish my MyApp Doc to decides which of 2 view types to open: IRC_Channel or IRC_User view type.

    //////////////////////////////////////

    CView* CIRCDoc::CreateNewView(LPCTSTR lpszName)
    {...
  17. Replies
    13
    Views
    2,047

    I have an MDI appl. (IRC Client). I.e I have 1...

    I have an MDI appl. (IRC Client). I.e I have 1 document per connection & 3 kind of IRC views: connectionView, channelViews & userView. All represent the same socument. for each channel I chat I need...
  18. From MSDN (concerning Win2000) - keybd_event The...

    From MSDN (concerning Win2000) - keybd_event
    The keybd_event function synthesizes a keystroke. The system can use such a synthesized keystroke to generate a WM_KEYUP or WM_KEYDOWN message. The...
  19. Replies
    2
    Views
    768

    What is the 2 definitions of RightShift &...

    What is the 2 definitions of RightShift & LeftShift?
    (It must be 2, ...I hope so) ...I need it.
  20. Replies
    2
    Views
    1,447

    Is it possible to distinguish RightShift from...

    Is it possible to distinguish RightShift from LeftShift?
  21. How do I distinguish RightShift from LeftShift? ...

    How do I distinguish RightShift from LeftShift?

    * It is important to me to distinguish them:
    In middle east Ctrl+RightShift = AlignRight
    & Ctrl+LeftShift = AlignLeft. ...Windows hot
    combination.
  22. Replies
    2
    Views
    776

    void RightToLeft(); void RightToLeft() { ...

    void RightToLeft();
    void RightToLeft()
    {
    keybd_event( VK_CONTROL, 0x0, 0 , 0 );
    keybd_event( VK_SHIFT, 0x0, 0 , 0 );
    keybd_event( VK_SHIFT, 0x0, KEYEVENTF_KEYUP, 0);
    keybd_event(...
  23. Changing the Allignment to RictEditCtrl under Win2000

    I tried all...
    It doesnot change...
    Right Ctrl+Alt change the allignmrnt but
    no way to reproduce that behav. from code.

    I tryed:

    // Modify the paragraph format so that the text is centered. ...
  24. Replies
    3
    Views
    1,249

    Same problem, maybe a hint.

    I read here that there is a problem on Win2000 with that: that Win2000 require something with a "tag /Par" to let it work.
    The way suggested to do so is by SetParaFormat(). Maybe,
    it is somehow...
  25. Replies
    2
    Views
    683

    Another solution: VERIFY(m_Font.CreateFont(...

    Another solution:

    VERIFY(m_Font.CreateFont(
    16, // nHeight
    0, // nWidth
    0, // nEscapement
    0, ...
Results 1 to 25 of 60
Page 1 of 3 1 2 3





Click Here to Expand Forum to Full Width

Featured