Search:

Type: Posts; User: rbxslvr

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Re: Processing Commands w/o Compiling

    Never mind. I feel stupid right now. I forgot all about Microsoft's VB compiler. It takes a fraction of a second and it's *exactly* what I need.
  2. [RESOLVED] Processing Commands w/o Compiling

    I don't know if this is possible, but I'm looking for a way to preform tasks in my VB.Net application based on code from a from a string (imported from file or textbox or something). I will store...
  3. Replies
    1
    Views
    472

    Outlook 2007 Controls / Reading Emails

    I'm creating a windows application that I would like to use to automatically respond to emails based on their body's content (which I would process with my application to determine the necessary...
  4. Replies
    1
    Views
    694

    Saving Emails via Macro

    I'm working on an application in VB.Net, and I've hit a wall. I can't read mail from a POP3 server without third party applications or using sockets. I need a macro that will run when outlook...
  5. Replies
    10
    Views
    961

    Re: Property Grouping in Class

    Thanks! I started to figure it out a little, after tracing different "groups" back to their origins.

    I do realize that I shouldn't do it for perceived grouping, and that is not the sole reason...
  6. Replies
    10
    Views
    961

    Property Grouping in Class

    I am currently trying to work with my own class. I'm creating a component to make it easier to "talk" to the parallel port the way I want to. I understand a lot about classes from experience. I...
  7. Replies
    2
    Views
    517

    Re: Real Time Music Analyzation

    I don't see where that helps me any. I'm not looking to make a playlist, but rather to create my own "visualization" outside the wmp control based on the media I am playing in it. You know how the...
  8. Replies
    2
    Views
    517

    Real Time Music Analyzation

    Is there anything that I can do with the WMP control that would allow me to (in real time) analyze the music it is playing? Almost like how in WMP, the vizualizations are in sync with the music. ...
  9. Re: Manipulate/Change/Form Fill data in webpages using the Webbrowser control

    How about this, instead of doing that...

    <form action="profile.php?do=updatesignature" enctype="multipart/form-data" method="post" name="vbform" onsubmit="return...
  10. I need to click a submit button, based off of...

    I need to click a submit button, based off of this information...

    Type - "Submit"
    TabIndex - "1"
    AccessKey - "s"
    Value - "Save Signature"
    Class - "button"


    there is no name or id... so...
  11. Replies
    4
    Views
    1,536

    Re: AX Web Browser

    thanks... I probably would have never seen it in there
  12. Replies
    4
    Views
    1,536

    Re: AX Web Browser

    I understand what it is, and how to get it there... but there isn't an item named "axwebbrowser" in my COM tab. I know AxWMP went by "WMP" in the "choose toolbox items" box... so is it just "web...
  13. Replies
    4
    Views
    1,536

    [RESOLVED] AX Web Browser

    Where do I get the "AX" web browser control from? I know the WMP control is "AxWindowsMediaPlayer"... so is there an "AxWebBrowser" that I can just add to my tool box? (If there is, I have not seen...
  14. Thread: string problem

    by rbxslvr
    Replies
    4
    Views
    713

    Re: string problem

    Well, I get the indexes used in the substring from searching the text... so it really doesn't make a difference. I can only have 1.
  15. Thread: string problem

    by rbxslvr
    Replies
    4
    Views
    713

    string problem

    I need to replace part of a string... starting at the index of... say "46" and ending at the index of... "65". The numbers are only for example, but is there a simple line of code I can use? (I...
  16. Replies
    0
    Views
    451

    sp_configure 'user instances enabled'

    Hey... I am getting an error when I try to add my .mdf to my SQL Data Source...

    "Generating User Instances in SQL Server is disabled. Use sp_configure 'user instances enabled' to generate user...
  17. Replies
    0
    Views
    499

    MIDI In and Out with devices

    How can I play a MIDI file to a midi device (out)/get information from that device (in)? Are there any functions to use in VB.Net to deal with MIDI?
  18. Replies
    6
    Views
    652

    Re: Instant Messenger (type thingy)

    right, but it would need to be instant... is there something that I could use to trigger an event in my program? anything?
  19. Replies
    6
    Views
    652

    Re: Instant Messenger (type thingy)

    She works for a major insurance company, and they have the admin and password.... it isn't default. It's for security. I need to be able to do it without port forwarding.
  20. Re: Manipulate/Change/Form Fill data in webpages using the Webbrowser control

    web browser control in .net

    eBay uses .dll pages... "http://my.ebay.com/ws/eBayISAPI.dll?MyEbay"


    (That url only works if you are logged in)
  21. Re: Manipulate/Change/Form Fill data in webpages using the Webbrowser control

    It told me "Unable to cast object of type 'System.Windows.Forms.HtmlDocument' to type 'mshtml.HTMLDocument'." for the following line of code


    Return DirectCast(WebBrowser1.Document,...
  22. Replies
    1
    Views
    561

    Simulating web browser input.

    I have a page in a web browser, and it has all kinds of inputs on it (buttons, textboxes, dropdown boxes, radio buttons, ect.). I want to be able to fill out the entire page through my program.

    I...
  23. Replies
    11
    Views
    1,448

    Re: Formatting inside Rich Text Box

    Right, but I want to be able to edit it with a normal look to it, without actually seeing the code. I will have two tabs, one shows HTML, and one shows what it will look like. You can edit either...
  24. Replies
    11
    Views
    1,448

    Re: Formatting inside Rich Text Box

    Well... I saved the Rich Text Box contents to a text file on my HD, and found the following...





    That was using:

    RichTextBox1.SelectionFont = New Font("Tahoma", 12, FontStyle.Bold)
  25. Replies
    11
    Views
    1,448

    Re: Formatting inside Rich Text Box

    Is there a way I can tell where the formatting is (so that I can turn it into HTML when I switch views), or do I have to record the positions of the text and the formatting that I make to that text?...
  26. Replies
    11
    Views
    1,448

    Re: Formatting inside Rich Text Box

    I need to be able to edit it. I can write up the codes to transfer from HTML to formatted, if I knew how to format the text. I also want to add buttons similar to the ones on the reply window, so...
  27. Replies
    11
    Views
    1,448

    Formatting inside Rich Text Box

    Is there a way I can make certain sections of text formatted in a rich text box? Like parts of it are bold, underlined, different sizes or colors, all in the same Rich Text Box.

    I'm making a...
  28. Replies
    4
    Views
    615

    Re: Instant Messenger (type thingy)

    Sorry, it isn't really a server, but is acting as the server for my program. The desktop in my room is what will "host"(host is a bit better word for it).

    My mom works for a big insurance company...
  29. Replies
    4
    Views
    615

    Re: Instant Messenger (type thingy)

    That's nice to get started. but I'm seeing "("127.0.0.1")". That will not work for me because I need to use the internet(outside IP), but with my Local IP (or something) after the outside one.
    ...
  30. Replies
    4
    Views
    615

    Instant Messenger (type thingy)

    Ok, I've never made an internet-connected program before and I need someone to help me get going.

    First off, my "Server" is deep within the network... it goes through a couple routers...
  31. Replies
    6
    Views
    652

    Instant Messenger (type thingy)

    Ok, I've never made an internet-connected program before and I need someone to help me get going.

    First off, my "Server" is deep within the network... it goes through a couple routers...
  32. Replies
    4
    Views
    6,844

    Re: Me.location.x = x

    Bounds sounds like what I'm looking for. Thanks, Ill check on that.

    (I want to move it anywhere within a certain rectangle... which looks to be exactly what the bounds property does)

    EDIT: ...
  33. Replies
    4
    Views
    6,844

    Re: Me.location.x = x

    Ok, I've rethought this, and (well, the "paint" event does not even work... I had to use the "move" event).... well, it gives a very undesired effect... it flickers and trys to go past the "invisible...
  34. Replies
    4
    Views
    6,844

    Me.location.x = x

    It won't work for me... It gives me "Expression is a value and therefore cannot be the target of an assignment".

    I want to keep the user from dragging the form out of a set of bounds, but still...
  35. Replies
    10
    Views
    1,002

    Re: [RESOLVED] Label Transparency

    Now I feel bad about myself :(

    Ok... so I don't really feel bad about myself.


    What is this magic code you speak of? (I don't really need it... but I think I'll write it down somewhere......
  36. Replies
    10
    Views
    1,002

    Re: [RESOLVED] Label Transparency

    yep.. you both get credit!:D
  37. Replies
    10
    Views
    1,002

    Re: Label Transparency

    BRAVO!

    Thank you SO much! My head has been aching the past few hours because of this.

    Rep!
  38. Replies
    10
    Views
    1,002

    Re: Label Transparency

    Awesome... I found it.

    It it was in C#, and translates to

    Private Sub DrawLabel(ByVal label As Label, ByVal grx As Graphics)
    If (label.TextAlign = ContentAlignment.TopLeft) Then
    ...
  39. Replies
    10
    Views
    1,002

    [RESOLVED] Label Transparency

    I need a label or something similar that supports a transparent background. Any ideas? (I can also use a tiled image, but I'd rather use transparency, plus I don't think labels support tiled image...
  40. Replies
    85
    Views
    2,716

    Re: Dreaming to be a programmer

    RBXSLVR = Rubik's Solver :cool: :D

    I can only do it in about 2 minutes though:(
Results 1 to 40 of 144
Page 1 of 4 1 2 3 4



Click Here to Expand Forum to Full Width