blog.rdeverett.com
rdeverett - ClickOnce Deployment Icon
http://blog.rdeverett.com/post/44648909258/clickonce-deployment-icon
Like What You See? Thoughts and musings on software, technology, and business. Focus on Dynamics GP / WennSoft customization and extensibility using VBA, VSTO, C#, and SQL Server. Disclaimer: The opinions expressed here are mine and do not necessarily reflect the views of my employer, or anyone else for that matter. Had a problem getting an icon to show on a ClickOnce deployment and used this to resolve:. OK, here the solution using only VS2005 and MSBuild:. TargetPath MyApp.ico /TargetPath. Page 1 of 1.
blog.rdeverett.com
rdeverett - SQL Help Needed - WennSoft Contracts
http://blog.rdeverett.com/post/61078163345/sql-help-needed-wennsoft-contracts
Like What You See? Thoughts and musings on software, technology, and business. Focus on Dynamics GP / WennSoft customization and extensibility using VBA, VSTO, C#, and SQL Server. Disclaimer: The opinions expressed here are mine and do not necessarily reflect the views of my employer, or anyone else for that matter. SQL Help Needed - WennSoft Contracts. This post is to provide some follow up information to the following LinkedIn question ( here. Type Call Short IN. Contract Number = @Contract Number AND.
blog.rdeverett.com
rdeverett - List
http://blog.rdeverett.com/post/27047224617/list-custom-compare
Like What You See? Thoughts and musings on software, technology, and business. Focus on Dynamics GP / WennSoft customization and extensibility using VBA, VSTO, C#, and SQL Server. Disclaimer: The opinions expressed here are mine and do not necessarily reflect the views of my employer, or anyone else for that matter. I seem to always forget the syntax to define a custom sort for a list on the fly:. JobList.Sort( a,b)= a.Job Number.CompareTo(b.Job Number) ;. Page 1 of 1.
blog.rdeverett.com
rdeverett - WPF WaterMarkTextBox Example
http://blog.rdeverett.com/post/21655136435/wpf-watermarktextbox-example
Like What You See? Thoughts and musings on software, technology, and business. Focus on Dynamics GP / WennSoft customization and extensibility using VBA, VSTO, C#, and SQL Server. Disclaimer: The opinions expressed here are mine and do not necessarily reflect the views of my employer, or anyone else for that matter. Pulled together a few pieces from different places on the interweb to come up with a pretty easy WaterMarkTextBox solution in WPF. Here’s the style:. StaticResource {x:Type TextBox} ".
blog.rdeverett.com
rdeverett - Using EntityFramework with a GPConn.Net Connection
http://blog.rdeverett.com/post/38375956604/using-entityframework-with-a-gpconn-net-connection
Like What You See? Thoughts and musings on software, technology, and business. Focus on Dynamics GP / WennSoft customization and extensibility using VBA, VSTO, C#, and SQL Server. Disclaimer: The opinions expressed here are mine and do not necessarily reflect the views of my employer, or anyone else for that matter. Using EntityFramework with a GPConn.Net Connection. A long while ago. Creates an EntityFramework context from an EXISTING SqlConnection (From GPConn). MetadataWorkspace workspace = new.
blog.rdeverett.com
rdeverett - iPhone4s created in single element using css3
http://blog.rdeverett.com/post/42228990779/iphone4s-created-in-single-element-using-css3
Like What You See? Thoughts and musings on software, technology, and business. Focus on Dynamics GP / WennSoft customization and extensibility using VBA, VSTO, C#, and SQL Server. Disclaimer: The opinions expressed here are mine and do not necessarily reflect the views of my employer, or anyone else for that matter. IPhone4s created in single element using css3. This is one of the coolest things I’ve seen with css. Page 1 of 1.
blog.rdeverett.com
rdeverett - Ask me anything
http://blog.rdeverett.com/ask
Like What You See? Thoughts and musings on software, technology, and business. Focus on Dynamics GP / WennSoft customization and extensibility using VBA, VSTO, C#, and SQL Server. Disclaimer: The opinions expressed here are mine and do not necessarily reflect the views of my employer, or anyone else for that matter. Page 1 of 1.
blog.rdeverett.com
rdeverett - Load content into Bootstrap Modal window with...
http://blog.rdeverett.com/post/26602421785/load-content-into-bootstrap-modal-window-with
Like What You See? Thoughts and musings on software, technology, and business. Focus on Dynamics GP / WennSoft customization and extensibility using VBA, VSTO, C#, and SQL Server. Disclaimer: The opinions expressed here are mine and do not necessarily reflect the views of my employer, or anyone else for that matter. Load content into Bootstrap Modal window with jquery. I’ve been working with Twitter’s Bootstrap 2.0. With ASP.Net 4. Display: none; ". Data) { $( "#myModalWindowContent ". Id) { / Get Data.
blog.rdeverett.com
rdeverett - ASP.Net MVC 4 Entity Framework CRUD Example
http://blog.rdeverett.com/post/26782886906/asp-net-mvc-4-entity-framework-crud-example
Like What You See? Thoughts and musings on software, technology, and business. Focus on Dynamics GP / WennSoft customization and extensibility using VBA, VSTO, C#, and SQL Server. Disclaimer: The opinions expressed here are mine and do not necessarily reflect the views of my employer, or anyone else for that matter. ASPNet MVC 4 Entity Framework CRUD Example. Just when through the great tutorial at ASP.Net here. System.Linq; using. System.Web.Mvc; namespace. MovieApp.Controllers { public. View(); } /.
blog.rdeverett.com
rdeverett - ASP.Net MVC Multiple Parameter Routes
http://blog.rdeverett.com/post/45910632613/asp-net-mvc-multiple-parameter-routes
Like What You See? Thoughts and musings on software, technology, and business. Focus on Dynamics GP / WennSoft customization and extensibility using VBA, VSTO, C#, and SQL Server. Disclaimer: The opinions expressed here are mine and do not necessarily reflect the views of my employer, or anyone else for that matter. ASPNet MVC Multiple Parameter Routes. I keep forgetting how to do this and found a good post on StackOverflow that explains it here:. Basically for a URL like this:. Page 1 of 1.