Jump to content
Xtreme .Net Talk

starcraft

Avatar/Signature
  • Posts

    175
  • Joined

  • Last visited

Everything posted by starcraft

  1. i dont under stand it whenever I click on the quick object add, button, richtextbox, exc. and i click and drag it i cant put it down! I cant do anything, i cant click on anything, cant put it downt he only thing i can do is crtl+alt+del and end VB program.
  2. thanks i'll give it a try
  3. Can i make my program search for a window title of "*Anything* - Instant Message" and if it finds one copy all the text from the instant msg window into its own text bot as well as copy the window title for other use?
  4. alright cool. Thanks:D
  5. i dont understand what that means but i can figure out what it does but heres an example of what i'm looking to do::::::: #1- pants - active = false color = blue code = kij #2- shorts - active = false color = pink code = bja #3- socks - active = false color = white code = soc I wont to pu the shorts, socks, and pants in an array but have their values still be pressent and active for them. So i could do like. if bja.active = true then listbox1.show = false listbox2.show = true textbox1.text = bja.code textbox1.color = bja.color *something like that:confused:
  6. OOOOOKKKK. I have ALOT of things i wont to put into an array *I'll do the man power so help me with this unless there IS a better way to do it*. I wont to assign each entry in the array with several valuse like a 3 letter/# code. I also wont to beable to have like an active and non active setting like when i program starts all entrys have a valuse of used false, so its in listbox2, but if the user selects an entry in listbox2 and presses button1 it will set that entry to used=true and move it to listbox1. I hope i expliained it well enough :p give me your ideas
  7. hmmm..... i'm no expert by all means :p but i thought i'd throw in my thoughts cause i was dealing with muilti forms at one point and that is what i ended up using but i also didn't use MDIchild. So we might need to get an expert in here like Mutant of Volt.
  8. I'm tired of reading all the email i get so i thought i'd make a program to tell me when i have an e-mail that i might be interested in. ok heres what i'm trying to do. I know how to have it send/recv but how do i tell it if there is an email in folder b then to modify label1.text to the e-mail of the sender and label2.text to the subject of the sender?
  9. if i understood correctly your trying to clear the textbox on another form in the same project to do that u have the code Public frm2 As New Form2() Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Me.AddOwnedForm(frm2) End Sub Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click me.textbox1.text="" me.textbox2.text="" frm2.textbox1.text="" frm2.textbox2.text="" end sub hope this helps ALSO i dont know if the code is EXACTLY correct just shout if its not and i'll fix it :p
  10. Also how do i repeat a loop so many time?
  11. whats better?
  12. I thought i'd make a slout machine and here is what i thought i'd do. I thought i would assign each grounp with 3 numbers. Like the group Bar| Bar| 7 the numbers 3394/2271/2274 and have all the groups numbers in an array and have it randomly select a number from the array. But how do i tell it to pick a random number from an array. Also i am thinking about saving the users information like; current balance number of big wins, that kind of information in the registry. But how do i add remove modify the registry in vb?
  13. i must be retarted or something, i know its right in front of me but whats a solution explorer?
  14. is that vb.net?
  15. i found the program info alright, thanks, but i cant find the place you said to go to the change the icon. can you maybe explain it a different way or something
  16. when i add the icon i wont it to have in the form settings its only the icon when u start the program and is in the top left hand corner. How do i add the icon the the icon u see in the folders, plus how do i edit the things like when u right click properies screen all the stuff like version language those things? how do i edit them?
  17. I have so many usernames and passwords i cant keep trake of them all. So i made a password program that takes the title\username\password and wights a file. Well then i made a viewer so i could look at the passwords but i wont to create a way to remove an entry. ok heres how i hope it will work: They click button1 and it shows textbox1-3 they type the EXACT information and if it matchs an entry it removes all three items
  18. i wont to save and open files but i dont know they EXACT position. BUT i know they are in the system folder. So would the file location be "%systemroot%\system32\" ? cause i'm building a program that saves passwords so i thought rather than encript then file i would just store it in the system32 folder, i mean how my ppl ACCUALLY go exploring in that folder other than me :p
  19. I know there are 'shotcuts' to window folders something like %winfolder%\system32\ what are the ones to the system folder i know the 'Windows'
  20. hay thanks i fogot about just adding a second form
  21. o.... oops thanks
  22. yeah i have another one.:p Sence i will have an easy build method built in, i have buttons to add spacific code. BUT, how to i make an input box come up here they enter a value. EXAMPLE! Ok they click 'button1' it enters the text "hello" into richtextbox1 it then pops up and input box saying "Please indicate the expresion you wish to use" When the user presses ok it will take the info from input box1 and then add the current line in richtextbox1
  23. i get this when i try that
  24. hmmm, maybe there is a simple solution to this BUT i dont know it off the top of my head. How do i tell it whent he tabpage 2 is click to start doing what you just said and when the tabpage 2 is no longer active to stop doing it?
×
×
  • Create New...