Posts
 
Reputation
Joined
Last Seen
Ranked #1K
Strength to Increase Rep
+2
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
4
Posts with Upvotes
2
Upvoting Members
4
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
2 Commented Posts
0 Endorsements
Ranked #18.7K
Ranked #2K
~8K People Reached
Favorite Forums
Favorite Tags
Member Avatar for Mirfath

hi! i want to open a word document directly from a windows form application running on visual studio 2010! i tried a particular code but it wont work!!! this is the code! [CODE]this.Application.Documents.Open(@"C:\Test\NewDocument.doc");[/CODE] i also imported and used the following header: [CODE]using Microsoft.Office.Interop.Word;[/CODE] it says that the word application does …

Member Avatar for ChrisHunter
0
3K
Member Avatar for Lee Marsden

Hello everyone I am trying to code an address book in C#, the program should be a console application and should stores names address etc in a string. The menu should loop and continue wish I have done using a do loop, at the moment I am stuck on the …

Member Avatar for JLarner
0
4K
Member Avatar for elshan0011

I want to close my login form and open Main form! i do that like this! [CODE] private void btnLoginOk_Click(object sender, EventArgs e) { if (textBox2.Text == "acer") { Main frmMain = new Main(); frmMain.Show(); this.Close(); } else { MessageBox.Show("Invalid Username or Password", "Login Error", MessageBoxButtons.OK, MessageBoxIcon.Information); } }[/CODE] But …

Member Avatar for walid86
0
1K
Member Avatar for vincezed

Hi all, I am trying to write a code that could show multiply values in a single cell of listview with comma separator... i am using C# with windows application... I have a attachment that show what i am asking for... Thanks in advance vince

Member Avatar for vincezed
0
195
Member Avatar for alaa sam

hi everyone I have been programing in c++ for a while now, but I'm asked to write project in c#, so is hard to learn it ?? also I have never wrote a program with interface , so is it possible to write console application then build the interface ? …

Member Avatar for alaa sam
0
119
Member Avatar for jitendra_tcil
Member Avatar for Panathinaikos22
0
100
Member Avatar for himvj1

Dear All, How to find the other application events through c# suppose i want to know the state of Msword application whether it is minimized or in maximize state how to find that using c#. any help is appreciated Thanks in advance.

Member Avatar for Three
0
65