BP Forums
Help Creating a WPF User Form - Printable Version

+- BP Forums (https://bpforums.info)
+-- Forum: Archived Forums (https://bpforums.info/forumdisplay.php?fid=55)
+--- Forum: Archived Forums (https://bpforums.info/forumdisplay.php?fid=56)
+---- Forum: VB.NET (Visual Basic 2010/2008) (https://bpforums.info/forumdisplay.php?fid=8)
+---- Thread: Help Creating a WPF User Form (/showthread.php?tid=446)



Help Creating a WPF User Form - kismetgerald - 01-09-2012

Hi guys,

I've designed a Parts Inquiry software using WPF in VB.net 2010. I'm trying to create a user form to request my end user to enter information which will be sent to a database (haven't decided which one yet) and then an email notification sent to me. I will then retrieve the request, and process it. When I click a button (say "PROCESS QUOTE"), I want an email notification sent to the user. I want them to be able to retrieve the quote from within the application.

Basically, the functionality I'm seeking is that of a Quotes processing application.

I can't seem to figure out how to create the form. I'm using a TabControl to display this form. When I try to add the buttons, they either stack up vertically in the center of the TabControl Item or move to either end of the left or right. I can't get them to line up horizontally as they do in a Windows Form.

Please help, thanks.


Re: Help Creating a WPF User Form - brandonio21 - 01-10-2012

Hm, I have never used a WPF or worked with them. I will look into this when I get home! <!-- sSmile --><img src="{SMILIES_PATH}/icon_e_smile.gif" alt="Smile" title="Smile" /><!-- sSmile -->


Re: Help Creating a WPF User Form - kismetgerald - 01-10-2012

Thanks Brandon. It will really help me out.