Jump to content
Xtreme .Net Talk

starcraft

Avatar/Signature
  • Posts

    175
  • Joined

  • Last visited

About starcraft

  • Birthday 05/23/1988

Personal Information

  • Occupation
    Student
  • Visual Studio .NET Version
    Standard
  • .NET Preferred Language
    VB

starcraft's Achievements

Newbie

Newbie (1/14)

0

Reputation

  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
×
×
  • Create New...