Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~378 People Reached
Favorite Forums
Member Avatar for alaamido

Hi all I have a big two prblem in Regular expressions The First: In the following string "My name is alaa and his name is is alaa" when I want to match all values that are before alaa so it should return (My name is ) and (My name is …

0
45
Member Avatar for alaamido

[B]Hi All , I have a simple question Iam now making a c# huffman compressor so I read the text file and decode it using the huffman tree that I will make ,I just have a simple problem which is writing bits I used the bitarray class but there is …

Member Avatar for kvprajapati
0
147
Member Avatar for alaamido

[B]Hi all, I have a simple question in Add ins .I knew that add ins is supported by visual studio development tool kit .I wrote the following simple code to write to an active document in the [CODE]public void Exec(string commandName, vsCommandExecOption executeOption, ref object varIn, ref object varOut, ref …

Member Avatar for alaamido
0
103
Member Avatar for alaamido

[B]Hi all I have a simple problem in Drawing with GDI I made a button control and wote this code lines in its event handler[ICODE] Graphics d = Form1.ActiveForm.CreateGraphics(); if (openFileDialog1.ShowDialog() == DialogResult.OK) { try { d.DrawImage(Bitmap.FromFile(openFileDialog1.FileName), new Point(0, 0)); } catch { MessageBox.Show("Sorry there is an error"); } } …

Member Avatar for alaamido
0
83