Click here to Skip to main content
15,893,161 members
Home / Discussions / C#
   

C#

 
AnswerRe: I want to learn how to make in C# only Stock bar chart Pin
BillWoodruff9-May-14 16:50
professionalBillWoodruff9-May-14 16:50 
AnswerRe: I want to learn how to make in C# only Stock bar chart Pin
Emre Ataseven11-May-14 4:52
professionalEmre Ataseven11-May-14 4:52 
QuestionHaxe IAP Pin
Michelle Brodeur9-May-14 11:11
Michelle Brodeur9-May-14 11:11 
Questionhelp!! question Pin
Osama Kaiser9-May-14 6:00
Osama Kaiser9-May-14 6:00 
AnswerRe: help!! question Pin
Dave Kreskowiak9-May-14 6:12
mveDave Kreskowiak9-May-14 6:12 
GeneralRe: help!! question Pin
Osama Kaiser9-May-14 7:06
Osama Kaiser9-May-14 7:06 
GeneralRe: help!! question Pin
Eddy Vluggen9-May-14 7:11
professionalEddy Vluggen9-May-14 7:11 
GeneralRe: help!! question Pin
Osama Kaiser9-May-14 7:12
Osama Kaiser9-May-14 7:12 
GeneralRe: help!! question Pin
Dave Kreskowiak9-May-14 7:17
mveDave Kreskowiak9-May-14 7:17 
GeneralRe: help!! question Pin
Osama Kaiser9-May-14 7:19
Osama Kaiser9-May-14 7:19 
GeneralRe: help!! question Pin
Dave Kreskowiak9-May-14 15:15
mveDave Kreskowiak9-May-14 15:15 
GeneralRe: help!! question Pin
Dave Kreskowiak9-May-14 7:14
mveDave Kreskowiak9-May-14 7:14 
GeneralRe: help!! question Pin
Osama Kaiser9-May-14 7:17
Osama Kaiser9-May-14 7:17 
GeneralRe: help!! question Pin
Matty2218-May-14 18:17
Matty2218-May-14 18:17 
AnswerRe: help!! question Pin
Pete O'Hanlon9-May-14 6:43
mvePete O'Hanlon9-May-14 6:43 
GeneralRe: help!! question Pin
Osama Kaiser9-May-14 7:08
Osama Kaiser9-May-14 7:08 
AnswerRe: help!! question Pin
thatraja9-May-14 8:00
professionalthatraja9-May-14 8:00 
AnswerRe: help!! question Pin
OriginalGriff9-May-14 8:02
mveOriginalGriff9-May-14 8:02 
AnswerRe: help!! question Pin
Gerry Schmitz9-May-14 12:16
mveGerry Schmitz9-May-14 12:16 
Questionc# console application sharing variables with visual basic Pin
Papatrexas9-May-14 2:36
Papatrexas9-May-14 2:36 
Hello all and thanks for reading me. I have a simple console application in c# that gets a continuous stream from a camera. the pseudo code is
bool takepicture = false
while (true)
{
  Stream
  Stream some more
  if (takepicture) 
  { 
  capture and save the image to a file
  takepicture=false
  }
}

In the end what i would like to do is for a Visual Basic !!!!!!!! program to be able to call my c# console app and when something happens in the visual basic (like press a button) it will change the variable takepicture to true. I don't even know if this is possible and if it is what should i be searching for?
Thanks again.

modified 9-May-14 9:15am.

AnswerRe: c# console application sharing variables with visual basic Pin
Rob Philpott9-May-14 3:35
Rob Philpott9-May-14 3:35 
AnswerRe: c# console application sharing variables with visual basic Pin
Wayne Gaylard9-May-14 3:36
professionalWayne Gaylard9-May-14 3:36 
Questionin the same class we are having two methods like method Add() and Static Method Sub() here...? Can i Cal Static method Sub() from non static method Add() Pin
balaramanN9-May-14 0:08
balaramanN9-May-14 0:08 
AnswerRe: in the same class we are having two methods like method Add() and Static Method Sub() here...? Can i Cal Static method Sub() from non static method Add() Pin
Richard MacCutchan9-May-14 0:25
mveRichard MacCutchan9-May-14 0:25 
QuestionImplementing IDisposable Pin
Gilbert Consellado8-May-14 22:58
professionalGilbert Consellado8-May-14 22:58 

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.