Click here to Skip to main content
15,881,600 members
Home / Discussions / C#
   

C#

 
QuestionDirect3D Wrapper - C# or Managed C++ ? Pin
Kel_30-Jul-08 0:44
Kel_30-Jul-08 0:44 
AnswerRe: Direct3D Wrapper - C# or Managed C++ ? Pin
Simon P Stevens30-Jul-08 0:53
Simon P Stevens30-Jul-08 0:53 
AnswerRe: Direct3D Wrapper - C# or Managed C++ ? Pin
User 665830-Jul-08 1:11
User 665830-Jul-08 1:11 
AnswerRe: Direct3D Wrapper - C# or Managed C++ ? Pin
Kel_30-Jul-08 9:59
Kel_30-Jul-08 9:59 
AnswerRe: Direct3D Wrapper - C# or Managed C++ ? Pin
Mark Churchill30-Jul-08 17:05
Mark Churchill30-Jul-08 17:05 
AnswerRe: Direct3D Wrapper - C# or Managed C++ ? Pin
Kel_1-Aug-08 3:48
Kel_1-Aug-08 3:48 
Questioncrystal reports with dynamic column display Pin
sarilee30-Jul-08 0:33
sarilee30-Jul-08 0:33 
Questionversion Pin
arkiboys30-Jul-08 0:20
arkiboys30-Jul-08 0:20 
Hi,
My win form application is using the following code to get the version number which is retrieved from the clickonce version.
This seems to work only when the application is installed on users machines.

if (System.Deployment.Application.ApplicationDeployment.IsNetworkDeployed) //is this a clickonce application
{
//get he publish version...
_strVersion = System.Deployment.Application.ApplicationDeployment.CurrentDeployment.CurrentVersion.ToString();
this.Text = this.Text + " - " + _strVersion;
}

Question:
Do you know why I do not get the version number using the above code when this is used on my Dev machine where I am developing the application?

Thanks
AnswerRe: version Pin
DaveyM6930-Jul-08 1:02
professionalDaveyM6930-Jul-08 1:02 
GeneralRe: version Pin
arkiboys30-Jul-08 2:25
arkiboys30-Jul-08 2:25 
QuestionIn which event i can read the access card [modified] Pin
V K Gupta30-Jul-08 0:16
V K Gupta30-Jul-08 0:16 
AnswerRe: In which event i can read the access card Pin
stancrm30-Jul-08 0:52
stancrm30-Jul-08 0:52 
GeneralRe: In which event i can read the access card Pin
V K Gupta30-Jul-08 2:37
V K Gupta30-Jul-08 2:37 
GeneralRe: In which event i can read the access card Pin
carbon_golem30-Jul-08 2:47
carbon_golem30-Jul-08 2:47 
QuestionConverting Dataview to a Datatable. Pin
salmonraju30-Jul-08 0:15
salmonraju30-Jul-08 0:15 
AnswerRe: Converting Dataview to a Datatable. Pin
ElSpinos30-Jul-08 2:33
ElSpinos30-Jul-08 2:33 
GeneralRe: Converting Dataview to a Datatable. Pin
salmonraju30-Jul-08 2:43
salmonraju30-Jul-08 2:43 
AnswerRe: Converting Dataview to a Datatable. Pin
Syed Shahid Hussain30-Jul-08 17:04
Syed Shahid Hussain30-Jul-08 17:04 
QuestionBubblesort Algorithm Pin
Vandretta30-Jul-08 0:12
Vandretta30-Jul-08 0:12 
AnswerRe: Bubblesort Algorithm Pin
Simon P Stevens30-Jul-08 0:28
Simon P Stevens30-Jul-08 0:28 
GeneralRe: Bubblesort Algorithm Pin
Vandretta30-Jul-08 11:01
Vandretta30-Jul-08 11:01 
GeneralRe: Bubblesort Algorithm Pin
Simon P Stevens30-Jul-08 21:32
Simon P Stevens30-Jul-08 21:32 
GeneralRe: Bubblesort Algorithm Pin
Vandretta31-Jul-08 0:13
Vandretta31-Jul-08 0:13 
QuestionString manipulation Pin
vinoth.cv130-Jul-08 0:01
vinoth.cv130-Jul-08 0:01 
AnswerRe: String manipulation Pin
Simon P Stevens30-Jul-08 0:19
Simon P Stevens30-Jul-08 0:19 

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.