Search found 8 matches

by [users]glitchyguardian
Fri Jun 30, 2006 2:01 am
Forum: Cafe
Topic: Marriage Proposal!!!
Replies: 1
Views: 385

Marriage Proposal!!!

#######################################

Xbox7887 Will you MARRIE me :oops:

#######################################
by [users]glitchyguardian
Sun Jul 24, 2005 7:12 pm
Forum: Project Recruitment
Topic: What do you Guys Want
Replies: 0
Views: 380

What do you Guys Want

Ok so iv made programs and iv mostly made stuff i thought would be usefull well i am currently porting all my programs to C# and making them insolence plugins that way all my programs arent All mixed up and you dont have to keep switching between program to program. I also want to make some new stuf...
by [users]glitchyguardian
Thu Jun 23, 2005 1:04 pm
Forum: Programming
Topic: Programming: Loading Halo2 Maps In VB
Replies: 35
Views: 11402

do something like Put4Hex "0000FFFF",25443 Public Function Put4Hex(HexString As String, tLoc) HexString = right("00000000" & HexString,8) ByteArray(tLoc + 0) = HexToDec(Right(Left(HexString, 2), 2)) ByteArray(tLoc + 1) = HexToDec(Right(Left(HexString, 4), 2)) ByteArray(tLoc +...
by [users]glitchyguardian
Wed Jun 22, 2005 4:11 pm
Forum: Project Recruitment
Topic: Looking for Visual Basic 6 DirectX Coders
Replies: 7
Views: 1728

:roll: who told :roll:
by [users]glitchyguardian
Wed Jun 22, 2005 1:50 pm
Forum: Programming
Topic: Programming: Loading Halo2 Maps In VB
Replies: 35
Views: 11402

also sometimes if to do the HEX() command you will get an overflow command so here is a funtion i use to solve that Public Function BigDecToHex(ByVal DecNum) As String ' This function is 100% accurate untill ' 15,000,000,000,000,000 (1.5E+16) Dim NextHexDigit As Double Dim HexNum As String HexNum = ...
by [users]glitchyguardian
Wed Jun 22, 2005 1:46 pm
Forum: Programming
Topic: Programming: Loading Halo2 Maps In VB
Replies: 35
Views: 11402

:lol: But yours takes up so much space ;) ROFL
but ya got to admit it does do a nice job at taking up
space and looking good
by [users]glitchyguardian
Wed Jun 22, 2005 1:44 pm
Forum: Programming
Topic: Programming: Loading Halo2 Maps In VB
Replies: 35
Views: 11402

here ya go a shorter sub for hextodec

Code: Select all

Private Function HexToDec(ByVal HexStr As String) As Double
HexToDec = val("&H" & HexStr)
End Function
by [users]glitchyguardian
Wed Jun 22, 2005 1:40 pm
Forum: Programming
Topic: Programming: Loading Halo2 Maps In VB
Replies: 35
Views: 11402

YA now every one gets to write programs :lol: