-
Posts
2,559 -
Joined
-
Last visited
-
Donations
$0.00
Content Type
Profiles
Forums
Calendar
Store
Everything posted by jcarle
-
how to glean a line from an xml doc
jcarle replied to aspenjim's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
Any reason why it has to be a batch file? Perhaps you could write something simple using VBScript instead? -
GetHostAddress
jcarle replied to factory909's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
Correct. -
Clipboard
jcarle replied to factory909's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
You'll need to implement a keylogger : http://www.keylogger.org/articles/silent-s...er-in-vb-3.html -
Converting IP to varient
jcarle replied to sudhi164's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
The eight-ball waits for your query at http://www.google.com/ -
Run script after LAN connection
jcarle replied to mailsatk's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
Take a look at http://www.aspfree.com/c/a/VB.NET/Digging-...ript-using-WMI/ -
Uninstall WIndows Update
jcarle replied to kizzle911's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
You'll want to look into http://msdn.microsoft.com/en-us/library/aa387099(VS.85).aspx -
Hyperterminal control
jcarle replied to narayanaswamy's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
Please consult http://www.hilgraeve.com/KB/KnowledgeBase/...amp;article=211 -
Bumping is a good way to get yourself banned, so please don't do that. You can be assured that everyone saw your reply, no one felt the need to answer. You may want to look at http://msdn.microsoft.com/en-us/library/sy...ing(VS.80).aspx
-
Makefiles Litterature
jcarle replied to HighDarkTemplar's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
Makefiles are only a small subset of C++ development. I don't believe you'll find any books specifically attributed to that topic as it will simply be a chapter of a larger general C++ programming book. -
Split Print Jobs
jcarle replied to dosworld's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
I don't believe what you're looking for exists. Short of writing a custom printer driver, I think you'll have to stick to printing 4 pages at a time manually. -
DirectX is an API, I don't think you quite understand how it's applied.
-
IIS5 to IIS6 Migration ruins forms
jcarle replied to WolfCove's topic in Server - Side Help (IIS, Apache, etc.)
Sounds like a NTFS file permission. Make sure you're using basic authentication as well. -
SQL Server 2005 Resources
jcarle replied to gamehead200's topic in Server - Side Help (IIS, Apache, etc.)
My best recommendation is http://www.sqlservercentral.com/ -
The Antec P18x series (P180, P182, P183) offer the best thermally efficient airflow on the market at the moment in my opinion.
-
http://www.directxtutorial.com/ could be a good place to get you started.
-
Edit windows file from Command line?
jcarle replied to bbbngowc's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
This is a relic from old folks like myself, but you could use edlin, it was still included with Windows Server 2003. Take a look at the command help. -
LAN instant messenger visual basic
jcarle replied to helpdesk98's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
You need to look into VB.NET sockets.