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

Search:

Type: Posts; User: Cyber Bandit

Page 1 of 8 1 2 3 4

Search: Search took 0.07 seconds.

  1. Re: SetGateways method in Win32_NetworkAdapterConfiguration

    i have also been working on same problem but till now i have not been able to solve it. i.e. how to set the ipaddress of gateway to NULL. did any one of u was able to solve. kindly post the solution....
  2. Replies
    0
    Views
    706

    hooking messenger service

    does any one know how to hook mesenger service.

    basically what i need is to recieve the messages in my own application which are sent using net send.

    otherwise which will appear as a popup.
  3. How to start stop and restart an attached hardware

    hey guys,
    can anybody plz tell me how to start stop and restart and attached hardware such as network card etc.
    thanx in advance,
    Regards,
    Bandit
  4. Replies
    4
    Views
    4,024

    Hey guys thnx for replying but the above stated...

    Hey guys thnx for replying but the above stated technique aint wrkin. m posting the code which I am using nd it is returning error ERROR_INVALID_HANDLE after returning from AddIPAddress.

    ...
  5. Replies
    4
    Views
    4,024

    Change IP address programattically

    hi guys,

    could anyone please tell me how to change the ip address, subnet mask and other similar stuff such as wins server and dns server, dhcp server programatically. one way is to edit the...
  6. Replies
    2
    Views
    686

    VC++ to VB

    hey guys,
    I have some code in VC++ and I want to port it to VB. does anyone have any idea how to do that. is it possible to export all the functions to a dll and than use that dll in VB. r is...
  7. Replies
    2
    Views
    988

    Hey guruz wat hapnd. wat hapnd none have replied...

    Hey guruz wat hapnd. wat hapnd none have replied to my problem. cud anyone help me out here.
    thanx
  8. Replies
    2
    Views
    988

    Tapi 3.0 com problem

    hey guys,
    i am writing an application using COM for dialling a phone num using tapi 3.0. the problem is while using the QueryMediaType interface the first parameter should be TAPIMEDIATYPE_AUDIO...
  9. first of all using the appwizard add support for...

    first of all using the appwizard add support for activex controls then in dialog editor right click on the dialog nd select activex control. now frm the list box select the picture control:cool:
  10. easiest way is to add the microsoft picture clip...

    easiest way is to add the microsoft picture clip activex control. it wll solve ur problem...;)
  11. Replies
    17
    Views
    2,752

    man i get u wat u r sayin. jst one ques how do i...

    man i get u wat u r sayin. jst one ques how do i send mail to web based servers such as yahoo etc..
  12. Replies
    17
    Views
    2,752

    man this aint wat i want. this implementation is...

    man this aint wat i want. this implementation is not wat i want. the csmtp class requires u to have some smtp server to which u connect nd than send mail through that. wat i want is that i dont have...
  13. Replies
    17
    Views
    2,752

    Well Andreas. m not talking bout some general...

    Well Andreas. m not talking bout some general messaging service. can u give me some idea say how to create a smtp server nd how to make it communicate with other servers say other smtp servers r web...
  14. Replies
    17
    Views
    2,752

    well Andreas Masur, i have looked at RFC 821...

    well Andreas Masur,
    i have looked at RFC 821 but it is how to communicate with smtp server that is how to send mail through smtp server. wat i want is how to send mail without even using smtp...
  15. Replies
    17
    Views
    2,752

    i looked at all the above given stuff. but all of...

    i looked at all the above given stuff. but all of them require at least one or other thing. for e.g. the Mapi requires microsoft outlook nd the smtp one wants the address of some smtp server.
    wat i...
  16. Replies
    4
    Views
    783

    hey man instead of putting the exit code in...

    hey man instead of putting the exit code in WM_CLOSE handler put it in WM_DESTROY. it shud help;)
  17. Replies
    17
    Views
    2,752

    i found this link on code guru ...

    i found this link on code guru
    http://www.codeguru.com/forum/showthread.php?s=&threadid=257312&perpage=15&highlight=mapi%20vc&pagenumber=1
    but i coudnt understand the code extract completely....
  18. Replies
    17
    Views
    2,752

    sending mails without using outlook

    Hey guys,
    i am wrking on creating an anonymous mailer which could be used to send mails to anyone i.e to web-based like yahoo nd other smtp servers with customised from field. How can i do that. i...
  19. Replies
    7
    Views
    666

    well the linux fdisk is no such big deal. I don...

    well the linux fdisk is no such big deal. I don remember the cmds exactly but if u want than i will have to reboot;) I will tell u the procedure if u don get it tell me. first of all start fdisk...
  20. Replies
    37
    Views
    4,330

    :wave: Hey did I miss the party:D :cool: ...

    :wave: Hey did I miss the party:D :cool:
    Congrats guys on getting recognised:lol:
  21. Replies
    9
    Views
    908

    well wat i want is how to be MVP that wat r its...

    well wat i want is how to be MVP that wat r its requirements or something like that. I have searched google. all I get is to do postings at some god dam*n newsgroups nd microsoft developers will...
  22. Replies
    9
    Views
    908

    How to be MVP

    hey guys can anyone tell me how to be MVP. I searched google for that but cudnt get any solid info on that. Any type of help is appreciated :confused:
  23. Replies
    7
    Views
    666

    If u have linux already installed all u have to...

    If u have linux already installed all u have to do is boot into lin and use fdisk of linux to delete the partitions but if u dont have it installed nd if u linux installation cd's than boot from the...
  24. Replies
    8
    Views
    1,531

    Hey andreas can u explain why the path which...

    Hey andreas can u explain why the path which suggested that is overriding the WM_CHAR not the right way.
  25. Replies
    8
    Views
    1,531

    If u r using MFC derive a class from CEdit and...

    If u r using MFC derive a class from CEdit and override the WM_CHAR message handler. so that whenever there is some keypress the msg is not forwarded. To the control. So ur control will be readonly...
Results 1 to 25 of 177
Page 1 of 8 1 2 3 4





Click Here to Expand Forum to Full Width

Featured