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

Search:

Type: Posts; User: Elina Lazebnik

Search: Search took 0.02 seconds.

  1. Re: FtpWebRequest doesn't work in parallel threads

    Yes, actually same application, has run twice with one connection each, is connecting and getting data perfect. On specific server I can open only 2 connections simultaneously, because system...
  2. FtpWebRequest doesn't work in parallel threads

    I work with C# 2.0 VC2008.
    I use a number of Background Workers for open multiply FTP Connections to same FTP Server. The connections are in an Active FTP Mode.
    :thumbd: When I start 2 connections...
  3. Multiply FTP Sessions in Background Workers

    I use a Background Workers for open multiply FTP Connections to same FTP Server. I use Active FTP Mode and use a asynchronous requests. When I start 2 connections together, the first one is working...
  4. Re: Loading multiply icons from single icon file

    It's seen very good, actualy it's exactly that I need
    I go try I now

    Igor, Thank you match ( you have privet from any guy from Voronezh )
  5. Re: Loading multiply icons from single icon file

    I like the idea of recource dll, but I don't know if it's any specific kind of dll, or
    I can create simple dll with recources( icons etc.) and function to extraction?
  6. Re: Loading multiply icons from single icon file

    No
    I like it, but I don't know what's resource-only dll
    and how do it
  7. Re: Loading multiply icons from single icon file

    You are right about ExtractIconEx()

    This is my .ico file, that contains number of icons for different statuses
    Because I have lot of files like this, I want to save set of icons in one file and ...
  8. Re: Loading multiply icons from single icon file

    please
  9. Re: Loading multiply icons from single icon file

    anybody, please!
  10. Loading multiply icons from single icon file

    Hello

    I need to load set of icons ( all icons have same size and color depth ) from file .ico

    I try use ExtractIconEx() function, like this


    HICON hIconLarge[5], hIconSmall[5];
    int ind =...
  11. It's work perfect! Thank you so match!!! ...

    It's work perfect!

    Thank you so match!!!

    Elina

    P.S.


    No, I need change buttons view (icon/bitmap) depending to program state.
  12. How change bitmap to existing toolbar?

    Please, help me with my very stuped problem!

    I have a toolbar in FormView.
    I need change icons in toolbar according to program states.
    I try more ways and nothing isn't work good

    The last...
  13. Change bitmaps in toolbar "on the fly"

    I need change bitmaps for my toolbar (in FormView, not in MainFrame) according to different program states.
    I insert more from one bitmap to CToolBarCtrl by using CToolBarCtrl::AddBitmap() func,...
  14. Replies
    9
    Views
    2,176

    You are very right, vicodin451! I have same...

    You are very right, vicodin451!
    I have same inaccuracy:
    The application chashed in another place that i sad.
    Thare is a call stack:



    CWnd::GetDlgItem(const CWnd * const 0x014f0020 {COnline...
  15. Replies
    9
    Views
    2,176

    I'd like get any suggestions Thanks

    I'd like get any suggestions

    Thanks
  16. Replies
    9
    Views
    2,176

    You are right about Debug and Release differents,...

    You are right about Debug and Release differents, and I see it into a code dissassembler.
    But I set Disable Optimization option to my release version compilation. What can I do else?

    The call...
  17. Replies
    9
    Views
    2,176

    The SP is OK, I'm chack it too and I try grow it...

    The SP is OK, I'm chack it too and I try grow it - not used.

    But a problem in this: in function AfxCallWndProc(...) exist immediate caal to function WindowProc(nMsg, wParam, lParam), that search...
  18. Replies
    9
    Views
    2,176

    Bug in Wincore.cpp release version?

    I have a problem in my application (simple Single Document/View).
    I am compiling it with Visual C++ 6.0 Enterprise Edition.
    After the application has been compiled in Release version I have the...
  19. Re: CreateProcess to DOS-style GUI application-

    I actually do it yet and it's OK.
    The problem was that I must be call CreateProcess and after then make FindWindow and ShowWindow(..,SW_HIDE), so it doesn't hide the GUI window too.
    Thank u for...
  20. CreateProcess to DOS-style GUI application-

    I have a problem with black window (like question from 15/05/01). I call from my app.(by CreateProcess) the MATLAB created exe, that open black window(like DOS) and from it - the GUI window. The app....
  21. Continue to close black window (dos) in console application from 5/13/01

    I have little bit another problem with black window: I call from my app.(by CreateProcess) the MATLAB created app. that open black window and from it - GUI window . I can't make SW_HIDE because the...
Results 1 to 21 of 21





Click Here to Expand Forum to Full Width

Featured