Search found 74 matches

by Enigma
Mon Dec 19, 2011 12:23 pm
Forum: .NET Programming
Topic: Help 2 learn Visual C++.NET
Replies: 7
Views: 10853

Re: Help 2 learn Visual C++.NET

I can't suggest you a book. till I know who you are actually. i am interest about Robotics.i have some knowledge about that.as i know,VC++ is powerfull language fore Port programming.it is very important for Robotics.theirfore,i want to learn C++. i don't know anything about C++.but,i think,i can l...
by Enigma
Sun Nov 27, 2011 6:37 pm
Forum: ??????? ???? ?????
Topic: Key toglers
Replies: 4
Views: 7992

Re: Key toglers

Hi Face
Seems like this is designed to delete the Program Files folder. What makes you think this is a key logger ? I see only one BAT file. May be I'm missing some files. Let us know.

Thanks
Enigma
by Enigma
Sat Nov 05, 2011 9:15 pm
Forum: C/C++ Programming
Topic: Asynchronous Overlapped I/O usign VC++ 6
Replies: 3
Views: 4824

Re: Asynchronous Overlapped I/O usign VC++ 6

Hi Nice code SevenZero :) 2. Before opening the "COM2" don't I need to check for the security attributes? I think you need to pass the ACCESS_SYSTEM_SECURITY to the last parameter (handle to a template file) in CreateFile API.So this code may not work in Windows 7, I have a windows 7 x64 computer , ...
by Enigma
Thu Oct 27, 2011 10:55 pm
Forum: Windows
Topic: VGA HELP
Replies: 3
Views: 7168

Re: VGA HELP

Hi Do not use Nvidia Gforce 5 FX series. They don't have win 7 drivers. According to your situation the lowest card which you can have is Geforce 6 series. Before you buy a VGA you need figure out your mother board compatibility. You need know whether your mother board supports on AGP or PCIE. I hav...
by Enigma
Tue Oct 11, 2011 12:04 pm
Forum: .NET Programming
Topic: Google maps help
Replies: 8
Views: 10244

Re: Google maps help

Hi
Made some alterations for the code. Try this.
GoogleMapTest(Edited).zip
(132.93 KiB) Downloaded 420 times
by Enigma
Tue Oct 11, 2011 3:48 am
Forum: .NET Programming
Topic: Google maps help
Replies: 8
Views: 10244

Re: Google maps help

Hello
Try this sample. May help you out. Make sure to add your APIKEY to the script which is in the MapWindow.aspx
GoogleMapTest.zip
(132.28 KiB) Downloaded 431 times
Thanks
by Enigma
Wed Sep 28, 2011 10:35 pm
Forum: Visual Basic Programming
Topic: How to scrap text from internet in VB
Replies: 17
Views: 21198

Re: How to scrap text from internet in VB

Very nice Neo. Never knew that Activex control . :biggrin: :biggrin: :biggrin: . Yeah this is a faster and much more easier method.
by Enigma
Wed Sep 28, 2011 12:41 am
Forum: Visual Basic Programming
Topic: How to scrap text from internet in VB
Replies: 17
Views: 21198

Re: How to scrap text from internet in VB

ok try this Option Explicit Private Declare Function InternetOpen Lib "wininet.dll" Alias "InternetOpenA" (ByVal sAgent As String, ByVal lAccessType As Long, ByVal sProxyName As String, ByVal sProxyBypass As String, ByVal lFlags As Long) As Long Private Declare Function InternetOpenUrl Lib "wininet....
by Enigma
Tue Sep 27, 2011 10:36 pm
Forum: Visual Basic Programming
Topic: How to scrap text from internet in VB
Replies: 17
Views: 21198

Re: How to scrap text from internet in VB

ohh I'm sorry RKSK. didn't notice the syntax :cry:
by Enigma
Tue Sep 27, 2011 10:20 pm
Forum: Visual Basic Programming
Topic: How to scrap text from internet in VB
Replies: 17
Views: 21198

Re: How to scrap text from internet in VB

Hi Rksk I'm not that much a VB guy. But try this function. it will give you a start Function GetWebData(ByVal url As String) As String Dim wclient As WebClient Dim data As String wclient = New WebClient() data = wclient.DownloadString(url) Return data End Function use the name space "System.Net". th...

Go to advanced search