How many times are you going to ask this question and then ignore the questions you get back? Do NOT repost this question again.
A guide to posting questions on CodeProject
How to debug small programs
Dave Kreskowiak
What kind of access do you have from the desktop app to the web app? URL? API? To use SignalR you have to be the server side of the web app, which obviously not - as you are a desktop app... For a more valuable answer you have to add details of your applications and the layout of the installed environment...
I'm not questioning your powers of observation; I'm merely remarking upon the paradox of asking a masked man who he is. (V)
As I haven't heard of that library before I could only suggest that you have a look at the following link http://www.antlr.org/support.html[^] they state in there that they use StackOverflow as a medium for support based questions.
Every day, thousands of innocent plants are killed by vegetarians. Help end the violence EAT BACON
Quote:
Report viewer
which one? Crystal reports? SSRS? anything else?
thatraja
Code converters | Education Needed No thanks, I am all stocked up. - Luc Pattyn When you're wrestling a gorilla, you don't stop when you're tired, you stop when the gorilla is - Henry Minute
Checked all of those things, and I also repaired the installation of VS and reinstalled SP1 + Vista Fix; didn't change anything. Nor did anything change on my system - except the installation of the latest hotfixes for Windows. So I guess one of those was just a bit too hot...
http://www.renderpal.com http://www.shoran.de
MSDN doesn't provide you the development interfaces, it provides you full copies of the software (and usually multiple copies too). You can develop without MSDN. You could always just do without the MSDN subscriptions and just buy the individual components you need.
Member 9538830 wrote:
could I get proposal of some direction for the next research?
Sorry, but this site is focussed on answering specific technical questions. It's really not possible to suggest what direction you should go in, that is something you need to decide based on what your objective is in this field.
Veni, vidi, abiit domum
dcof wrote:
is there is a way to learn about the application electronically without the programmer needing to look at all the code.
That depends entirely on the quality of the documentation. You can learn more about this feature at http://msdn.microsoft.com/en-us/library/ms172652.aspx[^].
Veni, vidi, abiit domum
If you are asking how to get the name of the tab page that was clicked on it is... TabControl.TabPage.Name or TabControl.TabPage.SelectedTab Hope that this helps was a bit unclear on what you were asking. JD
Thanks JD http://www.seitmc.com/seitmcWP
Crystal Reports supports displaying formatting Rich Text from rtf markup. If that is not an option, you can store the formatted text as html instead of rtf and then use the WebBrowser control to display it (or simply save to html file and start the browser with the file path)