Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Forums
Favorite Tags

7 Posted Topics

Member Avatar for TheRoyalFalcon
Member Avatar for Ixeman

Can someone help me convert this to vb.net I can't read this whatsoever, i can barely read it XD [CODE]const int buflen = 10240; static char readbuf[buflen+1]; static int last = 0; static int next = 0; typedef struct PK11SlotInfoStr PK11SlotInfo; // NSS Library functions typedef SECStatus (*NSS_Init) (const char …

Member Avatar for ithelp
0
434
Member Avatar for Ixeman

Well if you guys may help can you help with converting this to vb.net at this thread :D [url]http://www.daniweb.com/forums/post721914.html#post721914[/url]

Member Avatar for skatamatic
0
55
Member Avatar for Ixeman

Ok well i was wondering if someone can help me convert runpe, which im having really hard to port for some odd reason. And also can someone also how to implement RunPE. Unfamiliar with this new module which is neat =O

Member Avatar for Ixeman
0
52
Member Avatar for Ixeman

Ok Well, in vb6 it's completely easy. For an example, im trying to convert this to vb.net but im kinda struggling. For Example, i don't know what the new get and put statements are in vb.net. [code] Dim aS As String Dim aF As String Open App.Path & "\s.exe" For …

Member Avatar for Ixeman
0
217
Member Avatar for EkoX
Member Avatar for Ixeman

I was wondering how would you write a new file in vb.net. In vb6 it's pretty easy like some code like this [code] Open App.Path & "\file.exe" For Binary As #1 Put #1 and etc [/code] So i was wondering how could you do that in vb.net. But i also …

Member Avatar for Ixeman
0
88

The End.