Application - Uses VB6 For Maintenance Programs - Run The Report From A Menu Within Application
Mar 16, 2011
I have an application that I'm creating that uses VB6 for the maintenance programs, and visual studio 2005 to create the reports. At work we use reporting services to host the reports, but in my application I want to run the report from a menu within the application, not in reporting services. (A) Is this possible? I think I've read about a report viewer that can be embedded into .net applications. If I create a menu system in .net, that shells to execute the maintenance programs that are from vb6, or fires off the report viewer, does this sound feasible? The application is supposed to run connected to their SQL 2005 server via a VPN; I get blank looks when I ask them if they have reporting services installed...
View 9 Replies
ADVERTISEMENT
Mar 12, 2008
i m a vb.6.0 developer and now turned in vb.net. so i m new in vb.net.My problem is given below.i opened the word documents in webbrowser control and it is just showing a document page with rular. But my main problem is that i want to open whole word documents with tool &menu bar in webcontrol. i used the following code which is given below.
WebBrowser1.Navigate("C:dharmchandBlank.doc")i wrote this code in form_load events and when i run my application then it is showing just a page with rular. But not showing Menu bar & Standard or Formatting toolbar.
View 6 Replies
Apr 7, 2010
These days I'm working on a VB.NET application which can be used to edit, compile and run C programs. how I can call a cl.exe process from within my VB program and also that how do I run the program in the console widow itself.
Presently I have only the editor ready. With that one can type in a program and save it with a ".c" extension. Now there are 2 buttons on my form - "Compile" and "Run". When the user clicks on the "Compile" button, the program should be passed to the cl.exe process and the errors should be displayed in another textbox or the DOS(black screen itself). And when the user clicks on the "Run" button, the ".exe" file which just got created should get executed.
Is there any way to attach some files along with my program so that the people who do not have "C" installed in their computers can also edit, compile and run C programs using my application?
View 2 Replies
Sep 15, 2011
I created a vb.net 2008 application to windows 7 with some functions that monitor a folder within "Programs". Folder you created during installation of this application. But every time you launch the software (the exe, after installing the client package) I get UAC and I ask for confirmation. I tried to edit the manifest (with admin user) but it always comes out. I would like to depart immediately launch the EXE application, without uac.
View 5 Replies
Dec 1, 2009
I need advise on how to solve this scenario. I am not sure whether I should use any Report Application such as Crystal Report or I can just simply use datagridview.My scenario:In a new form, a table will show a least 3 columns.
First, ItemID
2nd, Total Quantity Sold for the Current Month
3rd, Total Quantity Sold: Last month
ItemID Current (Nov) October
ABA1 100 85
ABB1 80 90
Hence, I can compare the figure of the current month with the past few month.Right now, I do not have any problems building SQL_String for calculating the Total Qty Sold for the Current month and display it via DataGridView. But I am not sure how to additional column that calculate the Total for the past few month
View 3 Replies
May 25, 2010
I need to get a list of installed program on local machine with application icons. Below is the code snippet that am using to get the list of installed program and installed directory path.[code]....
View 1 Replies
Mar 15, 2009
how to write/program VB programs. However, I'm stuck on the mortgage calculator application. Whenever I run the program, I come up with an error stating "Argument 'NPer' is not a valid value." which refers to the Pmt function in the code.
'Dim monthly As Double ' monthly payment rates
Dim years As Double 'total # of years
Dim rate As Decimal 'annual rate
Dim months As Integer
[code]....
View 2 Replies
Sep 6, 2007
I would like to place the code below in a click event for a button to open a word file. I have added the document (group2.doc) to the Application folder of the target machine in my setup project. how do I write a dynamic file path that will open the file?
[code]....
View 3 Replies
Feb 13, 2009
how can i add a menu to my application when its sitting on the right bottom of the taskbar beside msn.
how can i add cuz i tried to add and than i did some coding like close. and the coding applicatin.exit or close it doesnt show in the menu when i right click.
View 3 Replies
Jun 23, 2009
GAlwaysIdle is a windows application which will add a menu item to Gtalk context menu.
How can I do this to an application using vb.net or c#.net?
View 1 Replies
May 20, 2009
I want to create an application, that has a menu. Every menu option represents an action a user can choose. For some actions the user has to input a date and a string. For others the user has to choose from a list, and then some results are presented in a datagridview depending on his selection. Some actions mean that the user has to check some check boxes. etc. So there are quite a few controls needed in this application, and they cannot all be on the screen in the same time (obviously).I don't know how to design this:
-should I make a single form with all the needed controls in it and depending on the action the user selects some become visible and some hidden?
-should I design a form for every action he chooses and the forms become visible or hidden depending on the action the user chooses?
View 3 Replies
Jan 28, 2010
I am having some trouble getting my menu bar to not scroll down my application when I scroll down. Is there a way I can I guess dock it to the top where the close button and the maximize/minimize button is so that when I scroll down you can still see and get to it instead of having to scroll back tot he top of the application?
View 2 Replies
Jul 18, 2012
i need to generate report for my application and i don't know how to go about it.
View 3 Replies
May 7, 2011
I am wondering if I can accomplish all and/or any of the following parts using
vb.net 2008 or vb.net 2010 and/or sql server reporting service 2008 R2:
Take various company notes and directives and put them into a database table then be
able to search the data for keywords. The sql and/or ssrs 2008 r2 and/or the vb.net application
must be able to do the following: a. Put all this data in one sql server 2008 r2 table,
b. Have a method to input new rows of data,
c. Have a method to search the existing data based on keywords.
Thus can you tell me the following:
a. For the search,
1. Are there any new lookup methods I can use in sql server 2008 r2, and/or
2. Would I a 'like' statemnt in t-sql, and/or
3. Can I accomplish this in some way using ssrs 2008 r2 standard edition, and/or
4. Would I need a vb.net application?
For the items listed above, can you point me to a url to accomplish this tasks?
b. For the whole process, can you tell me what would be the best way to accomplish this process?
View 2 Replies
Oct 13, 2011
I'd like to write a GUI for a command-line application, and add that GUI application into Windows Explorer's context menu to provide a few commands la 7zip[url]...
View 4 Replies
Jun 22, 2009
[code]....
View 3 Replies
Jul 5, 2010
how actually antivirus, WinRar and other applications can list their application in context menu? I'm developing an application using vb.net and I want to list my application in that menu. look at this screenshot...
i found this article to solve that problem >> Context Menus in VB.NET. However, the context menu only appear within the form.
For example, WinRar; you can see that application be listed in the context menu whenever you right-click on any file. I want to do like that... but how?
View 2 Replies
Jun 9, 2011
how do i open a menu to exit the application when i right click on notifyicon in the systemtray?
View 2 Replies
Jun 16, 2010
A restaurant wants an application that calculates a table's bill. The application should display all the menu items ( shown below) in four ComboBoxes. Each ComboBox should contain a category of food offered by the restaurant (Beverage, Appetizer, Main Course and Dessert). The user can choose from one of these ComboBoxes to add an item to a table's bill. As each item is selected in the ComboBoxes, add the price of that item to the bill. The user can click the Clear Button to restore the Subtotal:, Tax:, and Total: fields to $0.00?
View 5 Replies
Jul 13, 2009
I have created a Windows Application using VB dot Net. It has many Forms. The user shall be able to open many forms at a time. I want to provide a "Window" menu functionality to the existing application. Whenever any form is opened, the menu should add the open-form and when it is closed, it must be removed from the Window menu. The functionality should be similar to any Word file's Window functionality.
Active window must be tick marked.
View 13 Replies
Jan 21, 2010
I've written a menu for a console application. It has three items. I want to keep the menu displaying until I press 3. How can I do that. My code below -
Sub Main()
Dim intInput As Integer = 0
Console.WriteLine("")
Console.WriteLine("Main Menu")
[code]....
View 4 Replies
Jul 5, 2010
I am updating our CruiseControl.NET continuous integration environment from using the old Visual Studio 2008 Web Deployment projects to Visual Studio 2010. I do not want to use the Beta 2010 Web Deployment projects as I think I can make use of the updated Publishing/Packaging in 2010. Currently I have managed to configure the CruiseControl script to call MSBuild twice. First to Build the solution in the Release configuration and then to Package the MVC project. I then copy out the correct files from the Package from a hideous file path (which makes me suspect I am not doing this right but heh) and the Transformed web.configs to the Test server.
[Code]...
View 1 Replies
Nov 29, 2009
I have difficulties in doing 18.15 Sales Report Application in Visual Basic 2008 pp 405-406. It doesnot look complicated, but when I really start doing it.
Here is the link for the exercise (pp 405-406), 18.15: [URL]
View 1 Replies
May 19, 2010
I've added my applications extension to the right click menu via the registry (HKCR*shellCheck Versioncommand"c:program filesapplication.exe")
How do I make this extension aware? eg, the option only appears when right clicking files with my extension?
View 2 Replies
Apr 2, 2010
I've written a little application that uploads selected files to my ftp server. What I want to do now, is add that application to the windows right click context. For example, I've installed anti virus, if i right click on my desktop there is a there is a new item within the right click list which lets my right click on files and scans. What I want to know is, how to I add my application into the right click menu, how to get my application to respond when I click on the entry in the right click menu and any other thing anyone thinks will be useful. I have never done this before, and I have never been taught in class.
View 1 Replies
Nov 2, 2006
it is possible to code to a call another application and activate its "Tool" menu click.I am enclosing sample exe (this is the application that has to be called; and its "Tool" menu has to be acitivated, which fires a messagebox event")
View 39 Replies
Jun 26, 2010
I am creating a user rights access to a menu. for example an administrtor account can access a sales report while a limited account cannot. What i mean is a customize menu for an administrator and limited user....
ex. administrator
Sales Report--->Daily sales-enable
limited account
Sales Report--->Daily Sales-disable
View 2 Replies
Apr 13, 2012
I created a simple appication that loads a local Crystal Report into the CrystalReportViewer and then exports that report to PDF. I am able to run this application on my own computer, but when I try and run it on another computer it just errors out. I had to import the Crystal Report assembly into the application so I could get it to properly work. According to the error message, it seems to fail on the Crystal Report import statement. I have tried to install a couple of packages from SAP, but none of them seem to work?
View 1 Replies
Mar 20, 2012
developing a web application using visual basic 2008. i want to print a report without diplaying / preview it. Is it possible?
View 1 Replies
Jun 23, 2009
I'm running into this one very specific issue:
- I have a VB.Net 2005 Project for which I've created a Setup Project.
- In my Setup Project, I've added a shortcut on my Start Menu, that points to my Application.
- After deploying it, all works great.
- One of my users chooses to *copy* the shortcut from the Start Menu into their Desktop.
- I then create an upgrade for this Application. Again, the deployment works great. They can start my application from the Start menu.
- They double-click on their icon in the Desktop and they get a popup: Title of the message box: Problem with Shortcut Description of the message box: (X) The parameter is incorrect.
The shortcut's Target, is blank ( which I believe is the problem ).I'd love to be able to specify an actual [TARGETDIR]myApp.exe type of string as the shortcut's target in my Setup Project, but I can't do this.Instead I have to point it via UI, to my Target Application ( which I'm assuming is resolved at install-time ). The problem with this is that it appears that the shortcuts get re-evaluated every time you re-install / upgrade the application. Since my previous version is technically not installed anymore, my shortcut gets invalidaded, even though the target path is still the same and I haven't changed my executable's file name.
View 1 Replies