Jump to content

Doggie

Patron
  • Posts

    2,565
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Australia

Everything posted by Doggie

  1. looking pro filer..
  2. that would be cool.. if u ask most game companys, they'll send over in dev games and stuff to preview/review.. its a good idea Filer
  3. hehe.. ya typical blondes eh
  4. lol u offered but tinker suggested a site before u even asked.. i would appreciate it if u asked again .. the host has already gone down
  5. umm.. well ya need an irc server eg irc://irc.msfn.org and promote it on the site
  6. oh its still illegally obtained
  7. radeon is my next card to get
  8. so its not illegal to redistrubute the product?
  9. thanx tinker.. just signed up
  10. dude settle.. i know.. i'll host it somewhere..
  11. LOL
  12. wait to it comes out
  13. can't u host it :flowers: ?
  14. :flowers: LOL.. i'll take it tink.. thanx dude
  15. cool.. thanx msnwar..
  16. nice find there Gamehead
  17. oh seddy.. i wub j00 .. ur paint skills are so l337
  18. someone make me a siggy?
  19. yeh.. i agree with filer.. i had a problem and tried in parents pc.. found out it was my 3d card settings.. certain mobos(like mine) sometimes don't like certain 3d card and its settings.. I had to disable SBA(SideBand Addressing) as my mobo didn't have the feature
  20. style xp has a lot of problems(still). thats why i have neva installed it since.. just try windowsblinds Xp and u'll have no probs
  21. same thing with me.. i just formated installed xp, then xp sp1 and it was fixed
  22. hmm.. nice find man.. some stuff i was looking into
  23. Ever seen how programs designed for XP can have the xp theme that u have currently running? Well due to the fact VB6 wasn't designed for making XP programs (due to the fact it was for 95/98 at the time). So heres how it can be done two ways First Way: Exe.Manifest This is the easier way of making themes to work on your program. For this example.. put a command button or two on the new project exe you started place the follow declarations in: Option Explicit Private Declare Function InitCommonControls Lib "comctl32.dll" () As Long This is declaring function for xp themes Now to ensure this works, we need to make the program enable this by putting in code in the Form_Initialize event Private Sub Form_Initialize() InitCommonControls End Sub And for the command button click event put: Private Sub Command1_Click() Unload Me End Sub Ok now you can't see anything new if u run it in the IDE(intergrated development enviroment) so compile an exe to the desktop. Now if u run it it won't work.. why u say. because we haven't made the manifest file. Simply open up notepad and input the following lines: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <assemblyIdentity type="win32" processorArchitecture="*" version="6.0.0.0" name="mash"/> <description>Enter your Description Here</description> <dependency> <dependentAssembly> <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" language="*" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" /> </dependentAssembly> </dependency> </assembly> Save this file in the same directory as the exe and call it yourprogramname.exe.manifest Now run and u'll find it will have taken the XP theme Questions, comments etc are welcome
  24. Doggie

    Open With Error

    yeh.. thats probably why.. i'll have a look on the registry and see if i can help ya fix :flowers:
  25. fek.. its ownz.. j00 rule
×
×
  • Create New...