Click here to Skip to main content
15,901,426 members
Home / Discussions / C#
   

C#

 
GeneralCode changes when switching from design to code view Pin
Vikram A Punathambekar27-Jul-05 4:15
Vikram A Punathambekar27-Jul-05 4:15 
GeneralRe: Code changes when switching from design to code view Pin
J4amieC27-Jul-05 4:40
J4amieC27-Jul-05 4:40 
GeneralRe: Code changes when switching from design to code view Pin
Vikram A Punathambekar27-Jul-05 5:13
Vikram A Punathambekar27-Jul-05 5:13 
GeneralRe: Code changes when switching from design to code view Pin
Patric_J27-Jul-05 4:51
Patric_J27-Jul-05 4:51 
GeneralRe: Code changes when switching from design to code view Pin
Vikram A Punathambekar27-Jul-05 5:12
Vikram A Punathambekar27-Jul-05 5:12 
GeneralRe: Code changes when switching from design to code view Pin
Dan Neely27-Jul-05 5:44
Dan Neely27-Jul-05 5:44 
GeneralBitarray Pin
felopater27-Jul-05 4:08
felopater27-Jul-05 4:08 
GeneralRe: Bitarray Pin
Patric_J27-Jul-05 5:27
Patric_J27-Jul-05 5:27 
Just use the CopyTo method of the BitArray class. If bitArray is your BitArray object then the following will work:

byte[] bytesArray = new byte[64];
bitArray.CopyTo(bytesArray, 0);


/Patric
My C# blog: C# Coach
GeneralSQL C#.Net Pin
| Muhammad Waqas Butt |27-Jul-05 3:44
professional| Muhammad Waqas Butt |27-Jul-05 3:44 
GeneralRe: SQL C#.Net Pin
Alomgir Miah27-Jul-05 6:53
Alomgir Miah27-Jul-05 6:53 
QuestionHow Can I ReBind DataGrid from a Dialogweb Form Pin
boodi_8127-Jul-05 3:27
boodi_8127-Jul-05 3:27 
GeneralRetreiving Attachments from Outlook using Visual C# Pin
SVSP27-Jul-05 3:18
SVSP27-Jul-05 3:18 
GeneralRe: Retreiving Attachments from Outlook using Visual C# Pin
| Muhammad Waqas Butt |27-Jul-05 3:52
professional| Muhammad Waqas Butt |27-Jul-05 3:52 
GeneralUsing nmake on makefiles Pin
Mingzhi_8627-Jul-05 3:12
Mingzhi_8627-Jul-05 3:12 
GeneralMouseWheel Pin
Rassul Yunussov27-Jul-05 3:10
Rassul Yunussov27-Jul-05 3:10 
GeneralChange second form control text Pin
liqnit27-Jul-05 2:59
liqnit27-Jul-05 2:59 
GeneralRe: Change second form control text Pin
Member 146675427-Jul-05 4:56
Member 146675427-Jul-05 4:56 
GeneralRe: Change second form control text Pin
liqnit27-Jul-05 18:39
liqnit27-Jul-05 18:39 
GeneralUrlEncode in Windows Form Pin
takkung27-Jul-05 0:54
takkung27-Jul-05 0:54 
GeneralRe: UrlEncode in Windows Form Pin
Guffa27-Jul-05 1:28
Guffa27-Jul-05 1:28 
GeneralRe: UrlEncode in Windows Form Pin
sreejith ss nair27-Jul-05 1:30
sreejith ss nair27-Jul-05 1:30 
GeneralGet an object name in any event Pin
Rizwan Bashir27-Jul-05 0:41
Rizwan Bashir27-Jul-05 0:41 
GeneralRe: Get an object name in any event Pin
sreejith ss nair27-Jul-05 1:13
sreejith ss nair27-Jul-05 1:13 
GeneralRe: Get an object name in any event Pin
S. Senthil Kumar27-Jul-05 3:28
S. Senthil Kumar27-Jul-05 3:28 
QuestionHow to achieve successful Encryption in VC++ (using cryptoAPI)and decryption in C#.NET Pin
ameysp27-Jul-05 0:03
ameysp27-Jul-05 0:03 

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.