Click here to Skip to main content
15,890,825 members
Home / Discussions / C#
   

C#

 
Questionproblem in opening the MDI parent form after succesful login Pin
I.explore.code11-Jul-07 2:06
I.explore.code11-Jul-07 2:06 
AnswerRe: problem in opening the MDI parent form after succesful login Pin
satsumatable11-Jul-07 2:54
satsumatable11-Jul-07 2:54 
GeneralRe: problem in opening the MDI parent form after succesful login Pin
I.explore.code11-Jul-07 3:41
I.explore.code11-Jul-07 3:41 
GeneralRe: problem in opening the MDI parent form after succesful login Pin
satsumatable11-Jul-07 3:55
satsumatable11-Jul-07 3:55 
Questionselected text of DataGrid Pin
neer111-Jul-07 2:04
neer111-Jul-07 2:04 
AnswerRe: selected text of DataGrid Pin
ramdil11-Jul-07 2:51
ramdil11-Jul-07 2:51 
Questionassembly in gac Pin
kalyan_241611-Jul-07 2:03
kalyan_241611-Jul-07 2:03 
AnswerRe: assembly in gac Pin
satsumatable11-Jul-07 2:46
satsumatable11-Jul-07 2:46 
if you have gone through the fillowing then you should see that DLL in your (C:\WINDOWS\assembly)

1. Create Strong name Key Pair sn -k sample.snk

2. Add this key pair file into your Project Soruce

3. Give file name in to your Assebmly Info file as like below

[assembly: AssemblyKeyFile("sample.snk")]

4. Compile it

5. Go to command prompt and give (http://msdn2.microsoft.com/en-us/library/ex0ss12c(VS.80).aspx[^]

gacutil /i "DDL Qualified path"

6. Go to C:\WINDOWS\assembly your entry is ther...
QuestionGetting GUID of a product Pin
wasife11-Jul-07 1:53
wasife11-Jul-07 1:53 
AnswerRe: Getting GUID of a product Pin
Pete O'Hanlon11-Jul-07 1:57
mvePete O'Hanlon11-Jul-07 1:57 
AnswerRe: Getting GUID of a product Pin
satsumatable11-Jul-07 3:22
satsumatable11-Jul-07 3:22 
QuestionHow to use a prograssing bar Pin
prasadbuddhika11-Jul-07 1:16
prasadbuddhika11-Jul-07 1:16 
AnswerRe: How to use a prograssing bar Pin
Colin Angus Mackay11-Jul-07 1:33
Colin Angus Mackay11-Jul-07 1:33 
GeneralRe: How to use a prograssing bar Pin
Martin#11-Jul-07 1:38
Martin#11-Jul-07 1:38 
GeneralRe: How to use a prograssing bar Pin
Pete O'Hanlon11-Jul-07 1:48
mvePete O'Hanlon11-Jul-07 1:48 
AnswerRe: How to use a prograssing bar Pin
Christian Graus11-Jul-07 2:08
protectorChristian Graus11-Jul-07 2:08 
GeneralRe: How to use a prograssing bar Pin
Pete O'Hanlon11-Jul-07 2:20
mvePete O'Hanlon11-Jul-07 2:20 
GeneralRe: How to use a prograssing bar Pin
Christian Graus11-Jul-07 2:23
protectorChristian Graus11-Jul-07 2:23 
GeneralRe: How to use a prograssing bar Pin
Pete O'Hanlon11-Jul-07 3:20
mvePete O'Hanlon11-Jul-07 3:20 
Questionwant to know how to create user level Pin
prasadbuddhika11-Jul-07 1:04
prasadbuddhika11-Jul-07 1:04 
AnswerRe: want to know how to create user level Pin
Christian Graus11-Jul-07 1:10
protectorChristian Graus11-Jul-07 1:10 
AnswerRe: want to know how to create user level Pin
Eduard Keilholz11-Jul-07 1:11
Eduard Keilholz11-Jul-07 1:11 
AnswerRe: want to know how to create user level Pin
Pete O'Hanlon11-Jul-07 1:30
mvePete O'Hanlon11-Jul-07 1:30 
QuestionPop-up Windows Forms Pin
sangramkp11-Jul-07 1:01
sangramkp11-Jul-07 1:01 
AnswerRe: Pop-up Windows Forms Pin
Eduard Keilholz11-Jul-07 1:08
Eduard Keilholz11-Jul-07 1:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.