CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: tclancey

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    4,564

    Re: MDI Dev Environment

    The thing is, when you're trying to check code behind several controls it's really easy to click between windows and find what you want without any effort. Clicking between tabs hardly ever leaves...
  2. Replies
    3
    Views
    4,564

    MDI Dev Environment

    Hi folks.

    I've sure this will have been answered somewhere, but I can't find any links.

    I've come back to VB after some time and have to resurrect an old app for a customer with some updates. ...
  3. Replies
    4
    Views
    7,570

    Re: Zoomed picture box image size.

    Ah yes, I didn't think of that.
    Thanks.
  4. Replies
    4
    Views
    7,570

    Re: Zoomed picture box image size.

    Ah, my o's and x's didn't display right.

    Imagine the o's being a big rectangle, the x's being a smaller rectangle centered within.
  5. Replies
    4
    Views
    7,570

    Zoomed picture box image size.

    Hi folks. I have a problem with getting the size of an image within a picture box, I'll try to explain as clearly as possible.

    On a form I have a picture box, the picture box is anchored to all...
  6. Re: Best way to have multiple copies of class report to central location.

    A global array that the main form can monitor? I have to admit, of all the ways I had thought of doing this, this wasn't one, but I do like it. This would allow a b.w. on the form to monitor each...
  7. Best way to have multiple copies of class report to central location.

    Hi folks. I'm setting out on a small project and would appreciate suggestions how to achieve the one bit I'm not sure how to achieve. Well, achieve nicely!

    A routine on a form (for the sake of...
  8. Replies
    8
    Views
    2,100

    Re: MDI forms (VS GUI)

    No it's not really that as such. I would just like the ability to have a less rigid window environment, like VB6, VS2005, 2008. There is a fist full of ways to display windows in VS2012, but...
  9. Replies
    8
    Views
    2,100

    Re: MDI forms (VS GUI)

    Yes, they can be dragged down into the 'well' but the position and state are not persistent. I find it so much easier to write code for a form if I can see it at the same time.

    It's not a show...
  10. Replies
    8
    Views
    2,100

    Re: MDI forms (VS GUI)

    Hi, the VS IDE itself.
    Cheers.
  11. Replies
    8
    Views
    2,100

    MDI forms (VS GUI)

    Hi folks.

    Does anyone know of any tools to convert the VS Interface back to an MDI environment as it used to be in VS2005? There used to be an add on for 2010 I used, but I can't find anything...
  12. Thread: Deployment

    by tclancey
    Replies
    1
    Views
    1,092

    Deployment

    Hi folks, sorry if this is in the wrong place, please advise if there is somewhere better.

    Application deployment, could someone please advise of a good deployment app, other than InstallShield...
  13. Replies
    13
    Views
    2,889

    Re: SerialPort Issue

    Write or WriteLine will make no difference.

    This is a piece of hardware that has a FIXED display of 2 lines of 20 characters. Like a calculator, you cannot make the characters bigger or smaller,...
  14. Replies
    2
    Views
    1,265

    Re: Not breaking on error

    Part of error trapping is finding out where the errors are happening. If you are not told correctly where the errors are it can be difficult to locate the problems. Building error trapping around...
  15. Replies
    2
    Views
    1,265

    Not breaking on error

    Hi.

    A simple VB2012 app, being developed on a win7 x64 box, that is creating a datatable and populating a treeview from the data.

    The GUI does not error if there is a reference to an incorrect...
  16. Replies
    11
    Views
    4,989

    Re: Major MenuStrip bug

    No, you weren't being harsh, the Menustrip is crap. It simply doesn't function correctly, or in my experience, at all.
    My advice is to remove it from the toolbox window and forget it ever existed.
  17. Replies
    7
    Views
    3,591

    Re: MenuStrip doesn't accept first click.

    Oh for **** sake.

    PUT A MENUSTRIP ON A FORM, CREATE THE FORM, TEST THE MENUSTRIP.
    DOES IT WORK PROPERLY?
  18. Replies
    13
    Views
    2,889

    Re: SerialPort Issue

    You are sending 23 characters of data to a 2 line, 20 characters display. I don't understand what else you expect it do?
  19. Replies
    7
    Views
    3,591

    Re: MenuStrip doesn't accept first click.

    Ok, let me start again and explain fully, in case I've missed something.

    Create a new project.
    Add a button, or a menu, or anything that calls another form, as in:
    Dim New frm as frmUsers...
  20. Replies
    7
    Views
    3,591

    Re: MenuStrip doesn't accept first click.

    The code makes no difference, simple things like popping a message box, opening another form. I have the problem if the menu system is blank, null and void of code.

    I can place a menu, setup the...
  21. Replies
    13
    Views
    2,889

    Re: SerialPort Issue

    Check that there is a CR at the end of the data coming in, if there isn't you will need to set one up, or add one to your code.
  22. Replies
    7
    Views
    3,591

    MenuStrip doesn't accept first click.

    Hi folks. Just wondering if anyone else has this problem and if there is a fix, or is it just me...

    I place a MenuStrip on a form, run the application, mouse hover changes the colour and...
  23. Replies
    2
    Views
    2,340

    Re: GUI Tabs are a pain in the ****

    No, it's not a code problem. It's the VS tabbed environment.
  24. Replies
    2
    Views
    2,340

    GUI Tabs are a pain in the ****

    GUI question, please let me know if I should paste this somewhere else.

    I'm working with VB2012, has anyone got a fix for the HORRIBLE way the GUI handles tabbed documents? I can neither make...
Results 1 to 24 of 24





Click Here to Expand Forum to Full Width

Featured