Search found 40 matches

Search found 40 matches Page 1 of 4
by tsuyoka
Wed Aug 03, 2011 8:55 pm
Forum: Tutorial Requests
Topic: Alert
Replies: 10
Views: 2902

Actually its been there since XP. Here is the code I came up with. Its similar to mandais. <DllImport("user32.dll", EntryPoint:="FlashWindow")> _ Public Shared Function FlashWindow(ByVal hwnd As Integer, ByVal bInvert As Integer) As Integer End Function Private Sub Timer1_Tick(By...
by tsuyoka
Wed Aug 03, 2011 8:31 pm
Forum: Tutorials
Topic: IP Banner
Replies: 12
Views: 4483

It would be better is you used an array sorta like : Dim IP as String Dim IPs() as String For Each IP in IPs If IP = Textbox1.Text Then MsgBox("You are Banned!") End If Next Then you could just add the ip to the array and you wont run out of if statments. Its still a good code so great wor...
by tsuyoka
Wed Aug 03, 2011 8:12 pm
Forum: Coding Help & Support
Topic: Save image from picturebox
Replies: 9
Views: 1973

If you get a GDI error the reason may be that you don't have the appropriate permissions to the folder your trying to save the picture to. EX: C:\

Try saving the picture to your desktop and see what happens.
by tsuyoka
Wed Aug 03, 2011 8:04 pm
Forum: Coding Help & Support
Topic: Help! How to exit a procedure early
Replies: 7
Views: 1726

Also look at Exit Sub. If your problem is solved lock the post.
by tsuyoka
Wed Aug 03, 2011 8:01 pm
Forum: Coding Help & Support
Topic: [Help] Application Protection
Replies: 23
Views: 5574

Its very hard to make a key that crackers wont be able to crack. Even Microsoft with all its money has trouble with serials. Just look at how many free copy's of windows and office all over the internet. If you don't want to spend money, your best bet is too make it yourself.
by tsuyoka
Wed Aug 03, 2011 7:50 pm
Forum: Resources
Topic: My first iphone app
Replies: 7
Views: 4248

I'm sorry guys I forgot too post screens. The app is basically a pong game on iPhone. I got a lot better at making iPhone apps and id be glad too help you guys out with some Objective-C code :) BTW this app will never be on the app store since I don't have a dev licence.
by tsuyoka
Wed Apr 20, 2011 9:07 pm
Forum: Coding Help & Support
Topic: Desktop Gadget - Parenting Form to Desktop
Replies: 4
Views: 1232

OMG! I did it! You where right mandai... well sort of. I didnt read your reply when I figured it out. Its supposed to be 0& not 0&amp. I took that off and then to no get error while running replace all "Long" values with "IntPtr". Thanks guys.

- Locked
by tsuyoka
Wed Apr 20, 2011 8:32 pm
Forum: Coding Help & Support
Topic: Desktop Gadget - Parenting Form to Desktop
Replies: 4
Views: 1232

Are you trying to be funny? That makes it go on top of all windows! Not the desktop! When I said "Any help would be appreciated." this is not what I meant.
by tsuyoka
Wed Apr 20, 2011 8:27 pm
Forum: Coding Help & Support
Topic: [Help] Application Protection
Replies: 23
Views: 5574

You are going through too much trouble for nothing. Hackers CAN easily crack serials.

Exhibit A : http://www.the*irate*ay.org

Windows uses product key's. How many illegal copy's of windows exist by now? Oh well, you get the point. Good luck anyway.
by tsuyoka
Wed Apr 20, 2011 8:03 pm
Forum: Coding Help & Support
Topic: Desktop Gadget - Parenting Form to Desktop
Replies: 4
Views: 1232

I am trying to make a desktop gadget in vb.net but I cant make the form stay on top of the desktop but under all other programs. I found this code online : Public Class WinDesktop #Region "WinAPI declarations" Private Declare Function FindWindow Lib "user32" Alias "FindWindo...
Search found 40 matches Page 1 of 4
Go to advanced search