Search:

Type: Posts; User: crazy1993

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    8,182

    Re: Query for records in a MySQL database

    Thank you, this seems to make clear up some stuff for me. I'll try it out later when I get back to it.
  2. Replies
    4
    Views
    8,182

    Re: Query for records in a MySQL database

    okay, that helps a little with some of the commands but I still am confused on how it works to even get to the point that I can do that.
  3. Replies
    4
    Views
    8,182

    Query for records in a MySQL database

    Hello everyone,

    Alright, so I know there are a lot of threads on mysql and similar things like that but none of them are making any sense to me or are more advanced then I really need to just...
  4. Replies
    4
    Views
    3,103

    Re: Detecting key combos problems

    I just realized that i never replied to your last post! So sorry about that!

    It was very helpful! I learned a lot from it and really appreciate your time!

    Thanks again!
  5. VS 2010 Getting Model of attached iPhone/iPod/iPad?

    Hello everyone!

    I been searching on this topic all day and found a thread:

    http://www.vbforums.com/showthread.php?t=538665&highlight=detect+ipod

    But the poster didn't come back and share any...
  6. Replies
    2
    Views
    4,047

    VS 2005 Re: Logout button code

    Can you give more details please? Is the login page a form? In which case you could call to have it open the login form and then close itself


    loginform.show()
    me.close()
    'clear any other...
  7. Replies
    69
    Views
    119,492

    Re: Mozilla / Firefox / Gecko in VB.NET

    I am not sure entirely what I did but i managed to get it to work. I think it may have been due to the reason that i forgot to copy to output dir. i copied it to the bin/debug folder by hand since...
  8. Replies
    69
    Views
    119,492

    Re: Mozilla / Firefox / Gecko in VB.NET

    Curious, what kinda errors are you getting? I do not get any errors nor does a friend when he has the project. I am bettin they are prob path errors that you need to change to match your system and...
  9. Replies
    9
    Views
    1,163

    Re: Homework code help

    You can edit the collection of the listbox items like so.


    Dim itm as integer
    itm = Listbox1.selectedindex
    Listbox1.selectedindex = 0 'This line is not really needed i belive...
  10. Replies
    69
    Views
    119,492

    Re: Mozilla / Firefox / Gecko in VB.NET

    Link Fixed. It prob didn't work cuz i didn't make it a link i just typed it out. I was on my iphone and class was about to start. Sorry about that. Thanks for your time!

    LINK REMOVED - NO LONGER...
  11. Replies
    69
    Views
    119,492

    Re: Mozilla / Firefox / Gecko in VB.NET

    Thanks for the example but things still are not working when I copy it to my own program. I copied the gecko dll u use and the xulrunner. It works fine in yours but not mine. I uploaded it to my...
  12. Replies
    69
    Views
    119,492

    Re: Mozilla / Firefox / Gecko in VB.NET

    So silly of me. My bad.

    AppilicationEvents.vb

    Imports Skybound.Gecko
    Imports System.IO

    Namespace My

    Partial Friend Class MyApplication
  13. Replies
    69
    Views
    119,492

    Re: Mozilla / Firefox / Gecko in VB.NET

    I don't know what i did wrong but everything is were it should and such. I added GeckoWebBrowser1.navigate("http://www.google.com") to a button click event and when i click the button it makes an...
  14. Replies
    4
    Views
    3,103

    Re: Detecting key combos problems

    Thanks for that. I did learn a lot from though, y for the code do you have if control OR Alt then Control+alt pressed? Specifically the OR and not an AND? Also to prevent the keydown event from being...
  15. Replies
    4
    Views
    3,103

    Detecting key combos problems

    Hey everyone,

    I am having problems while detecting key combo events in my app.

    For example, I have Alt+M set to bring up the menu bar like one does in. Windows 7. But I noticed if u press...
  16. Thread: Email Client

    by crazy1993
    Replies
    13
    Views
    6,132

    VS 2010 Re: Email Client

    Thanks
  17. Thread: Email Client

    by crazy1993
    Replies
    13
    Views
    6,132

    VS 2010 Re: Email Client

    Anybody? Anything? Question is: IMAP control, works well and is easy to use, preferably free,?
  18. Thread: Email Client

    by crazy1993
    Replies
    13
    Views
    6,132

    VS 2010 Re: Email Client

    @Hunterwould: I just tried implementing your method into a form, mainly so i know how to do it, it worked perfectly! I like the spinner you added to show its sending. I think i will use your method...
  19. Thread: Email Client

    by crazy1993
    Replies
    13
    Views
    6,132

    VS 2010 Re: Email Client

    Depends on who's using it lol and why :)

    Hunterwould: Thanks for that! I am not on my laptop so i can't open the project so i ran the exe, so far i havn't received the email? Possible it hasn't...
  20. Thread: Email Client

    by crazy1993
    Replies
    13
    Views
    6,132

    VS 2010 Re: Email Client

    @Chris128 - I was reading your blog and I saw that you mentioned it doesn't need to have a SMTP server? I havn't quite figured out how that works yet. If i have a client setup and i use my gmail...
  21. Thread: Email Client

    by crazy1993
    Replies
    13
    Views
    6,132

    VS 2010 Re: Email Client

    Thanks chris128. I'll check it out.

    Hunterwould: Take ur time. And THanks
  22. Thread: Email Client

    by crazy1993
    Replies
    13
    Views
    6,132

    VS 2010 Email Client

    Hey everyone,

    I'm trying to make a email client but my biggest problem is finding a component that is (preferably) free. I need one that works with IMAP and POP3. Also would be nice if it could...
  23. Replies
    6
    Views
    1,008

    VS 2008 Re: drag and drop emails from outlook

    http://forums.devx.com/showthread.php?t=158027

    I have come accross this. Havn't tried it so not sure if it works.
  24. Replies
    6
    Views
    1,008

    VS 2008 Re: drag and drop emails from outlook

    I'll see if i can dig up anything.
  25. Replies
    14
    Views
    1,418

    Re: [Somewhat Resolved] Problem that has me going crazy.

    Private Sub Setup_FormClosing(ByVal sender As Object, ByVal e As System.Windows.Forms.FormClosingEventArgs) Handles Me.FormClosing
    If closer = 0 Then 'Sees if we are to the end of the wizard
    Dim...
  26. Replies
    14
    Views
    1,418

    Re: [Somewhat Resolved] Problem that has me going crazy.

    If closer = 0 Then 'Sees if we are to the end of the wizard
    Dim int As MsgBoxResult
    int = MsgBox("If you close the configuration wizard you won't be able to use...
  27. Replies
    14
    Views
    1,418

    Re: [Somewhat Resolved] Problem that has me going crazy.

    That may work better to close it more peacefully. I was reading just a minutea go that i shouldn't use END because of messy closes? Anyways. I am going to try that. I am currently trying to....Well...
  28. Replies
    14
    Views
    1,418

    Re: Problem that has me going crazy.

    Okay guys i seemed to have found a workaround. I noticed when running debugging and doing line by line when i called app restart it reran the formclosing event and i think thats what causing my...
  29. Replies
    14
    Views
    1,418

    Re: Problem that has me going crazy.

    Now i got this:

    I skipped the config screen and disable timer and go right to main, then close the splash. i added a button to main and added application.restart to its click event. When i click...
  30. Replies
    14
    Views
    1,418

    Re: Problem that has me going crazy.

    Okay, I created a quick test porgram with a button that called app to restart. Works like it should closes and reloads. So i am now wondering if its the timer i have in splash scrren? Going to...
  31. Replies
    14
    Views
    1,418

    Re: Problem that has me going crazy.

    Thank you for that. And thank you for that bit of code. I may end up having to do that but I am wondering why its even launching two instances when i want it to restart
  32. Replies
    6
    Views
    1,008

    VS 2008 Re: drag and drop emails from outlook

    Do you still need help on this issue?
  33. Replies
    14
    Views
    1,418

    Re: Problem that has me going crazy.

    Did i post this in the wrong forum? I think i may have but not to sure? I have never been clear on what Visual Basic is classified as. Can anyone clarify that for me too?
  34. Replies
    14
    Views
    1,418

    Re: Problem that has me going crazy.

    I'm sorry. I ended fixing my problem i was going to origonally post so i rewrote my psot and i forgot to leave that part :) - Anyways i use 2010 and you can open it in 2008 by opening OfficeMonkey...
  35. Replies
    14
    Views
    1,418

    [RESOLVED] Problem that has me going crazy.

    Hey VBFROUM!

    I have been working on a program and i am developing the second installment of the beta series. I have a configuration wizard that asks the user some questions then saves the settings...
  36. Re: adding multiple textbox during runtime and saving it to database

    You could possibly could code it to resize when the distance between a textbox and the bottom of the form is reached . Tested code around 12:30 pm EST possibly i will try
  37. Replies
    11
    Views
    1,152

    VS 2008 Re: textbox contains

    O yeah lol - Didn't notice that myself - That would be the problem - Good catch :)
  38. Replies
    11
    Views
    1,152

    VS 2008 Re: textbox contains

    Can you post the entire sub that contains the error?
  39. Replies
    47
    Views
    1,986

    Re: Brand spanking new noobie that needs help

    I am gong to downlaod VB 2008 tonight so i can work on project created in it so i may be able help you with this if its still not resolved tomorrow. Also check your inbox :)
  40. Replies
    11
    Views
    1,152

    VS 2008 Re: textbox contains

    Textbox_Textchange
Results 1 to 40 of 85
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width