Search:

Type: Posts; User: stigma327

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    7,556

    Re: WPF Custom Control image binding

    Okay, I got it. This is a much much better solution. I simply added a ContentPresenter to the "Auto" sized Grid column to the left of the Scrollviewer, so that any content can be added (including...
  2. Replies
    2
    Views
    7,556

    Re: WPF Custom Control image binding

    I found a solution on my own, though I am not certain it's the best in terms of performance. I wound up changing the type of the Icon dependency property back to Image and defined the following in...
  3. Replies
    2
    Views
    7,556

    WPF Custom Control image binding

    Hello!

    I am trying to bind an image in a custom textbox control that I have created. The idea is to create a textbox which can have rounded corners, a custom watermark, and an icon at the left...
  4. WPF Dynamic DataGrid (w/VB.NET framework 4)

    Hey guys, I asked this in the VB forumn last week (hoping it could be accomplished with code) and nobody has responded, so I guess I'll inquire as to how/if it can be done with WPF and pray that I...
  5. Replies
    1
    Views
    570

    Re: Dynamic DataGrid mystery

    Nobody knows how to dynamically populate a WPF DataGrid from VB? Including changing the column headers?
  6. Replies
    1
    Views
    570

    Dynamic DataGrid mystery

    I've spent the better part of a week trying to solve this problem and I am frankly stumped. (VB.NET 4.0 framework, WPF)

    I have a search form on that will be pulling search template queries from a...
  7. Replies
    1
    Views
    1,276

    "Pulling" data from ACCDB?

    Hey folks,

    I am building a VB.NET frontend to access an ACCDB backend built with Access 2007/2010. The backend will be on a share and accessed simultaneously by multiple users (5 max for the time...
  8. Replies
    6
    Views
    8,848

    Re: WPF Form Resize event in VB>NET 2010

    Thanks techgnome. The percent method didn't work (I got an error that said the percentage could not be converted), but you set me on the right line of thinking. With some grid controls and property...
  9. Replies
    6
    Views
    8,848

    WPF Form Resize event in VB>NET 2010

    Hey guys,

    What is the procedure for resizing controls in response to a form-resize event in WPF. There doesn't seem to be "resize" event, and I tried the "SizeChanged" event, as well as the...
  10. Replies
    3
    Views
    1,000

    Re: LINQ "record class"

    EDIT: I guess "string parsing" isn't the best word choice here.. "string manipulation" is more like it. For example, if using SQL, I could build my WHERE clauses like
    Join({table,field},".") &...
  11. Replies
    3
    Views
    1,000

    LINQ "record class"

    Hello, VBForums!

    I'm not sure if this thread belongs under a LINQ category or not, but I believe my question is more specific to VB.NET, so I apologize if this topic is mis-categorized.

    I am...
Results 1 to 11 of 11



Click Here to Expand Forum to Full Width