-
Windows Live™ Messenger Invitation Topic
Can I please have an invite? theunicorn_@hotmail.com
-
gpedit.msc to .reg file
You can use this program so see changes. http://www.epsilonsquared.com/
-
Xml Parser
Can anyone recomend a good XML parser for c++? It will be used vith visualc++ 6.0 and is preferably well documented. Thanks in advance.
-
Need Help With Test C++ Project
Okej, first change the following: char load; char lock; to char load[10]; char lock[10]; Then Change if (load = load) { shotgun.drawn(); } //and if (lock = lock) { shotgun.locked(); } to if (strcmp(load, "load") == 0){ shotgun.drawn(); } //and if (strcmp(lock, "lock") == 0) { shotgun.locked(); } The errors in the commented out code beneth is rather easy to fix but I haven't tried running the entire program.
-
how to call external .exe file using vb.net?
See here: http://www.msfn.org/board/index.php?showtopic=8712&hl=http://www.msfn.org/board/index.php?showtopic=8712&hl=
-
Media Player 10 and gdiplis.dll
If have the windows xp installation cd you can extract the original gdiplus.dll to system32.
-
play audio without starting an app - how?
I don't realy know what this code do except that it plays a wav-file. I have not gotten it to work either but perhaps you can. http://www.winscripter.com/WSH/COM/64.aspx
-
Bridge between Sweden and Denmark
I cannot see the fun in this post. The bridge exists.
-
Slipstream support for Access, Dotnet Framework
Sure, you can do it as EvilNotion said but it is alot easier to just monitor a installation of .net framework. when you have done that you can just take the enteries i HKLM since they were the only ones I needed. In there it will already have all the dll files you need registered. The you must edit the paths in the .inf file. The most importent path is HKLM/software/microsoft/.netframework/InstallRoot and if you dont change it, Pe will say that .net framwork is not installed. This metod however, I have only tried with BartPE and won't be able to help in geting it to work with Micorsoft Windows Pe. Good luck!
-
Sygate Personal, under constant attack
Info about port 135 can be found on http://www.grc.com/port_135.htm. Not sure when this was updated though. Could be preSP2.
-
Files and Settings Transfer with Unattend
What kind of setings are you talking about? Is it windows settings ore application settings? In either way you should first try to search the forums for the tweaks. If you're just wondering how you are to inport som specific regtweaks try unatteded.msfn.org. EDIT: It also says how you are to copy files.
-
Cannot run defrag in windows xp HELP
You could try to run scandisk
-
Windows XP's Defrag
911cd forums works again today
-
SP2 problems
Windows firewall perhaps. It probably isen't the connection limit though since you can't even connect.
-
yet another network woe ( wireless)
Have you opended any ports at all on the server? You must open the necessary ports on the firewall. Since you have connected this firewall directly to the router, it has probably been st as un unsafe zone and therefore all connectios to the computer except the ports manualy opended. I'm not familiar with your firewall but perhaps you can set it to accept all connections from your other two computers (confiured by ip-number). Hope this will help.