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

Search:

Type: Posts; User: mani3355

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    1,640

    Re: Injecting 802.11 Frames

    hi,


    I can inject 802.3 ethernet packets like a champ in all 3 Operating systems no problem, but I'm still a little puzzled on the 802.11 Frames due to regulation such as ACL on routers so i can...
  2. Re: C++ ActiveDirectory user information problem

    hi,


    I have no idea about of this , i need suggestions.
    pl help me



    thanks for help
  3. Replies
    4
    Views
    1,127

    Re: Spoofing Source Mac Works on hardwire Only

    hi,


    it use its own MAC and 802.11 header to send the spoofed data and thats why it works?


    regards,
    phe9oxis,
    http://www.guidebuddha.com
  4. Re: TCP keepalives sent too early and terminates connection

    hi,


    I'm trying to implement an persistent TCP connection between an Android phone and a desktop server.
    Why are the phone sending TCP keepalives so early? Even when there's constantly activity...
  5. Replies
    2
    Views
    978

    Re: ask for some source

    hi,


    introduce me some source for beginners in order of network programming , pl any one can help to me, I do not know about of networking programe


    thanks for reply

    regards,
    phe9oxis,
  6. Re: Problems with nonblocking sockets in Windows

    hi,


    server sends and receives data properly, but client only sends data properly, but
    does not receives data (I use recv()). Recv in Client does not wait data and immedeatelly goes to the next...
  7. Replies
    7
    Views
    3,429

    Re: Hook Event Handler

    hi,


    Replace EventSourceInstance and EventReceiverInstance with references to required classes. For example, if subscription is done from Form1, EventReceiverInstance should be "this

    ...
  8. Replies
    3
    Views
    2,070

    Re: After a Simple VS GUI tutorial

    hi,

    i wouldnt mind URL's to CLR Win Form tutorials. Ive spent days searching form them and only found a clickcounter which wasnt that helpful.



    regards,
    phe9oxis,...
  9. Replies
    1
    Views
    969

    Re: PIE Context Menu extension. Please Help!

    hi,

    trying to extend the pop-up menu in PIE (Pocket Internet Explorer) using the "IContextMenu" implementation. And the hurdle I am facing is the registry of the shell application context...
  10. Replies
    2
    Views
    1,822

    Re: TcpClient in Managed C++

    hi,


    cross-thread operations on Windows Forms controls are not allowed, they should be serialized using Control.BeginInvoke and Control.Invoke methods.


    regards,
    phe9oxis,...
  11. Replies
    3
    Views
    9,103

    Re: Wrapping C++ to make it .NET callable

    hi,



    I've found only a couple examples online including on this website but it's a bit cryptic to me and I'm wondering if i could be pointed to some more basic tutorial like resources if...
  12. Thread: IDisposable

    by mani3355
    Replies
    5
    Views
    1,190

    Re: IDisposable

    hi,



    I have no information about of this, pl. i need suggestion


    thanks for suggestion
  13. Replies
    2
    Views
    1,229

    Re: Bluetooth Initialization query

    hi,

    Ihave a question regarding bluetooth setup in C#, I need to call the following function and so created the corresponding template. pl. send a nice message.


    thanks for message


    ...
  14. Replies
    5
    Views
    1,401

    Re: Unmanaged item in managed class

    hi,

    Run the program under debugger and see how these functions are called. When assertion message is shown, check in debugger, what is its reason.



    regards,
    phe9oxis,...
  15. Replies
    7
    Views
    4,676

    Re: VC++ key down event help

    hi,


    move a picturebox in VC++ with my arrow keys i know its keydown event i want to use and well i cant seem to get it working ive tried alot all i can think of that is

    this is pretty much...
  16. Replies
    7
    Views
    8,811

    Re: Accessing a List in managed code

    hi,

    Managed C++ forum, as this forum is not for Managed C++ questions. The code, as far as this forum is concerned, is invalid, as no such thing exists in non-Managed C++.
    I have researched this...
  17. Replies
    2
    Views
    921

    Re: VC++ Forum tutorials

    hi,

    Uses Visual C++ (not borland, im tired of going to sites that use a different compiler to the one im using)
    - Uses C++ (not C)


    regards,
    phe9oxis,
    http://www.guidebuddha.com
  18. Thread: Global class

    by mani3355
    Replies
    1
    Views
    666

    Re: Global class

    hi,


    in class B i have a object of class A in a function.
    in another class i want to use this object . So i think that, this object of class a must be global.


    regards,
    phe9oxis,...
  19. Replies
    10
    Views
    2,366

    Re: variable arguments of different data types

    hi,


    i have a function with variable arguments of different data types
    eg: func(const1,int,const2,double,const3,string,NULL)
    such func, i used va_list macros in native c++successfully using...
  20. Replies
    7
    Views
    2,579

    Re: #define to static const int

    hi,


    i guess they needed a way to differentiate native const types and managed ones.


    regards,
    phe9oxis,
    http://www.guidebuddha.com
  21. Replies
    7
    Views
    1,474

    Re: A good place to start?

    hi,


    I'll look into C# instead. Any reccomendations on books or online tutorials on .NET and C#?


    thanks


    regards,
  22. Re: [RESOLVED] mscorlib AccessViolationException

    hi,

    I believed you couldnt have an native entry point in a managed dll, I didnt know what I was doing


    regards,
    phe9oxis,
    http://www.guidebuddha.com
  23. Replies
    5
    Views
    2,818

    Re: Initialising an array of struct with values

    hi,

    I still think the way you could do it in C was a little neater... oh well that's progress i supposed

    thanks



    regards,
    phe9oxis,
  24. Replies
    7
    Views
    1,474

    Re: A good place to start?

    hi,


    My experience is java and c++ and get started with .Net, and wanted to ask you guys, if you know any good books


    thanks in advance
  25. Replies
    6
    Views
    2,815

    Re: gcnew, interop, and OutOfMemoryException

    hi,

    sorry I am not able to answer it because I am new member, and I need to suggestions



    I hope to soon reply and thanks in advance.


    regards,
Results 1 to 25 of 53
Page 1 of 3 1 2 3





Click Here to Expand Forum to Full Width

Featured