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

Search:

Type: Posts; User: Randuin

Search: Search took 0.04 seconds.

  1. Replies
    4
    Views
    733

    Isn't the original Hello World template auto...

    Isn't the original Hello World template auto configured to at least compile?

    EDIT: Just restarted my computer and this is the error i get

    Loaded 'ntdll.dll', no matching symbolic information...
  2. Replies
    4
    Views
    733

    I can't compile! Stuck at Linking!

    Okay somehow VC++ 6 doesn't really like me, it's stuck at Linking... indefinitely! I even started fresh a new project, using the premade hello world template and it's still stuck! What should I do?
  3. Replies
    5
    Views
    704

    Thanks! Everything works great :)

    Thanks! Everything works great :)
  4. Replies
    5
    Views
    704

    Thanks for the quick reply! Works wonderfully! ...

    Thanks for the quick reply! Works wonderfully!

    EDIT: To send this (Through winsock) I have to reassign the byte array back to a string variable yes?
  5. Replies
    5
    Views
    704

    Manipulating the split()

    I have a hex string

    "70 83 83 70 72 7A 2F 7D 7F 72 2F 43 48 46 43 45 19"

    I want to put it into a byte array obviously...

    How would I do this? Right now i'm thinking of putting it through a...
  6. Thread: Email with VB

    by Randuin
    Replies
    25
    Views
    36,307

    What version of VB are you using and what extra...

    What version of VB are you using and what extra namespace/controls did you reference to? I can't seem to define as an ANSMTPLib o.O
  7. Thread: Email with VB

    by Randuin
    Replies
    25
    Views
    36,307

    Just wondering... That MAPI.send false line......

    Just wondering... That MAPI.send false line... Does that actually send it off? Kinda ironic that FALSE will actually do the sending :)

    EDIT:

    Okay I just tried it... And it appears that it does...
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured