Click here to Skip to main content
15,894,896 members
Home / Discussions / C#
   

C#

 
GeneralForm position relative to form control Pin
dannytsang26-Mar-08 9:40
dannytsang26-Mar-08 9:40 
GeneralRe: Form position relative to form control Pin
Gareth H26-Mar-08 10:04
Gareth H26-Mar-08 10:04 
GeneralRe: Form position relative to form control Pin
dannytsang27-Mar-08 13:37
dannytsang27-Mar-08 13:37 
Questionc# code request Pin
jadtls26-Mar-08 9:27
jadtls26-Mar-08 9:27 
GeneralRe: c# code request Pin
Giorgi Dalakishvili26-Mar-08 9:45
mentorGiorgi Dalakishvili26-Mar-08 9:45 
QuestionHow to create a progressbar for a web browser control???? Pin
Aditya Baraya26-Mar-08 7:41
Aditya Baraya26-Mar-08 7:41 
AnswerRe: How to create a progressbar for a web browser control???? Pin
Gareth H26-Mar-08 8:53
Gareth H26-Mar-08 8:53 
QuestionHow to extract Ethernet type? [modified] Pin
merh26-Mar-08 6:46
merh26-Mar-08 6:46 
Plz can anyone help me to get a code in c# that extract Ethernet type.
I have a function which I recieve Ehternet Packet but I dont know how I can get Ehternet type from it.
Thanks in advanced
Merh

private void ReceivePacket(object sender, PacketHeader p, byte[] s)
{

this.pack_count++;
rtb.Focus();
rtb.AppendText("Content of p : \n");
rtb.AppendText(" Caplength: " + p.Caplength + "\n");
rtb.AppendText(" Length : " + p.Length + "\n");
rtb.AppendText(" Timestamp: " + (p.TimeStamp) + "\n");
Ethernet type?????
}

modified on Thursday, March 27, 2008 4:09 AM

GeneralMessage Closed Pin
26-Mar-08 6:33
dshyryayev26-Mar-08 6:33 
GeneralRe: www.mycoolsoft.net | My first free software:MyShortcuts Pin
Gareth H26-Mar-08 6:52
Gareth H26-Mar-08 6:52 
GeneralRe: www.mycoolsoft.net | My first free software:MyShortcuts Pin
J$26-Mar-08 7:11
J$26-Mar-08 7:11 
GeneralRe: www.mycoolsoft.net | My first free software:MyShortcuts Pin
dshyryayev26-Mar-08 7:42
dshyryayev26-Mar-08 7:42 
GeneralRe: www.mycoolsoft.net | My first free software:MyShortcuts Pin
J$26-Mar-08 7:56
J$26-Mar-08 7:56 
GeneralRe: www.mycoolsoft.net | My first free software:MyShortcuts Pin
dshyryayev26-Mar-08 8:18
dshyryayev26-Mar-08 8:18 
GeneralSSIS Package Pin
kibromg26-Mar-08 5:30
kibromg26-Mar-08 5:30 
GeneralCross post - please ignore Pin
pmarfleet26-Mar-08 10:26
pmarfleet26-Mar-08 10:26 
QuestionHow to refresh data from one Form to another Pin
ziwez026-Mar-08 5:20
ziwez026-Mar-08 5:20 
AnswerRe: How to refresh data from one Form to another Pin
Gareth H26-Mar-08 5:37
Gareth H26-Mar-08 5:37 
AnswerRe: How to refresh data from one Form to another Pin
ziwez026-Mar-08 23:01
ziwez026-Mar-08 23:01 
QuestionGetting COM Exception in Word 2003 Component. Pin
rokrzone26-Mar-08 5:17
rokrzone26-Mar-08 5:17 
GeneralRe: Getting COM Exception in Word 2003 Component. Pin
Herman<T>.Instance26-Mar-08 5:33
Herman<T>.Instance26-Mar-08 5:33 
GeneralBlock File Pin
ellllllllie26-Mar-08 4:35
ellllllllie26-Mar-08 4:35 
GeneralRe: Block File Pin
Eduard Keilholz26-Mar-08 4:49
Eduard Keilholz26-Mar-08 4:49 
GeneralRe: Block File Pin
ellllllllie26-Mar-08 5:07
ellllllllie26-Mar-08 5:07 
GeneralRe: Block File Pin
Eduard Keilholz26-Mar-08 6:21
Eduard Keilholz26-Mar-08 6:21 

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.