Search:

Type: Posts; User: Sean.Downes

Page 1 of 5 1 2 3 4

Search: Search took 0.06 seconds.

  1. Replies
    6
    Views
    897

    VS 2017 Merging a Button and a Textbox

    Hey guys,

    It's been a while.

    I'm looking to create a textbox that has a button attached to it at the end of the textbox, like the modern day login screens.

    Has anyone have any idea how to do...
  2. Replies
    1
    Views
    516

    VS 2015 [RESOLVED] Listbox Items Transfer

    I think I'm being dense but for some reason I can't transfer all the items I have in one Listbox to another.

    This is the sting I'm using, but it just keeps coming up with (Collection) in Listbox6....
  3. Replies
    10
    Views
    942

    VS 2015 Re: How to modify a button

    Great thanks!

    Do you know how to make the triangle part a bit smoother? looks a bit pix elated.

    Cheers
  4. Replies
    10
    Views
    942

    VS 2015 How to modify a button

    Hi Guys,

    Just wandering if someone call assist?

    I'm trying to modify a button, but i'm not entirely sure how. It'll be a flat button, with one end being a normal square shape but the other end...
  5. Replies
    1
    Views
    757

    VS 2015 Sliding Form

    Hi Guys.

    Another one for ya.

    I'm trying to make a form slide from the right screen to the left screen and then sit in the center of the screen. My screen size is 1600,900.

    Do i start the...
  6. Replies
    3
    Views
    677

    VS 2015 Re: Date Format

    Ahh that was what i was missing! I had a similar code using tostring method, but i didn't know dddd is the day of week spelled out completely. Works just the way i need it to, cheers!!
  7. Replies
    3
    Views
    677

    VS 2015 Date Format

    Hi guys,

    Trying to get a form automatically input the date on the load event.
    The format string I'm looking for is: "Wednesday 8 June"
    Obviously it'll need to change everytime the date changes...
  8. Replies
    4
    Views
    648

    VS 2015 Re: Time Format

    Gonna sound weird for you at least, there's a specific reason why I'm using a textbox and that's down to the design and layout of the form.

    So if you have any suggestions on how fix my issue with...
  9. Replies
    4
    Views
    648

    VS 2015 Time Format

    Hi guys,

    I've got a textbox which i've labelled as 'Time', so the user inputs a time of their choice into this textbox. The textbox is limited to 4 numbers only (obviously) but I haven't been able...
  10. VS 2015 Re: DataGridView Cell Expands to fit text

    Thanks for your reply.

    I've tried that before and as much as it expands, its expands the wrong way!

    I need the row to expand so all the text can be seen in 1 go. Basically like a Wrap Text.
  11. VS 2015 [RESOLVED] DataGridView Cell Expands to fit text

    Hi guys,

    Can anyone help. How do I get the cells (rows) to expand to fit the text in a DataGridView?

    Cheers
  12. Replies
    5
    Views
    636

    VS 2015 Add the next corresponding number

    Hi guys,

    Just a quick one. How do I, at the click of a button, add the next corresponding number to a textbox. So the button will only change the numbers thats in the textbox and not the letters,...
  13. Replies
    4
    Views
    748

    VS 2010 Re: Textbox - Transferring information

    Im not sure i understand what you mean or how to do it. So i've attached a picture of what the screen looks like.

    126453

    Once i press the accept button, i want all the information to be added...
  14. Replies
    4
    Views
    748

    VS 2010 Textbox - Transferring information

    Hi all,

    How do I transfer information from individual textboxes onto 1 textbox, but each piece of information on a seperate line?

    Example: from this: (individual text boxes)

    Number: 10...
  15. VS 2010 Re: [RESOLVED] Time and Date input on ToolStripStatusLabel

    Works perfect now, cheers :)
  16. VS 2010 Re: [RESOLVED] Time and Date input on ToolStripStatusLabel

    Sorry 1 thing i did notice, its not in 24 hour clock, so right now on GMT: my clock says 21:22, but on the toolstriplable it is 09:22.

    Do you know how to change it to 24 hours clock?

    Cheers
  17. VS 2010 Re: Time and Date input on ToolStripStatusLabel

    Works perfect, thankyou!
  18. VS 2010 [RESOLVED] Time and Date input on ToolStripStatusLabel

    Hey,

    Can someone help me?

    It's been a long time since working VB and i've forgotten the most simplest of things.

    If I pressed a button, how do I then get that to add a time and date onto a...
  19. Replies
    7
    Views
    1,060

    VS 2010 Re: Treeview Nodes

    OKay no worries, cheers
  20. Replies
    7
    Views
    1,060

    VS 2010 Re: Treeview Nodes

    Apologies, should have explained in detail.

    I have a treeview with different nodes, each node has a seperate meaning I.e which form they match up to.

    Example: Node0 = General which when...
  21. Replies
    7
    Views
    1,060

    VS 2010 Re: Treeview Nodes

    Thats great thanks for replying so quickly. Just one question, where do i add the name of the window i wish for the node to open, example: Form1

    Cheers
  22. Replies
    7
    Views
    1,060

    VS 2010 Treeview Nodes

    Hello everyone,

    Its been a long time since i've been on here, but can anyone help?

    I have a treeview with some nodes, how do i get a node to open a window by clicking on that specific node?
    ...
  23. Thread: Status Bar

    by Sean.Downes
    Replies
    2
    Views
    1,075

    VS 2012 Re: Status Bar

    Okay

    Ive just seen that the computer has automatically put them together again on here. there should be large spaces between each label.

    Thanks
  24. Thread: Status Bar

    by Sean.Downes
    Replies
    2
    Views
    1,075

    VS 2012 Status Bar

    Hello.

    Is anyone able to help me with regards to a status bar.

    When I add items to the status bar, ie. labels, it piles them all in one area, how do i split them up so certain labels are placed...
  25. Replies
    3
    Views
    666

    VS 2010 Re: 'X' (Close) Button - Disable

    Yes I want those 2 just not the X
  26. Replies
    3
    Views
    666

    VS 2010 'X' (Close) Button - Disable

    Hello

    Does anyone know how I disable the 'X' (Close) button in the top right hand corner of the screen?

    Any help will be appreciated!!

    Thanks
  27. Replies
    11
    Views
    1,072

    VS 2010 Re: [RESOLVED] Combobox Item Colour

    Yep I used that, I'll try that again though, but that's the exact code I used and it came up with the exception
  28. Replies
    11
    Views
    1,072

    VS 2010 Re: [RESOLVED] Combobox Item Colour

    Unless something has been missed out of the code, I've done exactly what you said and the exception kept coming up :/
  29. Replies
    11
    Views
    1,072

    VS 2010 Re: Combobox Item Colour

    Yeah ive put that in and it still comes up with the same message. Thanks anyway very appreciated but ive sparked a new idea and i think i prefer the new idea. Thanks
  30. Replies
    11
    Views
    1,072

    VS 2010 Re: Combobox Item Colour

    Fair enough, what should I change the number to then or do I do something different?
  31. Replies
    11
    Views
    1,072

    VS 2010 Re: Combobox Item Colour

    Thanks. Unfortuantly its giving me this error message:

    InvalidArgument=Value of '-1' is not valid for 'index'.
    Parameter name: index
  32. Replies
    11
    Views
    1,072

    VS 2010 [RESOLVED] Combobox Item Colour

    Hi again,


    Can anyone tell me how to change the font colour of an individual item in a combobox?

    IE

    "A-Alpha" = Red
    "B - Bravo" = Orange
    "C-Charlie" = Green
  33. Replies
    1
    Views
    665

    VS 2010 Carat Color Red

    Hello everyone,

    Im using this code to change the carat size to cover at least one character which works, however, how do i change the color or the carat from black to red?


    Private Sub...
  34. Replies
    13
    Views
    4,485

    VS 2010 Re: Textbox Cursor Size

    Works perfect thanks!
  35. Replies
    13
    Views
    4,485

    VS 2010 Re: Textbox Cursor Size

    Hi thanks, this works great but for some reason it adds the text im typing into a different textbox, ive checked the code just incase i put the wrong textbox number and i definently havent and also...
  36. Replies
    13
    Views
    4,485

    VS 2010 Re: Textbox Cursor Size

    oh geee, i have no idea, im not a very good at programming, i barely know the basics :/ thanks anyhow for your help appreciated
  37. Replies
    13
    Views
    4,485

    VS 2010 Re: Textbox Cursor Size

    oh yes thats great. although now im placing the code in the form and its generated a load of issues for other tools. so i didnt save the program so i must be doing something wrong. heres the code:...
  38. Replies
    13
    Views
    4,485

    VS 2010 Re: Textbox Cursor Size

    cheers for that although i have no idea how C# works so i wouldnt be able to convert it into vb.net
  39. Replies
    13
    Views
    4,485

    VS 2010 Re: Textbox Cursor Size

    Yeah ive seen the cursor change event and ive tested some sorta of coding that i thought might work but didn't (probably isnt even the right one) aha
  40. Replies
    13
    Views
    4,485

    VS 2010 [RESOLVED] Textbox Cursor Size

    Would anyone know how to change the size of the cursor (IBeam) for a textbox, i.e: The blinker at the beginning of the textbox to the size of at least one character.

    Cheers
Results 1 to 40 of 171
Page 1 of 5 1 2 3 4



Click Here to Expand Forum to Full Width