Click here to Skip to main content
15,890,399 members
Home / Discussions / C#
   

C#

 
Questionhow to resize smoothly the AxShockwaveFlashObjects control with form Pin
muhammadali3139-Sep-08 21:11
muhammadali3139-Sep-08 21:11 
AnswerRe: how to resize smoothly the AxShockwaveFlashObjects control with form Pin
#realJSOP10-Sep-08 0:03
mve#realJSOP10-Sep-08 0:03 
GeneralRe: how to resize smoothly the AxShockwaveFlashObjects control with form Pin
muhammadali31310-Sep-08 3:02
muhammadali31310-Sep-08 3:02 
GeneralRe: how to resize smoothly the AxShockwaveFlashObjects control with form Pin
#realJSOP11-Sep-08 1:07
mve#realJSOP11-Sep-08 1:07 
GeneralRe: how to resize smoothly the AxShockwaveFlashObjects control with form Pin
muhammadali31312-Sep-08 0:47
muhammadali31312-Sep-08 0:47 
QuestionHow can i use DEVMODE structure in C#? Pin
bankey10109-Sep-08 20:43
bankey10109-Sep-08 20:43 
AnswerRe: How can i use DEVMODE structure in C#? Pin
Manas Bhardwaj9-Sep-08 21:35
professionalManas Bhardwaj9-Sep-08 21:35 
Questionplz help ERROR..... winIDEA 2009 and C# Pin
tonyjsebastian19-Sep-08 20:15
tonyjsebastian19-Sep-08 20:15 
when i tried to do run the below program i got the error as

Retrieving the COM class factory for component with CLSID {DA6AF009-59A1-4B29-BDF8-0E09AE17C122} failed due to the following error: 80040154.

// this the program.............
using System;
using System.Collections.Generic;
using System.Text;
using WINIDEAAUTOLib;

namespace consoleIDEA
{
class Program
{
static void Main(string[] args)
{
WinIdeaAutoSvrClass we;
string strValue = "";
we = new WinIdeaAutoSvrClass();
try
{
we.Connect();
we.DebugRunControl(WINIDEAAUTOLib.RunControlFlags.rStepHigh, 0, 0);
we.DebugEvaluateString(0, "iCounter", ref strValue);
Console.WriteLine("iCounter: " + strValue);
we.Disconnect();
}
catch (Exception)
{
Console.WriteLine("Error.");
}
finally
{
Console.WriteLine("Done.");
}
}
}
}
AnswerRe: plz help ERROR..... winIDEA 2009 and C# Pin
leppie10-Sep-08 0:29
leppie10-Sep-08 0:29 
QuestionHow do I write this java code in C# Pin
Angelinna9-Sep-08 19:38
Angelinna9-Sep-08 19:38 
AnswerRe: How do I write this java code in C# [modified] Pin
Mogaambo9-Sep-08 20:11
Mogaambo9-Sep-08 20:11 
GeneralRe: How do I write this java code in C# Pin
Angelinna9-Sep-08 20:30
Angelinna9-Sep-08 20:30 
GeneralRe: How do I write this java code in C# Pin
Mogaambo9-Sep-08 20:54
Mogaambo9-Sep-08 20:54 
GeneralRe: How do I write this java code in C# Pin
N a v a n e e t h9-Sep-08 21:09
N a v a n e e t h9-Sep-08 21:09 
GeneralRe: How do I write this java code in C# Pin
Angelinna9-Sep-08 21:27
Angelinna9-Sep-08 21:27 
GeneralRe: How do I write this java code in C# Pin
N a v a n e e t h9-Sep-08 21:36
N a v a n e e t h9-Sep-08 21:36 
GeneralRe: How do I write this java code in C# Pin
Angelinna9-Sep-08 22:43
Angelinna9-Sep-08 22:43 
GeneralRe: How do I write this java code in C# Pin
leppie9-Sep-08 21:43
leppie9-Sep-08 21:43 
QuestionSerial port Pin
vinay_K9-Sep-08 18:37
vinay_K9-Sep-08 18:37 
AnswerRe: Serial port Pin
leppie9-Sep-08 23:03
leppie9-Sep-08 23:03 
GeneralRe: Serial port Pin
vinay_K10-Sep-08 0:36
vinay_K10-Sep-08 0:36 
QuestionwinIDEA 2009 andd C# Pin
tonyjsebastian19-Sep-08 18:32
tonyjsebastian19-Sep-08 18:32 
QuestionGet CPU usage and Ram usage without a PerformanceCounter object Pin
jacobjordan9-Sep-08 17:30
jacobjordan9-Sep-08 17:30 
AnswerRe: Get CPU usage and Ram usage without a PerformanceCounter object Pin
leppie9-Sep-08 21:45
leppie9-Sep-08 21:45 
GeneralRe: Get CPU usage and Ram usage without a PerformanceCounter object Pin
jacobjordan10-Sep-08 10:34
jacobjordan10-Sep-08 10:34 

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.