Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #20.4K
Ranked #4K
~6K People Reached
Favorite Forums
Member Avatar for zmariow

Hi All, I need to find a way to automatically print a PDF file from my Windows Application in C#. Currently I can invoke the following from the command line: "C:\Program Files\Adobe\Reader 8.0\Reader\AcroRd32.exe" /p /h "C:\Test.pdf" This will silently print the PDF file but will keep Acrobat Reader open (but …

Member Avatar for winnercom
0
3K
Member Avatar for MxDev

Hi Guys, How I should grab a string form a line in richTextBox object without a selection, but it has the cursor inside it. How to accomplish this or where I should search for this feature???????? Thanks [EL-Prince]

Member Avatar for mikah
-1
237
Member Avatar for skinder

how to get printer information like printer name,IP and location using c-sharp??

Member Avatar for sanch01r
1
101
Member Avatar for szkoda

How do I go about showing data in a database in a table or rich text box, so far I have this: [CODE=C] public static void showDogs() { OleDbConnection myConnection = GetConnection(); string command2 = "SELECT * FROM dogs"; OleDbCommand myCmd2 = new OleDbCommand(command2, myConnection); try { myConnection.Open(); OleDbDataReader myReader …

Member Avatar for szkoda
0
136
Member Avatar for moroshko

Hi, I get the following error when I Rebuild the Solution in Visual Studio: [b]The control WindowsFormsApplication1.MyPanel has thrown an unhandled exception in the designer and has been disabled[/b] Here is what I did to get this error: 1) Started a new project and added a new User Control (MyControl) …

Member Avatar for moroshko
0
596
Member Avatar for sidd.

hi i am drawing a graph with values more than lakhs. i m drawing it in 4 different parts parallelly. it works f9. it contains two forms 1st one is opening the file and the second one is storring the values in variables and plotting it. but the problem is …

Member Avatar for vibhutirs
0
81
Member Avatar for facadie

Hi ALL I'm having trouble figuring out.. I have one BTNCANCEL here and cmb1,cmb2,cm3, tb1,tb2. How do i program so that it detect changes in cmb1,cmb2,cm3, tb1,tb2 and then when i click BTN cancel it will PROMPT to save yes/no [which i have already programed] if there is a change …

Member Avatar for facadie
0
2K