Search results for query: *

  1. skaryChinezeGuie

    music project

    I have been producing music for about 10 years. Though there are many music creation programs, none of them do exactly what is needed by my partner and I. Recently we can close with a combination of Sony acid, Mixman's DM2 hardware, and a third-party program called DM2Midi. If anyone is...
  2. skaryChinezeGuie

    loking for ideas or partners

    looking for ideas or partners Well, it's been 4 months since i graduated from my 1 year course in VB.NET programming. I wouldn't even call myself a beginner really and no one is hiring entry level programmers, that i've found. But i must press on. I'm looking for some ideas on some simple yet...
  3. skaryChinezeGuie

    writing a script for greasemonkey

    oops. my bad. I was reading the firefox extension developer stuff but it was over my head. Have you messed around with making extensions much?
  4. skaryChinezeGuie

    writing a script for greasemonkey

    Long time no see! well, i'm back. And I finally made the switch from machining and got a computer job! I test the luminosity for refurbished Dell monitors! YEAY! hey it's a foot in the door. And correct me if i'm wrong but were there new sections added to the forum since i've been gone? I was...
  5. skaryChinezeGuie

    form load music

    ok. i added them to my project, but i can't figure out how to get it to work. i know. i'm a total noob.
  6. skaryChinezeGuie

    form load music

    well, i found the media library and wavfile classes. where do i put them?
  7. skaryChinezeGuie

    form load music

    the format doesn't matter, as i can easily switch formats, i'm just looking for the simplest way to do it. i'll check out that site. thanks.
  8. skaryChinezeGuie

    form load music

    i was looking at some of the other posts trying to figure out how to play music on the form load event. i can't figure out what to import.
  9. skaryChinezeGuie

    communicating with winamp

    so, your program makes a playlist and imports it into winamp?
  10. skaryChinezeGuie

    random number generator

    stringbuilder and stringwriter aren't valid types. I was pretty sure i had used them before though. Dim sb As New Stringbuilder(1000 * (8 + 2)) Dim rng As New Random Private Sub BtnGenerate_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BtnGenerate.Click...
  11. skaryChinezeGuie

    random number generator

    I need to generate a list of 1000 random numbers. and parse them out to a text document on the desktop. and the format must be XXXXXXXX, as in 12345678 or 00000001. Here's what I have so far. Form1.vb Private Sub BtnGenerate_Click If Rad1.Checked = True Then...
  12. skaryChinezeGuie

    Tab KeyPress in Form_Load Programmatically?

    how do i program a tab keypress in a form load? I have a web browser on my form and i need to hit tab twice so that the correct box is selected on the web page.:D
  13. skaryChinezeGuie

    Making a Myspace Friend adder

    look dude, i'm a mature as i'm gonna get. I purchased a program that does exactly what I want it to do. I find someone who has a bunch of friends, click "add this person's friends", and the program goes to each person, clicks a button to send a friend request and goes to the next user. So now...
  14. skaryChinezeGuie

    Making a Myspace Friend adder

    right, but i need to scrape info from within my program, rather than using a seperate program. i kind of understand about the DOM and interacting with the web page as if i was sitting there actually clicking stuff. but the first thing i need the program to do is be able to collect all the...
  15. skaryChinezeGuie

    Making a Myspace Friend adder

    i'm back. Ok now i've got the page to load, what would be the easiest way to extract and make a list of all the friend ID's on a page? I can find them manually by looking at the source code for the page, but how would i ectract and make a list of all of them?
  16. skaryChinezeGuie

    Making a Myspace Friend adder

    ok i got it. Thanks guys! i'm sure i'll be back.
  17. skaryChinezeGuie

    Making a Myspace Friend adder

    ahh haah! i feel dumb now! and how exactly would i do that?
  18. skaryChinezeGuie

    Making a Myspace Friend adder

    ok i understand all that and that would've been one of my questions but i'm still at the beginning. I've gone to the control box, added the microsoft web browser COM component, added it to my form, and i was told to set the navigate property, but i don't see one.
  19. skaryChinezeGuie

    Making a Myspace Friend adder

    this isn't actually an integration. It's a stand-alone prog that automaticlly goes to the add page of a profile and clicks a button. I don't think that's gonna be a problem but thanks for the heads up. I'm not sure if we're thinking of the same thing but the person that screwed with myspace...
  20. skaryChinezeGuie

    Making a Myspace Friend adder

    cool. but it's just a blank box. is there something else i need to do for it to work?
Back
Top