Search:

Type: Posts; User: Mark103

Page 1 of 11 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    38
    Views
    3,029

    Re: [2005] List1 selected items

    Yes I did, I have done everything I could do but that idiot is trying to waste my time, plus trying to be funny with me. I am not stupid, he is stupid enough to know what I wanted so he couldn't be...
  2. Replies
    38
    Views
    3,029

    Re: [2005] List1 selected items

    I copied and pasted your code on my form. I checked with the controls and it is still the SAME where it was. No different. Check you code again plz or I want someone else to help me to get the job...
  3. Replies
    38
    Views
    3,029

    Re: [2005] List1 selected items

    here it is



    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

    If Me.ComboBox1.SelectedItem = "Item1" Then
    ...
  4. Replies
    8
    Views
    670

    Re: schoolbusdriver

    Bloody hell, that's so expensive if you send your car to the garage. I prefer to repair myself if I were you. Do you know how to fix a car??



    As I am on level 2 study about cars :) ;)
  5. Replies
    38
    Views
    3,029

    Re: [2005] List1 selected items

    I know that but that guy gave me the bug which it will NOT solve my problem. It still the same where I was, see my 9th post. :rolleyes:



    I have keep telling him to read my post again but he...
  6. Replies
    38
    Views
    3,029

    Re: [2005] List1 selected items

    I have copied and pasted, didn't work that way. And this is NOT the one I wanted. You wrote the wrong code which you have following the wrong instructions, please read my post again ffs :mad:


    ...
  7. Replies
    38
    Views
    3,029

    Re: [2005] List1 selected items

    Your code posting is making like a loops, the same problem as I has. There is no way we can find it to block it. Hopefully someone out there can help me with different way of doing this.



    ...
  8. Replies
    38
    Views
    3,029

    Re: [2005] List1 selected items

    You have done it wrong, that is NOT what I am trying to do. Please read my post again carefully...



    What I am trying to do is when I selected the item "Item1" from combobox1, then press button1...
  9. Replies
    38
    Views
    3,029

    Re: [2005] List1 selected items

    Thanks, I have pasted the code and input on my form but unfortunately it's the still the same where it was :(



    What I am trying to do is when I selected the item "Item1" from combobox1, then...
  10. Replies
    38
    Views
    3,029

    Re: [2005] List1 selected items

    I don't get it sorry!
  11. Replies
    38
    Views
    3,029

    Re: [2005] List1 selected items

    I don't really get it what you are trying to say and tell me what to do. Can you discuss me a little more with an example code plz??


    Thanks,
    Mark
  12. Replies
    38
    Views
    3,029

    Re: [2005] List1 selected items

    Ok, tell me which one of them you might get it?? And what do you mean by "what was the output from the debug?"??






    If you means how did they went, I would like to tell that the output...
  13. Replies
    38
    Views
    3,029

    Re: [2005] List1 selected items

    Well, just try and understand little bit harder what I am trying to do and you may get it. I am not at that good with my english so I am trying my best ;)


    Thanks
    Mark
  14. Replies
    38
    Views
    3,029

    Re: [2005] List1 selected items

    List1 is a listbox, where I want to have relate with combobox1 and combobox2, also I have forgot to included with button1 where I am trying to have relationship with them. I have trouble with the...
  15. Replies
    38
    Views
    3,029

    Re: [2005] List1 selected items

    I have tried it already but if I add another combobox which it combobox2, then it will get the loops will get pass each of those lines. I need to block the loops to stop them passing each of those...
  16. Replies
    38
    Views
    3,029

    Re: [2005] List1 selected items

    anyone who know how to solve this problem??




    Thanks,
    Mark
  17. Re: [2005] Freespace with long decimal number

    No sorry, I don't have any knowledge how to create with DriveInfo as I am new on this one. I don't have any idea how to create the value from the DriveInfo that represents the available free space....
  18. Re: [2005] Freespace with long decimal number

    I know how to write the code but some job are bit difficult for me to work out as I has been trying out with this for months and I have got no help to get this resolve. I'm more than a happy if you...
  19. Re: [2005] Freespace with long decimal number

    Ok, do you have the code that will show my drive freespace available included with two decimal numbers??



    Thanks,
    Mark
  20. Replies
    38
    Views
    3,029

    Re: [2005] List1 selected items

    It's not the two same selectedIndex. I'm using two different selectedIndex. When I selected each of those items on two comboboxes, like combobox1. It direct me to the wrong item on list1 which I am...
  21. Replies
    38
    Views
    3,029

    Re: [2005] List1 selected items

    guys? anyone?
  22. Replies
    38
    Views
    3,029

    [2005] List1 selected items

    Hi guys,

    I have bit trouble with the code, I have two comboboxes with list1 and I am trying to block the code to stop them passing with other code and go to the wrong way around. When I selected...
  23. Re: [2005] Freespace with long decimal number

    Jmc, I need to have two decimal places on my form. It's my program and it my choose. So on my following code shows above do not have two decimal places included. How I could display it to make it...
  24. Re: [2005] Freespace with long decimal number

    Thanks for your reply, I have already tried with DriveInfo class but they don't display two decimal numbers. Do you have any info with Drive Class and two decimal numbers???



    I need it to have...
  25. [RESOLVED] [2005] Freespace with long decimal number

    Hi

    Here I have freespace code and I wonderin how I could display freespace with two decimal numbers like 49.54GB??




    Here it the code:
  26. Re: [2005] system menu not retrieve unicode character sets - urgent need help!

    Do anyone know how to do this????????????????
  27. Re: [2005] Click from combobox to menu item

    Yes, system menu is in the title bar when you click with right mouse button. I want to know how I could refresh them when I click on button1??



    Thanks,
    Mark
  28. Re: [2005] Click from combobox to menu item

    I can see that there is no menu on my form2 and I want to refresh system menu but I don't know how!!!!


    Don't you know what system menu is?? I want to refresh the system menu items in order to...
  29. Re: [2005] Click from combobox to menu item

    Form1.MainMenuStrip.Refresh()
    Error: Object reference not set to an instance of an object.



    What's wrong and why do I receive the error??



    I don't have any menu on my form2 but I want to...
  30. Replies
    25
    Views
    1,406

    Re: [2005] Input code from the server

    Thanks, I take a look on the forum through a search on a keywords and I found one post that would be useful but they only discuss my computer information included my ip address and MAC address. My ip...
  31. Replies
    25
    Views
    1,406

    Re: [2005] Input code from the server

    I need the full code in order it will work correctly, otherwise i will receive the error. The code you post I have copied and pasted on my form and I received the syntax error. I need to get pass due...
  32. Re: [2005] Click from combobox to menu item

    'Refresh' is not a member of 'System.Windows.Forms.MainMenu', there are no refresh on my property list. How can I refresh it since there is no member on the list??




    Thanks,
    Mark
  33. Re: [2005] Click from combobox to menu item

    Name 'MyMenu' is NOT declared. Make sure you have done this right.


    Thanks,
    Mark
  34. Re: [2005] system menu not retrieve unicode character sets - urgent need help!

    Guys? Anyone?????????????
  35. Re: [2005] Click from combobox to menu item

    anyone?
  36. Replies
    25
    Views
    1,406

    Re: [2005] Input code from the server

    I did copy and paste the code correctly. You didn't copy and paste the code correctly did you?


    And are you sure the code will check what's my ip which come from my isp??



    Thanks,
    Mark
  37. Replies
    25
    Views
    1,406

    Re: [2005] Input code from the server

    I have tried your code and it give me an Syntax error in statement :(




    I just need it in full in order to get the statement working correctly.


    Thanks,
    Mark
  38. Replies
    25
    Views
    1,406

    Re: [2005] Input code from the server

    I don't want to use lan ip but I want to get my real ip which come from my isp. In what type of method that I would access to the site http://whatismyip.com/automation/n09230945.asp and grab my ip??...
  39. Replies
    25
    Views
    1,406

    Re: [2005] Input code from the server

    Thanks, how I can get my real ip address the one when i get access to the web but not the one from my lan. How I can get it??





    Dim DNS As IPHostEntry =...
  40. Re: [2005] Click from combobox to menu item

    No, I'm using ComboBox1 and button1 on form2. I have tested which I have called the PerformClick method of the menu item on form1 does actually works, thanks jmc. I wondering how I could refresh the...
Results 1 to 40 of 419
Page 1 of 11 1 2 3 4



Click Here to Expand Forum to Full Width