01-09-2012, 12:57 PM
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.
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.
//Kismet