Jump to content

Synapse

Member
  • Posts

    962
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by Synapse

  1. I see your problem now.. its coming as plain text too me now when i use Mozilla Firefox 0.9.3
  2. if you try getting a new copy and it still doesn't work... try copying the file manually too the harddrive.. IF you can select where the file is... had that problem with an older game and just did that and it worked.. it sucks that i had too do it everytime but its not that hard too do.
  3. What you guys think of it? my first Grudge sig.. took about 15 minutes.
  4. so confused now.. whats the diffrence between C++ and C#? and whats the diffrence between Platform and framework.. or whatever...?
  5. in VB..... that would be like see how fast you can click the radio buttons in 1 minute.. LOL
  6. thats what i'm guessing at... not sure what settings would affect from not redirecting.
  7. other funny things i've seen on Ebay Auctions... 1. USED condom for 2 cents 2. USED DIRTY Underwear 3. Half-Eaten Peanut Butter sandwhich 4. Half-Eaten Donut 5. Atomic Bomb 6. Everlasting Soul 7. U.S. Jet Plane so yea.... odd auctions out there on Ebay... *ponders who won the Atomic Bomb...*
  8. i put a HTML file on my desktop pasted that code and it opened fine in my MoZilla Firefox and IE... But... why not try getting rid of the Javascript and using <HTML> <HEAD> <META HTTP-EQUIV="Refresh" CONTENT="0; URL=http://users.telenet.be/btsunattended/EN/BtS_DriverPacks/DL_DP_LAN.htm"> <meta http-equiv="Content-Language" content="en-us"> </HTML> insted? taht will redirect on 0 seconds so its instant redirect
  9. I went out and bought Visual C++ about 2 years ago... all i've ever done with it is make a simple hello world program but Visual C++ confused me. also got one of the Visual C++ for Dummies *yes thats me * and still had no idea what i was doing. I'll probably try too learn it again. i'm so used too the msgbox inputbox command1.caption Text1.text commands.... actaully.... I got nothing better to do... *gets out Visual C++ CD*
  10. had a program that did this about 6 months ago... can't remeber the name of it though but the installer was installing "readme.txt" when it was locking up.. i almost wanted too cry... but found that prog edited the readme.txt and it worked.. so i deleted the edit installer program... i might have it on a back up cd... i'll check them..
  11. I'm sitting downstairs its 4:30 AM can't sleep... anyone got any ideas for a program i should make... no guarantees i'll ever complete it cause i usually don't.. but some sort of SIMPLE program *so don't suggest Windows.. or Virtual PC... * just bored and have nothing better to do... If you suggest a program and i do complete it.. depending on what it is I may release Source Code...
  12. *nevermind* wrong song.. sounds like somesort of old song like something MC hammer or Vanilla Ice would make...
  13. hey i've seen that picture... errr.. nevermind No doubt about it... its a Trojan Horse... if you bought something like Norton Antivirus or Mcaffe put the CD in at boot and scan the computer outside of windows. if it doesn't find it go to http://www.trojanhunter.com/products/TrojanHunter.exe and download that and scan your computer. When you do your scans UNPLUG THAT COMPUTER FROM THE INTERNET! if you leave it plugged in then the person on the other end can simply end the scan or do somethign worse to your computer... another thing, get a firewall program too protect you once you've cleaned your computer too... Such as ZoneAlarm.. but personally i would rather just format the computer too know its completly gone. good luck
  14. probably not, but i'll check on it later on tonight, i'm getting tired of having a semi blank profile cause of the limit. *attached my profile* thats all 1024 characters cause of the HTML and color changes.... If i find a way too change the 1024 character profile thing, i'll let ya know also, you may love me for this.... but... http://www.aimchange.com/tut.htm Who needs copyright laws? *EDIT* oh yea, if you modify your AIMRes.Dll file.. you may find that you can't direct conect or view webcams thats why i haven't done that above tutorial. but if you rarely ever do that go for it... and remeber too BACKUP YOUR ORIGINAL! aimres.dll
  15. you mean the 1024 letters in your profile? probably not.. thats probably all done server side.
  16. ahh thanks, i'm also looking at the ItemCheck coding too. its adding items when i click on the check without having it as the Selected Item. Thanks jcarle
  17. Jcarle, I've been "playin" with the code you gave me and finally got it too "somewhat" work... I changed some of it too: Private Sub ListView1_Click() Dim isFound As Boolean Dim i As Integer isFound = False For i = 0 To (List2.ListCount - 1) If ListView1.SelectedItem.Checked Then If List2.List(i) = ListView1.SelectedItem.Text Then isFound = True Else If List2.List(i) = ListView1.SelectedItem.Text Then List2.RemoveItem i End If Next If ListView1.SelectedItem.Checked And Not isFound Then List2.AddItem ListView1.SelectedItem Now when i have the Listview populated and i click on just the checkbox without selecting the actual text it checks but doesnt add it too the list. But when i finally click on the Text it adds it too "List2" Overall, its doing what i wanted, but is there anyway that i can make it to when i click on the checkbox it'll select the current line? Thanks again. *Edit* If push comes too shove i'll probably just add a timer if thats possible.
  18. grrr i wasn't mentioned j/k goodluck
  19. Just letting all you that live by ad-aware *points at self* that a new version has been released. Ad-Aware SE. Download off Download.com: Click Here Good Luck *Edit* oops... 8/9/2004
  20. Still working with the "ListView" object insted of the normal "List" a bit more complicated but got the gridlines, columns and all that good stuff. Just need too findout how too make it so that when populating the list if "SubItems" is True then check the box in my list, if its false leave it unchecked. Private Sub Command1_Click() Dim Service As Variant Dim i As Integer i = 1 For Each Service In GetObject("winmgmts:").ExecQuery("select * from Win32_Service") ListView1.ListItems.Add i, , Service.DisplayName ListView1.ListItems(i).SubItems(1) = Service.Started i = 1 + i Next Command1.Enabled = False ListView1.Sorted = True End Sub somewhat primitive but gets the job done. ---Attached Pic--- thats my project in testing mode checkin all that crap and yea... Command 1 populates the List, Command 2 Exits, Command 3 Deletes and service from the "ListView" if they are checked...
  21. well, i'm playing around with "ListView" now insted of the normal List...
  22. hmmm getting an error on this line: If List1.ListItems(List1.SelectedItem).Checked Then saying Method or Data Member not found. *this is Visual Basic 6 by the way* tried to substitute "SelectedItem" for "Seleted" and got "Argument not Optional. *sorry, still a newb too Visual Basic lol* EDIT: Is there a way too make the List box like the attached pic of Msconfig?
  23. thanks i'll try it now
  24. Check the router make sure the DHCP server is set up for it and that the subnet mask is 255.255.255.0 and make your computer setup too Obtain IP adress Automatically. Also see if your router has a "Network Clients" page and see if your computer is listed there.. if so delete it and reboot your computer. if that doesn't work. find out the IP's of the other computer on the network. and just use a diffrent number.... Example: Computer 1: 192.168.100.11 Computer 2: 192.168.100.12 Computer 3: 192.168.100.13 and make your computer 192.168.100.14 on subnet mask 255.255.255.0 1 more thing too check is the workgroup. make sure you're all on the same workgroup and you should have the Network back. good luck
×
×
  • Create New...