Click here to Skip to main content
16,005,091 members
Home / Discussions / C#
   

C#

 
GeneralRe: how does draw inside a textbox? Pin
Sasuko10-May-06 22:58
Sasuko10-May-06 22:58 
GeneralRe: how does draw inside a textbox? Pin
alexey N10-May-06 23:56
alexey N10-May-06 23:56 
QuestionListView scrollbars always required to be visible Pin
desperate for listview solution10-May-06 8:22
desperate for listview solution10-May-06 8:22 
QuestionUsing .vb files in a C# project. Pin
Joe Isenhour10-May-06 7:56
Joe Isenhour10-May-06 7:56 
AnswerRe: Using .vb files in a C# project. Pin
Wjousts10-May-06 8:16
Wjousts10-May-06 8:16 
AnswerRe: Using .vb files in a C# project. Pin
Dave Doknjas10-May-06 13:12
Dave Doknjas10-May-06 13:12 
GeneralRe: Using .vb files in a C# project. Pin
Joe Isenhour11-May-06 6:38
Joe Isenhour11-May-06 6:38 
QuestionHow to remove whitespace from read mp3 tags Pin
Subterranean10-May-06 6:04
Subterranean10-May-06 6:04 
My program reads ID3v1.1 tags from an mp3 file. It works fine except that the 'whitespace' padding between tags is also saved, and I can't figure out an easy way to get rid of them. I was using the .Trim method, but it is not working. I loaded up the mp3 file in a hex editor and found that the whitespace is saved as '00', while a 'space' character (like you get from the spacebar) is saved as '20' and this is probably what the .Trim method is trying to get rid of. Is there an easy way to remove all '00' characters from a string? If I display the string in, for example, a label, they are not shown, however, they are definitely stored there as looking at it in a propertygrid shows.
Thanks for the help.
AnswerRe: How to remove whitespace from read mp3 tags Pin
User 665810-May-06 6:23
User 665810-May-06 6:23 
GeneralRe: How to remove whitespace from read mp3 tags Pin
Subterranean10-May-06 6:26
Subterranean10-May-06 6:26 
AnswerRe: How to remove whitespace from read mp3 tags Pin
Guffa10-May-06 7:24
Guffa10-May-06 7:24 
QuestionHow to bind bindingnavigator with datagridview Pin
Elvia Gonzalez10-May-06 6:01
Elvia Gonzalez10-May-06 6:01 
AnswerRe: How to bind bindingnavigator with datagridview Pin
Josh Smith10-May-06 7:24
Josh Smith10-May-06 7:24 
GeneralRe: How to bind bindingnavigator with datagridview Pin
Elvia Gonzalez10-May-06 8:44
Elvia Gonzalez10-May-06 8:44 
QuestionTreeNode label Pin
zaboboa10-May-06 5:59
zaboboa10-May-06 5:59 
AnswerRe: TreeNode label Pin
Josh Smith10-May-06 7:35
Josh Smith10-May-06 7:35 
GeneralRe: TreeNode label Pin
zaboboa10-May-06 7:46
zaboboa10-May-06 7:46 
GeneralRe: TreeNode label Pin
Josh Smith10-May-06 7:50
Josh Smith10-May-06 7:50 
GeneralRe: TreeNode label Pin
zaboboa10-May-06 8:36
zaboboa10-May-06 8:36 
QuestionSet default namespace Pin
Duncan Sample10-May-06 5:15
Duncan Sample10-May-06 5:15 
AnswerRe: Set default namespace Pin
leppie10-May-06 6:07
leppie10-May-06 6:07 
QuestionUnInstantiating a class... Pin
Shy Agam10-May-06 4:18
Shy Agam10-May-06 4:18 
AnswerRe: UnInstantiating a class... Pin
Josh Smith10-May-06 4:21
Josh Smith10-May-06 4:21 
GeneralRe: UnInstantiating a class... Pin
Shy Agam10-May-06 4:24
Shy Agam10-May-06 4:24 
AnswerRe: UnInstantiating a class... Pin
Wjousts10-May-06 4:26
Wjousts10-May-06 4:26 

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.