4
Answers

How to create a pricompiled file same as msdn..?

Photo of Surendra singh

Surendra singh

14y
2.7k
1
Hi..
I have developed a desktop application and it is working successfully.

Now i want to add an option "HELP".
my problem is .....How i can create my help file same as msd.
so that i can provide help same as provided by msdn.


plz help me.

Thank You

Answers (4)

0
Photo of Joginder Banger
NA 10k 490.8k 10y
first of all make a store procedure well format. if you want debug the store procedure then just select the store procedure like this way.


create proc procedureName
()
as 
begin


end


if you want debug any store procedure select the procedureName and press the CTRL+F5. your studio convert to in debug. 
0
Photo of Manish Kumar Choudhary
NA 14.3k 2.2m 10y