Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
U

URagavSouth

@URagavSouth
About
Posts
16
Topics
10
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • URGENT HELP REQUIRED MMC IConsole2.
    U URagavSouth

    Hi, We are encountering the following problem on the usage of the COM API CoMarshalInterThreadInterfaceInStream: When this API is used with IConsole2 interface, the return value is "The interface is not registered". Is it possible to register the corresponding type library, which is implemented by MMC and not by us? Thanx in advance. URagav Everything can be sacrificed for truth, but truth cannot be sacrificed for anything .

    COM help com json question

  • MOUNT POINTS!!
    U URagavSouth

    Hi, Thnx .am actually using that class....From that class,I can get the directory name where teh mount point is established and its Volume GUID...Now I need a mapping between this Volume GUID and the disk number where that mount point resides... URagav Everything can be sacrificed for truth, but truth cannot be sacrificed for anything .

    C / C++ / MFC question

  • MOUNT POINTS!!
    U URagavSouth

    Hi, Am using WMI to collect the mount point details.Can anyone suggest me a WMI class that associates Volume GUID of a mount point to the disk number where it resides? URagav Everything can be sacrificed for truth, but truth cannot be sacrificed for anything .

    C / C++ / MFC question

  • Port blocking ->development of drivers
    U URagavSouth

    Hi Thnx.. i looked for netsh command.But it is available only in XP and 2000 OS. I need to block ports on a Windows 98 PC. URagav Everything can be sacrificed for truth, but truth cannot be sacrificed for anything .

    C / C++ / MFC help tutorial question

  • Port blocking ->development of drivers
    U URagavSouth

    Hi, I posted a question few days back about the port blocking in windows 98. I got a suggestion to use Drivers to achieve the same.Can anyone give links regarding driver development...Especially links regarding how to use DDK to write device drivers so as to filter the ports.Hope I would get help on this. URagav Everything can be sacrificed for truth, but truth cannot be sacrificed for anything .

    C / C++ / MFC help tutorial question

  • PORT BLOCKING FOR WINDOWS 98
    U URagavSouth

    Hi, I need to block both outbound and inbound ports.As you say I can listen in that port and not accept connections to control inbounf traffic on that port.But waht could be done for the outbound traffic?Could you explain more about the device drivers method which you have mentioned? URagav Everything can be sacrificed for truth, but truth cannot be sacrificed for anything .

    C / C++ / MFC windows-admin tools help tutorial question

  • PORT BLOCKING FOR WINDOWS 98
    U URagavSouth

    Hi, can I get help on how to block and realse the ports for Win 98 OS. From msdn i found that ipseccmd is the utility that could be used for Windows XP and Windows2000 to block/release ports. Similraly, is there any utility available for Windows 98? Or is there any other method by which I can block/relase ports for Windows 98(i.e, any registry enry that helps in blocking ports)??????? Thnx in advance URagav Everything can be sacrificed for truth, but truth cannot be sacrificed for anything .

    C / C++ / MFC windows-admin tools help tutorial question

  • Port Blocking for Windows 98!
    U URagavSouth

    Hi, can I get help on how to block and realse the ports for Win 98 OS. From msdn i found that ipseccmd is the utility that could be used for Windows XP and Windows2000 to block/release ports. Similraly, is there any utility available for Windows 98? Or is there any other method by which I can block/relase ports for Windows 98(i.e, any registry enry that helps in blocking ports)??????? Thnx in advance Regards Uthra URagav Everything can be sacrificed for truth, but truth cannot be sacrificed for anything .

    COM windows-admin tools help tutorial question

  • TELNET FAILURE!!! URGENT HELP NEEDED!!!
    U URagavSouth

    Am trying to telnet a server on a particular port immediately after reboot of a 98 PC and obtained a failure in the connection.After repeating the telnet connection for 3 times,only at the fourth time am able to connect to the server on that port.This happens only in Windows 98 PC.Hope I would get help on this. URagav Everything can be sacrificed for truth, but truth cannot be sacrificed for anything .

    C / C++ / MFC sysadmin help

  • MCAD
    U URagavSouth

    Hi, Am planning to take exam 70-316.Could anyone who has done MCAD already suggest the best books to study for the same. Am planning to buy amit kalani's book for the same.is it worth to get kalani's "developing windows based applications using VC#.NEt and VB.NET"? is that all enough or should i buy any practice test packs too?are there any free practice test packs available on the net.If yes please provide me the details. URagav Everything can be sacrificed for truth, but truth cannot be sacrificed for anything .

    Work Issues csharp question learning

  • Adding/replacing data in windows registry
    U URagavSouth

    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/sysinfo/base/registry_reference.asp[^] Refer here URagav Everything can be sacrificed for truth, but truth cannot be sacrificed for anything .

    Managed C++/CLI question c++ windows-admin json help

  • help needed in shellexecute
    U URagavSouth

    thnx it worked. URagav Everything can be sacrificed for truth, but truth cannot be sacrificed for anything .

    C / C++ / MFC html help question

  • help needed in shellexecute
    U URagavSouth

    I need to invoke a html page on my local machine say C:\\xyz.html via shellexecute. When i use ShellExecuteNULL,"Open","C:\\xyz.html",NULL,NULL,SW_SHOWMAXIMIZED); one of the existing IE windows is getting altered..All that i need is - none of the existing IE windows should get disturbed.But i need this html page to be invoked in a new IE window. Also i tried this way. ShellExecuteNULL,"Open","IExplore",NULL,NULL,SW_SHOWMAXIMIZED); ShellExecuteNULL,"Open","C:\\xyz.html",NULL,NULL,SW_SHOWMAXIMIZED); The first statement invoked a new IE window.But the latter statement did not alter this newly created IE window,but it set one of the already existing windows to xyz.html....Can anyone help me in this? URagav Everything can be sacrificed for truth, but truth cannot be sacrificed for anything .

    C / C++ / MFC html help question

  • to locate the previous instance of an application
    U URagavSouth

    I have an exe say xyz.exe. Whn i click on that exe for the second time i need to re-invoke the previous instance of that application again.Could anyone help me out on finding the previous instance of an application????? URagav Everything can be sacrificed for truth, but truth cannot be sacrificed for anything .

    C / C++ / MFC help question

  • MCSD preparation!!!!!!!!!!!!
    U URagavSouth

    thnx a zillion for ur answer.......but i need to know abt any free exam simulators or e-books are available on the net URagav Everything can be sacrificed for truth, but truth cannot be sacrificed for anything .

    C / C++ / MFC c++

  • MCSD preparation!!!!!!!!!!!!
    U URagavSouth

    hello, am working in VC++ for the past 8 months.i thought of doing MCSD certification in VC++.but i heard that VC++ exams have been discontinued by microsoft since june 2004......wat exams should i take now so that it close to the VC++ track............also i need suggestions for the books that i need to follow .also are there eny exam simulators available.if yes from where can i get them...thnx in advance. URagav Everything can be sacrificed for truth, but truth cannot be sacrificed for anything .

    C / C++ / MFC c++
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups