Click here to Skip to main content
15,898,768 members
Home / Discussions / C#
   

C#

 
Questionultragrid update sql server???? Pin
NewToAspDotNet25-Oct-07 5:40
NewToAspDotNet25-Oct-07 5:40 
AnswerRe: ultragrid update sql server???? Pin
Abhijit Jana25-Oct-07 6:24
professionalAbhijit Jana25-Oct-07 6:24 
GeneralRe: ultragrid update sql server???? Pin
NewToAspDotNet25-Oct-07 6:59
NewToAspDotNet25-Oct-07 6:59 
AnswerRe: ultragrid update sql server???? Pin
pmarfleet25-Oct-07 7:27
pmarfleet25-Oct-07 7:27 
AnswerRe: ultragrid update sql server???? Pin
Dave Kreskowiak25-Oct-07 7:38
mveDave Kreskowiak25-Oct-07 7:38 
QuestionPlacing tabs on main menu. Pin
cooltuxxx25-Oct-07 4:22
cooltuxxx25-Oct-07 4:22 
AnswerRe: Placing tabs on main menu. Pin
Judah Gabriel Himango25-Oct-07 4:32
sponsorJudah Gabriel Himango25-Oct-07 4:32 
QuestionHow to display build version on your form... Pin
TheMattster25-Oct-07 4:17
TheMattster25-Oct-07 4:17 
After a lot of work I finally figured this out, turns out it's very simple.

I wanted to publish this as an article, but the submit wizard would not let me, it said it was too short. I could pad it, but I don't have time for that kind of *&^$.

Here it is:
<br />
// On main form there is a label named lblRevision<br />
// (the '\' continuation character was added so this would fit):|<br />
<br />
try<br />
{<br />
     lblRevision.Text =   System.Deployment.Application.ApplicationDeployment. \<br />
                CurrentDeployment.CurrentVersion.ToString();<br />
}<br />
catch<br />
{<br />
     lblRevision.Text = "Debug";<br />
}<br />


-Matt
AnswerRe: How to display build version on your form... Pin
Judah Gabriel Himango25-Oct-07 4:31
sponsorJudah Gabriel Himango25-Oct-07 4:31 
QuestionSerialization Pin
lokeshgm725-Oct-07 3:26
lokeshgm725-Oct-07 3:26 
AnswerRe: Serialization Pin
mav.northwind25-Oct-07 3:43
mav.northwind25-Oct-07 3:43 
GeneralRe: Serialization Pin
lokeshgm725-Oct-07 3:51
lokeshgm725-Oct-07 3:51 
GeneralRe: Serialization Pin
lokeshgm725-Oct-07 4:04
lokeshgm725-Oct-07 4:04 
QuestionDetecting Hybernation Pin
gmarappledude25-Oct-07 3:15
gmarappledude25-Oct-07 3:15 
AnswerRe: Detecting Hybernation Pin
leppie25-Oct-07 3:48
leppie25-Oct-07 3:48 
GeneralRe: Detecting Hybernation Pin
gmarappledude25-Oct-07 3:54
gmarappledude25-Oct-07 3:54 
QuestionHas somebody made a surveillance thread which doesn't die? Pin
Klive825-Oct-07 2:44
Klive825-Oct-07 2:44 
AnswerRe: Has somebody made a surveillance thread which doesn't die? Pin
sujithkumarsl25-Oct-07 2:55
sujithkumarsl25-Oct-07 2:55 
GeneralRe: Has somebody made a surveillance thread which doesn't die? Pin
Klive825-Oct-07 3:23
Klive825-Oct-07 3:23 
AnswerRe: Has somebody made a surveillance thread which doesn't die? Pin
mav.northwind25-Oct-07 3:48
mav.northwind25-Oct-07 3:48 
QuestionProblem with moving picturebox with Cursor on Mouse_Move event. Pin
Chintan.Desai25-Oct-07 1:50
Chintan.Desai25-Oct-07 1:50 
AnswerRe: Problem with moving picturebox with Cursor on Mouse_Move event. Pin
Christian Graus25-Oct-07 1:55
protectorChristian Graus25-Oct-07 1:55 
GeneralRe: Problem with moving picturebox with Cursor on Mouse_Move event. Pin
Chintan.Desai25-Oct-07 22:59
Chintan.Desai25-Oct-07 22:59 
AnswerRe: Problem with moving picturebox with Cursor on Mouse_Move event. Pin
Abhijit Jana25-Oct-07 2:34
professionalAbhijit Jana25-Oct-07 2:34 
QuestionHow to store and retreave a word document in sql server data base using c#.net Pin
bobin scaria25-Oct-07 1:39
bobin scaria25-Oct-07 1:39 

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.