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

Search:

Type: Posts; User: blacksource

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    5,301

    UserControl TextBox

    i created an user control "TextBox", added an property "ExHiddenValue". but i can`t set the value of "ExHiddenValue" width javascript...
  2. Can WCF hosts in IIS provide TCP or MSMQ or named piples

    i heard iis6.0 only provide HTTP service, but iis7.0 provide TCP and MSMQ.
    but, i`m not sure if it is true.
    can you provide microsoft`s technique document about this.
    Thanks
  3. Replies
    2
    Views
    633

    Re: How to get the change of Controls

    i had solved. thanks
  4. Replies
    2
    Views
    633

    How to get the change of Controls

    Now, there is an TabControl in my Application and sevel contorls in the TabControl(for example: TextBox & CheckBox, TextBox.text="aaa", CheckBox.Checked=true). I added an Button(Button.Enable=false)...
  5. Replies
    11
    Views
    17,091

    Re: how to create irregular shape button?

    Thank you
  6. Replies
    11
    Views
    17,091

    how to create irregular shape button?

    how to create irregular shape button from bitmap?
  7. How to change the MonthCalendar`s weekends` backgournd color?

    Excuse me,
    How to change the MonthCalendar`s weekends` backgournd color?
  8. Replies
    0
    Views
    749

    Login problem of chatting program

    I was programming a chatting software tools. But there is a problem on login. Client has a receiving threads to receive server`s message, When the client receives the message, A login sign will be...
  9. Replies
    15
    Views
    1,858

    Re: how to change the element of vector

    Oh my god!
    the error happend not in the function of Decompose but CrateU
    :cry:
  10. Replies
    15
    Views
    1,858

    Re: how to change the element of vector

    if( n == 0 || i <= m_vectTemp[n-1] )
    if n==0 the second condition will not be judged
  11. Replies
    15
    Views
    1,858

    Re: how to change the element of vector

    i just inited it as vector< int > m_vectTempbut when i push some zeros in it,
    the system prompted error also

    the error was prompted when the first time to run to m_vectTemp[n] = i
    (n == 0 )
  12. Replies
    15
    Views
    1,858

    Re: how to change the element of vector

    the system show a dialog which prompt:
    there is something wrong with vector.exe, it must be colsed...........
    please send the report of problem to Microsoft............
    ( i just translated it to...
  13. Replies
    15
    Views
    1,858

    Re: how to change the element of vector

    thanks

    but i can`t find the problem with my code



    void CDelta::Decompose( int m, int n)
    {
    int index = 0;
    if( m==0 )
  14. Replies
    15
    Views
    1,858

    how to change the element of vector

    how can i change the element of vector.
    for example the vector is : 3,2,5,8,7
    i want to change the second number 2 to 6
  15. Re: how to change the background and foreground of CSliderCtrl

    i can redraw background of the CSliderCtrl now,
    but i do not how to redraw the slider.
  16. Replies
    2
    Views
    882

    Re: Chat on WAN

    thank you very much.
  17. Re: how to change the background and foreground of CSliderCtrl

    i have solved, thanks
  18. Re: how to change the background and foreground of CSliderCtrl

    i added the message of NM_CUSTOMDRAW in my class of CSliderButtom which inherit from CSliderCtrl, but i found the message did not happen.

    in the project which you provided, i found the message...
  19. Re: how to change the background and foreground of CSliderCtrl

    ooooooooooh, i found it, thanks
  20. Re: how to change the background and foreground of CSliderCtrl

    sorry, I can not find the CSliderCtrlEx on my MSDN
  21. how to change the background and foreground of CSliderCtrl

    how to change the background and foreground of CSliderCtrl like Winamp
  22. Replies
    23
    Views
    2,054

    Re: Technology of moving window

    yeah.....
    thanks gstercken
  23. Replies
    23
    Views
    2,054

    Re: Technology of moving window

    sorry, i call the function here


    void CDockWndDlg::OnMove(int x, int y)
    {
    CDialog::OnMove(x, y);

    // TODO: Add your message handler code here
    RECT rect, rectMain;
  24. Replies
    23
    Views
    2,054

    Re: Technology of moving window

    i call the function on CDockWndDlg::OnMove(int x, int y)
  25. Replies
    2
    Views
    882

    Chat on WAN

    chat on( sorry, my english is so poor that i don`t whether on or in ) WAN.
    i have seen the programs from Matthew Millman and Yi Hai, but they all work on LAN only.
    i found a article Peer-to-Peer...
Results 1 to 25 of 56
Page 1 of 3 1 2 3





Click Here to Expand Forum to Full Width

Featured