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

Search:

Type: Posts; User: littlebigman

Search: Search took 0.02 seconds.

  1. Re: Pass data from BackgroundWorker to main thread?

    For others' benefit, here's some working code:



    Private Sub BackgroundWorker1_DoWork(ByVal sender As System.Object, ByVal e As System.ComponentModel.DoWorkEventArgs) Handles...
  2. [RESOLVED] Pass data from BackgroundWorker to main thread?

    Hello

    In a Windows Form, I need to delegate a lengthy action to a BackgroundWorker so that the main application doesn't freeze.

    However, the code in the BackgroundWorker must send data back to...
  3. A couple of newbie questions about the .Net framework

    Hello

    I have the following questions about using the .Net framework:

    1. To improve performance when starting apps, is it possible to preload the .Net framework at boot time, and keep it in RAM...
  4. Re: [newbie] What does 1

    So, with MYVALUE1=1 and MYVALUE2=2...


    #defined MYCONST1 (1<<MYVALUE1)
    #defined MYCONST2 (1<<MYVALUE2)


    MYCONST1 now contains 2, and MYCONST2 contains 4.

    Thanks for the link.
  5. [RESOLVED] [newbie] What does 1

    Hello

    I need to understand what the following line does:


    .end = 0x20000000 + (1 << MAX(VAL1,VAL2)))


    What does the syntax "1 << SOMEVALUE" do?
  6. Re: [newbie] Is this function compiled in kernel?

    Thanks for the tip. I'll grep for the include and see from which other file this function is called.
  7. [RESOLVED] [newbie] Is this function compiled in kernel?

    Hello

    I have weak C skills, and need to check what this warning means when compiling a driver for the uClinux kernel:


    #if defined(CONFIG_MYPLATFORM)
    ...
    static void driver_init(void)
    {...
  8. Replies
    1
    Views
    1,183

    [DDE] Ndde? Mark Hurd's? DDEML? Other?

    Hello

    I'm a VB.Net newbie and need to interact with a deadware Windows application that only supports DDE to communicate with external applications. FWIW, I use Visual Basic 2008 Express.
    ...
Results 1 to 8 of 8



HTML5 Development Center

Click Here to Expand Forum to Full Width