Search:

Type: Posts; User: Matchlighter

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    569

    VS 2010 Re: Saving Proxies

    That looks like it will work. At least it is better than Base64. I tried searching the forum, but I guess I didn't get the right keywords. Thanks!
  2. Replies
    2
    Views
    569

    VS 2010 [RESOLVED] Saving Proxies

    Hello! I have been working on a program for a while and I recently decided to give it an auto-update function. I have most of it done, but I am having trouble figuring out a good way to save/load the...
  3. Replies
    5
    Views
    902

    VS 2010 Re: Custom Shutdown Menu Item

    Sorry for the confusion, but the programs I listed do not edit the menu. My goal is to make a program similar to the ones listed and make them use the Shutdown Menu. I was only using them as a "for...
  4. Replies
    5
    Views
    902

    VS 2010 Re: Custom Shutdown Menu Item

    You know the context menu that opens when you click the arrow next to the shutdown button in Windows Vista and 7? I want to be able to add custom options to it like "Restart and Hibernate" (Boot...
  5. Replies
    5
    Views
    902

    VS 2010 Custom Shutdown Menu Item

    Hello all! Recently, I have thought that it would be pretty cool to make Boot Snooze, iReboot and similar programs accessible from the Windows Shutdown menu. It would be a pretty neat way to...
  6. Replies
    0
    Views
    428

    Batch Video Editor

    Hey! I was wondering if anyone knows of a free batch video editor. I have a lot of recorded TV shows that I would like to remove the credits from. Please let me know if you know a program that can do...
  7. Replies
    23
    Views
    33,840

    Re: Vista/7 Style Progress Bar

    Mostly, the third one is showing off the block style feature. I tried to make the second one look like the Expression Studio 3 installer one. I apparently did a good job :bigyello:
  8. Replies
    15
    Views
    1,226

    3.0/LINQ Re: Class Library

    You can also look here: http://www.vbforums.com/showthread.php?p=3905196#post3905196

    But, please, read the thread next time...
  9. Replies
    23
    Views
    33,840

    Re: Vista/7 Style Progress Bar

    I just attached a Screenshot to post 12 that you can take a look at.
  10. Replies
    7
    Views
    1,364

    VS 2010 Re: Class Library Project

    I just tried that. I am tired of this. I am just going to put it back into the first project where it worked. Thanks for your time in trying to help me!
  11. Replies
    7
    Views
    1,364

    VS 2010 Re: Class Library Project

    I am using Visual Studio 2010 with .NET 4.0. When I get it to put the reference in, it shows an error saying something about System.Design not being available in my target framework.

    Thanks for...
  12. Replies
    7
    Views
    1,364

    VS 2010 Re: Class Library Project

    There are a lot of errors. So, I thought it would be easier this way. I don't know what the problem is. I took the UserControls from one project into a new one, and now they are showing tons of...
  13. Replies
    7
    Views
    1,364

    VS 2010 Class Library Project

    Hello! In one of my applications, I decided to make a separate project for a few general classes. However, it started to give me tons of errors that I am having a difficult time figuring out. I would...
  14. Replies
    30
    Views
    23,354

    Re: Windows Vista & 7 Glass Effect

    Nick: I have heard of ways to prevent it from doing that, but I don't know exactly what they are. I think it might have to do with Owner/Custom Drawing and such. You might try contacting the folks at...
  15. Replies
    23
    Views
    33,840

    Re: Vista/7 Style Progress Bar

    Ok! I have got the new one ready! In this release I have add several features:

    Text on top of progress. Use '%p' to display the value.
    Block Style with editable size and spacing.
    Editable...
  16. Replies
    23
    Views
    33,840

    Re: Vista/7 Style Progress Bar

    I have actually added somethings to it and have not updated it here. I will prepare it for release and upload it. :) Thanks for your Interest!
  17. Replies
    23
    Views
    33,840

    Re: Vista/7 Style Progress Bar

    I will take a look at the code as soon as I am less busy. Sorry for the inconvenience.
  18. Replies
    23
    Views
    33,840

    Re: Vista/7 Style Progress Bar

    It does not work with .NET 4.0 if that is what you are using. I forgot to upload a fix to that. I will soon though. If you are not using .NET 4.0, add a reference to System.Design.
  19. Replies
    2
    Views
    2,127

    VS 2010 Re: Type CLASS not defined

    I actually found the problem. Apparently, .NET 4.0 has deprecated System.Design. It was stated in a different warning, but I didn't understand that at first. Thanks for the suggestion, though :)

    E
  20. Replies
    2
    Views
    2,127

    VS 2010 Type CLASS not defined

    Hey! I have been having some trouble today with a User-Control of mine. Is what is happening is when I try to build an application with the control in it, the Form.Designer has an Error saying that...
  21. Thread: Help Form

    by Matchlighter
    Replies
    0
    Views
    438

    VS 2010 Help Form

    Hey, I have designed a Help Form/Dialog for one of my projects. The trouble is, I would like to transform it (the contents of it anyway) into a User-Control that I can drop into any other form. The...
  22. Re: [WIP] Custom Vista-style (blue/green) ToolStripRenderer

    Hey, I was looking through some other renders that support the other Items in the Toolstrip family. I added some more things to what I posted above including Support for Context Menus, DropDowns and...
  23. Re: [WIP] Custom Vista-style (blue/green) ToolStripRenderer

    Hey, I got my problem figured out. I also made a Couple of Improvements (I do Hope I am not stepping on your ground, Nick) Anyway, I just fixed it up so that its size does not have to be 32px. Not a...
  24. Replies
    2
    Views
    820

    VS 2008 Re: Bottom Bar Class

    Great! Thanks. It doesn't need to be a UserControl It is Just a Thing with a Value in it :D

    E
  25. Replies
    2
    Views
    820

    VS 2008 Bottom Bar Class

    Hey, Quick Question: How do I set a User control (or a class with a few properties) to appear in the tan bar at the bottom of the Designer? I have tried googleing it but, I don't know what that bar...
  26. Replies
    4
    Views
    638

    VS 2008 Re: Menu Items

    Ok, don't worry 'bout it.

    E
  27. Replies
    4
    Views
    638

    VS 2008 Re: Menu Items

    That should work. Just one thing though, do you know of anyways to prevent it from showing the resize drag arrows? That above does prevent it from sizing, it just still shows the arrows.

    Thanks!
    E
  28. Replies
    4
    Views
    638

    VS 2008 Menu Items

    Hi! I have a quick question: Does anyone know the Hex value of the Size Menu Item? If you don't know what I mean (I wouldn't :D), please take a look at this.I want to use its method to remove the...
  29. Re: Disable Close Button and Prevent Form Being Moved

    What Is the value of the Size menu Item? I would like to disable form sizing but, I need to have it have a sizable border style? I hope I didn't pass over it while scanning the forum. I have tried...
  30. Replies
    23
    Views
    33,840

    Re: Vista/7 Style Progress Bar

    Ok, I just got rid of em. May I ask why I should be doing that?

    E
  31. Replies
    23
    Views
    33,840

    Vista/7 Style Progress Bar

    UPDATED: Go down to post 12 for updated version.

    I thought I would post here about a new Vista Style Progress bar that I improved from an older creation be somebody else. The original can be found...
  32. Replies
    9
    Views
    2,699

    VS 2008 Re: Additional Buttons In titlebar

    Ok, I got most of it converted, but there is one problem left: When I fix one thing it breaks another and to fix it I have to break the first thing again... Oh, well. I don't think I am going to go...
  33. Replies
    9
    Views
    2,699

    VS 2008 Re: Additional Buttons In titlebar

    Ok, I will look into the code. One thing, How do I open VB6 stuff? I have only used 2008.

    Thanks!
    E
  34. Replies
    9
    Views
    2,699

    VS 2008 Re: Additional Buttons In titlebar

    Oh, flip. That planet source code one is VB6. Does anyone know, off the top of their heads, how to add a normal button to the titlebar like That example from Planet Source code? Or is that not as...
  35. Replies
    9
    Views
    2,699

    VS 2008 Re: Additional Buttons In titlebar

    Ok, I see. Thanks for your time :)

    E
  36. Replies
    9
    Views
    2,699

    VS 2008 Re: Additional Buttons In titlebar

    Sorry 'Bout that, Guess the link expired This one should work. Also, the WPF one is Here. As you can see it is not the only function of that link, I found that Article when searching for a Ribbon...
  37. Replies
    9
    Views
    2,699

    VS 2008 Additional Buttons In titlebar

    Hey, I was wonder if anyone knows how to add additional buttons to the title bar. Please, Don't go to too much trouble, Just if you know a link to this or know how to do it. I did find This. But, I...
  38. Re: [InnoSetup] Close Before Installation

    Thanks For your help! One of those links contains the perfect code, although, I might just go with a Mutex We will see :D

    Thanks!
    E
  39. [RESOLVED] [InnoSetup] Close Before Installation

    I am getting ready to deploy an Application of mine with Inno Setup (5.3.6). I have the installer and un-installer completly tested, but I would like to know if there is a way to have Inno close the...
  40. Re: [WIP] Custom Vista-style (blue/green) ToolStripRenderer

    K, Here is the Pic of what it looks like for me. How do you get it to look the way pictured at the top?

    Thanks!
    E
Results 1 to 40 of 79
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width