Click here to Skip to main content
15,902,198 members
Home / Discussions / C#
   

C#

 
GeneralRe: Optimization kills program. Pin
harold aptroot19-Apr-09 1:30
harold aptroot19-Apr-09 1:30 
GeneralRe: Optimization kills program. Pin
S. Senthil Kumar19-Apr-09 1:49
S. Senthil Kumar19-Apr-09 1:49 
GeneralRe: Optimization kills program. Pin
harold aptroot19-Apr-09 1:51
harold aptroot19-Apr-09 1:51 
Questioncopy row from one datagridview to another Pin
behzadcp17-Apr-09 7:54
professionalbehzadcp17-Apr-09 7:54 
QuestionPDF button recognition in C# Windows App. [modified] Pin
Engineer Joe17-Apr-09 7:30
Engineer Joe17-Apr-09 7:30 
AnswerRe: PDF button recognition in C# Windows App. Pin
buachaill cliste17-Apr-09 9:07
buachaill cliste17-Apr-09 9:07 
GeneralRe: PDF button recognition in C# Windows App. Pin
Engineer Joe20-Apr-09 9:46
Engineer Joe20-Apr-09 9:46 
GeneralRe: PDF button recognition in C# Windows App. Pin
buachaill cliste20-Apr-09 10:33
buachaill cliste20-Apr-09 10:33 
When you download a library these are the file types:
*.cs = c# file can be opened in notepad but opens as default in Visual Studio
*.csproj = a c# project file
*.sln = a solution file to be opened with Visual Studio which opens all the .cs and .csproj related to it.
*.dll = dynamic linked library. The compiled project.
release folder should contain the .dll or .exe which is the finished compiled project
debug is where Visual studio places compiled projects when they are being tested(debugged)
Sorry I don't have any more info on your problem. I've never had to do it before Sigh | :sigh:
QuestionFailing to read ExecutablePath Pin
IFDTCACT17-Apr-09 7:15
IFDTCACT17-Apr-09 7:15 
AnswerRe: Failing to read ExecutablePath Pin
Henry Minute17-Apr-09 8:19
Henry Minute17-Apr-09 8:19 
GeneralRe: Failing to read ExecutablePath Pin
Dave Kreskowiak17-Apr-09 9:31
mveDave Kreskowiak17-Apr-09 9:31 
GeneralRe: Failing to read ExecutablePath Pin
Henry Minute17-Apr-09 9:42
Henry Minute17-Apr-09 9:42 
AnswerRe: Failing to read ExecutablePath Pin
Dave Kreskowiak17-Apr-09 9:35
mveDave Kreskowiak17-Apr-09 9:35 
GeneralRe: Failing to read ExecutablePath Pin
IFDTCACT17-Apr-09 21:23
IFDTCACT17-Apr-09 21:23 
QuestionWindows Control Library not registering Pin
lastdays17-Apr-09 6:53
lastdays17-Apr-09 6:53 
AnswerRe: Windows Control Library not registering Pin
howlettt17-Apr-09 8:03
howlettt17-Apr-09 8:03 
GeneralRe: Windows Control Library not registering Pin
lastdays17-Apr-09 10:06
lastdays17-Apr-09 10:06 
GeneralRe: Windows Control Library not registering Pin
howlettt17-Apr-09 15:43
howlettt17-Apr-09 15:43 
GeneralRe: Windows Control Library not registering Pin
lastdays18-Apr-09 2:39
lastdays18-Apr-09 2:39 
QuestionNon-dynamic Image Recognition. Pin
Joorstard17-Apr-09 6:37
Joorstard17-Apr-09 6:37 
AnswerRe: Non-dynamic Image Recognition. Pin
Luc Pattyn17-Apr-09 6:58
sitebuilderLuc Pattyn17-Apr-09 6:58 
GeneralRe: Non-dynamic Image Recognition. Pin
Joorstard24-Apr-09 6:47
Joorstard24-Apr-09 6:47 
GeneralRe: Non-dynamic Image Recognition. Pin
Luc Pattyn24-Apr-09 6:52
sitebuilderLuc Pattyn24-Apr-09 6:52 
GeneralRe: Non-dynamic Image Recognition. Pin
Joorstard24-Apr-09 6:59
Joorstard24-Apr-09 6:59 
AnswerRe: Non-dynamic Image Recognition. Pin
Skymir17-Apr-09 10:46
Skymir17-Apr-09 10:46 

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.