I have 2 vb.net applications (App1 & App2). What I'm trying to do here is have App1 call App2 via shell command, and have App2 return some results back to App1 after App2 is finished running. How do I do that?
I've created a report (not CR) in VB.net, and I'm able to view the report using a report viewer, however, I want to be able to export this report as a PDF file. How do I do that?
Is it possible to make a multi-line text box still scrollable while it's disabled?
The closest I can achieve this is to set the text box's ReadOnly property to false, which will gray out the text box, and still scrollable, but the text in the box remains black instead of being gray. Changing...
I'm new to VB2008 and SQL Server, and need some help. I have two forms (frmCustomer and frmDetail). The frmCustomer has a datagridview containing general data of customers, and a button to open frmDetail, which contains each customers detail information. All data modification is done on...
Thanks for the reply! I should've mentioned that I wanted to make this as 'dynamic' as possible, meaning I don't want to use conditional statement if at all possible. I have over 70 forms in this project, and using conditional statement is hard to maintain.
I have a table that contains a list of users and their access to certain forms.
User Form
Tom Form1
Jane Form1
Jane Form2
Peter Form3
This table is read when the application first loads. How can I convert the form string (Form1, Form2, Form3...) to a form name...
I have a main form, and I want to embed a subform (similar to Access) into this main form. I want to display the corresponding subform base on a combo box selection on the main form. How can I do that?
I have a datagrid on a form that's bound to a table(ID, Company, Contact). I've created two buttons, one for Add function (using .AddNew), one for Cancel (using .CancelEdit).
When I click the Add button, it shows a new record for add, no problem so far. During the Add function, when I click...
I have a main form (Form A), and I want to create a Search form (Form B). The Search form functions like a filter, that lets me filter down to a subset of records, based on criteria, that displays on Form B in a table via a subform. After I found the record that I'm looking for in Form B, I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.