Click here to Skip to main content
15,895,256 members
Home / Discussions / C#
   

C#

 
AnswerRe: C# : Dispaly data in paragraph format Pin
Abhinav S8-Apr-10 3:29
Abhinav S8-Apr-10 3:29 
QuestionGetting strings and ints of another class Pin
BuggingMe8-Apr-10 2:15
BuggingMe8-Apr-10 2:15 
AnswerRe: Getting strings and ints of another class Pin
Sunil Scaria8-Apr-10 2:43
Sunil Scaria8-Apr-10 2:43 
AnswerRe: Getting strings and ints of another class Pin
Arun Jacob8-Apr-10 2:48
Arun Jacob8-Apr-10 2:48 
GeneralRe: Getting strings and ints of another class Pin
BuggingMe8-Apr-10 2:52
BuggingMe8-Apr-10 2:52 
GeneralRe: Getting strings and ints of another class Pin
Sunil Scaria8-Apr-10 2:58
Sunil Scaria8-Apr-10 2:58 
AnswerRe: Getting strings and ints of another class Pin
Arun Jacob8-Apr-10 3:12
Arun Jacob8-Apr-10 3:12 
GeneralRe: Getting strings and ints of another class Pin
BuggingMe8-Apr-10 3:30
BuggingMe8-Apr-10 3:30 
GetProperties(BindingFlags.NonPublic | BindingFlags.Static) still gives a length of 0

heres the class im launching the the function from if it helps.

<code>using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using Microsoft.Win32;
using System.IO;
using System.Web;

namespace TestAplication
{
class MainClass
{
string URL;
string Name;
int Count = 0;
int SectionNumber = 0;
public int Delay = 0;
Taskbar TaskbarClass = new Taskbar();

public void GetSections(Form this, string CurrentmURL, string CurrentFormName)
{
TaskbarClass.test(this);</code>
QuestionSafe handle has been closed appears on program exit Pin
yeah10008-Apr-10 2:00
yeah10008-Apr-10 2:00 
AnswerRe: Safe handle has been closed appears on program exit Pin
Alan N8-Apr-10 4:35
Alan N8-Apr-10 4:35 
AnswerRe: Safe handle has been closed appears on program exit Pin
supercat98-Apr-10 9:30
supercat98-Apr-10 9:30 
GeneralVirus removal tool (Team Project). Pin
MS-EULA8-Apr-10 1:31
MS-EULA8-Apr-10 1:31 
GeneralTo Up Pin
MS-EULA9-Apr-10 2:01
MS-EULA9-Apr-10 2:01 
Questionopen an exe file in panel Pin
MarziehA8-Apr-10 0:34
MarziehA8-Apr-10 0:34 
AnswerRe: open an exe file in panel Pin
Eddy Vluggen8-Apr-10 6:14
professionalEddy Vluggen8-Apr-10 6:14 
QuestionLimitations of windows forms Pin
QuinsUK8-Apr-10 0:17
QuinsUK8-Apr-10 0:17 
AnswerRe: Limitations of windows forms Pin
TheFoZ8-Apr-10 1:00
TheFoZ8-Apr-10 1:00 
AnswerRe: Limitations of windows forms Pin
kevinnicol8-Apr-10 4:39
kevinnicol8-Apr-10 4:39 
QuestionKeyDown event in console Pin
bolikej7-Apr-10 22:59
bolikej7-Apr-10 22:59 
AnswerRe: KeyDown event in console Pin
Mustafa Ismail Mustafa7-Apr-10 23:54
Mustafa Ismail Mustafa7-Apr-10 23:54 
GeneralRe: KeyDown event in console Pin
bolikej8-Apr-10 2:06
bolikej8-Apr-10 2:06 
GeneralRe: KeyDown event in console Pin
Mustafa Ismail Mustafa8-Apr-10 2:59
Mustafa Ismail Mustafa8-Apr-10 2:59 
GeneralRe: KeyDown event in console Pin
bolikej8-Apr-10 10:03
bolikej8-Apr-10 10:03 
GeneralRe: KeyDown event in console Pin
Mustafa Ismail Mustafa8-Apr-10 10:17
Mustafa Ismail Mustafa8-Apr-10 10:17 
QuestionAn equivalent of -javaagent in C#? Or: ways to use a java framework in C# Pin
blackblizzard7-Apr-10 22:24
blackblizzard7-Apr-10 22:24 

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.