Search results for query: *

  1. ChristinaSeay

    Image Source - XAML - Network Drive...

    Hello, I am having a very strange issue. I have an image in my WPF application with it's source set to: Source="/SWRawProperties;component/HorizontalGradient.jpg" /> The published program works without an issue. When I have the program source files copied down to my local computer, I don't...
  2. ChristinaSeay

    Question Application Naming Conventions...

    Can anyone share any advice for how to handle application naming conventions in a multiple-developer environment? Currently we've just been using incrementing numbers ([folder]) -- [1000] -- [1200] ----- [V0] ----- [V1] ----- [Publish] ---------- liveprogram.exe -- [1300] But we've been...
  3. ChristinaSeay

    SMS Schedule Application...

    Ok guys, This one is a little open-ended, but I'm delving into new territory and am humbly asking the advice of peers with more experience to help get me going in the right direction. I'm trying to make a program to help me (and many other Narcoleptic, Sleep-Deprived, or otherwise just...
  4. ChristinaSeay

    custom user control - browse for file...

    I'm trying to figure out how to create a custom user control in a VB.NET class with a Public Property that will allow the user to browse for a file when the control is inserted in another program. Similar to the Background Image property for a form.. where it has the little button with the...
  5. ChristinaSeay

    Set Custom Control Custom Property on Leave event...

    Ok... here's my setup: I have a custom usercontrol for a MaskedTextBox. I have a Custom Property that I created called ErrorString. This is working fine at run time when the control is used. What I need to be able to do is update that property on the Leave event of the usercontrol. So...
  6. ChristinaSeay

    Question Creating a custom button and adding it to the toolbox...

    Hey guys, I've been at this one for days and I just can't seem to get it right. Basically, I designed the button control the way I want it to be... background image, font style, size, etc... and I want to add that button to my toolbox so I can reuse it. I'm not changing anything about how it...
Back
Top