Click here to Skip to main content
16,010,334 members
Home / Discussions / C#
   

C#

 
Question.ReadInt32() is different to java's .readInt()? Pin
kripzz25-Jun-07 16:47
kripzz25-Jun-07 16:47 
AnswerRe: .ReadInt32() is different to java's .readInt()? Pin
Paul Conrad25-Jun-07 17:02
professionalPaul Conrad25-Jun-07 17:02 
GeneralRe: .ReadInt32() is different to java's .readInt()? [modified] Pin
kripzz25-Jun-07 18:10
kripzz25-Jun-07 18:10 
AnswerRe: .ReadInt32() is different to java's .readInt()? Pin
Guffa25-Jun-07 18:40
Guffa25-Jun-07 18:40 
GeneralRe: .ReadInt32() is different to java's .readInt()? Pin
Paul Conrad25-Jun-07 18:46
professionalPaul Conrad25-Jun-07 18:46 
GeneralRe: .ReadInt32() is different to java's .readInt()? [modified] Pin
kripzz25-Jun-07 19:23
kripzz25-Jun-07 19:23 
QuestionLate bound (I think?) when using SJPhonoe API Pin
Gene Arnold25-Jun-07 16:43
Gene Arnold25-Jun-07 16:43 
AnswerRe: Late bound (I think?) when using SJPhonoe API Pin
Paul Conrad25-Jun-07 17:25
professionalPaul Conrad25-Jun-07 17:25 
Converting from VB6 to C# might be in the same league as a root canal. Here is my thought on how to do the code you specified...

(1) make a reference to SJPhoneXMLApiDemo.dll in the Solution
(2) the c# code may be something like:

void StartConnecting()
{
    TextState.Text = "Initializing: stage 1";
    SJxmlApiConnection ApiConnection;
    
    if (ApiConnection.Initialize("SJPhoneXmlApiDemo.dll")))
    {
        ToConnectingState();
    }
    else
    {
        ToConnectfailedState();
    }
}


Not sure if this code will compile, but it would be my first stab at the problem...




"Any sort of work in VB6 is bound to provide several WTF moments." - Christian Graus

GeneralRe: Late bound (I think?) when using SJPhonoe API Pin
Gene Arnold25-Jun-07 23:34
Gene Arnold25-Jun-07 23:34 
QuestionC# Com Object: exported class doesn't show up Pin
lechium12125-Jun-07 15:09
lechium12125-Jun-07 15:09 
QuestionRemoving a container from project Pin
Mark F.25-Jun-07 14:07
Mark F.25-Jun-07 14:07 
AnswerRe: Removing a container from project Pin
Christian Graus25-Jun-07 14:19
protectorChristian Graus25-Jun-07 14:19 
GeneralRe: Removing a container from project Pin
Mark F.25-Jun-07 14:34
Mark F.25-Jun-07 14:34 
Questioncompression Pin
mkl_0725-Jun-07 11:48
mkl_0725-Jun-07 11:48 
AnswerRe: compression Pin
User 665825-Jun-07 11:51
User 665825-Jun-07 11:51 
AnswerRe: compression Pin
Dave Kreskowiak25-Jun-07 14:07
mveDave Kreskowiak25-Jun-07 14:07 
GeneralRe: compression Pin
Sean Michael Murphy25-Jun-07 15:57
Sean Michael Murphy25-Jun-07 15:57 
AnswerRe: compression Pin
Hesham Yassin25-Jun-07 22:14
Hesham Yassin25-Jun-07 22:14 
QuestionOpen Excel Chart in .net Pin
saeed73325-Jun-07 11:29
saeed73325-Jun-07 11:29 
AnswerRe: Open Excel Chart in .net Pin
Christian Graus25-Jun-07 11:58
protectorChristian Graus25-Jun-07 11:58 
QuestionCross-thread ToolStripButton update Pin
aei_totten25-Jun-07 8:28
aei_totten25-Jun-07 8:28 
AnswerRe: Cross-thread ToolStripButton update Pin
Not Active25-Jun-07 8:38
mentorNot Active25-Jun-07 8:38 
GeneralRe: Cross-thread ToolStripButton update Pin
mabo4225-Jun-07 22:47
mabo4225-Jun-07 22:47 
GeneralRe: Cross-thread ToolStripButton update Pin
Not Active26-Jun-07 1:55
mentorNot Active26-Jun-07 1:55 
AnswerRe: Cross-thread ToolStripButton update Pin
Hesham Yassin25-Jun-07 22:15
Hesham Yassin25-Jun-07 22:15 

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.