Click here to Skip to main content
15,891,136 members
Home / Discussions / C#
   

C#

 
GeneralAnother image problem Pin
Mazdak9-Jul-03 6:43
Mazdak9-Jul-03 6:43 
GeneralRe: Another image problem Pin
Kastro9-Jul-03 7:11
Kastro9-Jul-03 7:11 
GeneralRe: Another image problem Pin
Mazdak9-Jul-03 7:39
Mazdak9-Jul-03 7:39 
GeneralRe: Another image problem Pin
Mazdak9-Jul-03 8:10
Mazdak9-Jul-03 8:10 
GeneralRe: Another image problem Pin
Kastro9-Jul-03 9:09
Kastro9-Jul-03 9:09 
GeneralRe: Another image problem Pin
Mazdak9-Jul-03 11:29
Mazdak9-Jul-03 11:29 
GeneralRe: Another image problem Pin
Mazdak10-Jul-03 6:12
Mazdak10-Jul-03 6:12 
QuestionSystem.Configuration.ConfigXmlWhitespace? Pin
CBoland9-Jul-03 5:14
CBoland9-Jul-03 5:14 
Has anyone heard of this class? I came across it in a custom config section handler I built on v1.0 (derived from System.Configuration.DictionarySectionHandler). The Create method loops thru an XMLNode to retrieve config file section settings. In v1.0, only ConfigXmlElement objects were in the enumerator (or so it seems). In v1.1, I'm also getting ConfigXmlWhitespace objects.

My previous code:
IEnumerator enumer = section.ChildNodes.GetEnumerator();

The workaround:
IEnumerator enumer = ((XmlElement)section).GetElementsByTagName("myTag").GetEnumerator();

The workaround ensured that only XmlElements named "myTag" would be included in the enumerator.
GeneralMultiimage in one tiff file Pin
Mazdak9-Jul-03 4:27
Mazdak9-Jul-03 4:27 
GeneralMultiple-frame TIFF file Pin
Valeria Bogdevich9-Jul-03 4:48
Valeria Bogdevich9-Jul-03 4:48 
GeneralRe: Multiple-frame TIFF file Pin
Mazdak9-Jul-03 6:45
Mazdak9-Jul-03 6:45 
GeneralWrong characters on printing results Pin
jpeg9-Jul-03 4:15
jpeg9-Jul-03 4:15 
Generalsaving a datagrid Pin
Cristian_Dior8-Jul-03 20:57
Cristian_Dior8-Jul-03 20:57 
GeneralRe: saving a datagrid Pin
perlmunger9-Jul-03 7:21
perlmunger9-Jul-03 7:21 
GeneralRe: saving a datagrid Pin
Cristian_Dior13-Jul-03 20:37
Cristian_Dior13-Jul-03 20:37 
Generalint.ToString() format problem Pin
zecodela8-Jul-03 17:01
zecodela8-Jul-03 17:01 
GeneralRe: int.ToString() format problem Pin
Kastro8-Jul-03 17:51
Kastro8-Jul-03 17:51 
GeneralUserControl rotation Pin
meschian8-Jul-03 12:34
meschian8-Jul-03 12:34 
GeneralRe: UserControl rotation Pin
J. Dunlap8-Jul-03 12:37
J. Dunlap8-Jul-03 12:37 
GeneralImage rotation ?? Pin
azusakt8-Jul-03 23:22
azusakt8-Jul-03 23:22 
GeneralRe: Image rotation Pin
Valeria Bogdevich9-Jul-03 0:08
Valeria Bogdevich9-Jul-03 0:08 
GeneralRe: Image rotation Pin
azusakt9-Jul-03 15:35
azusakt9-Jul-03 15:35 
GeneralRe: Image rotation Pin
Valeria Bogdevich9-Jul-03 20:03
Valeria Bogdevich9-Jul-03 20:03 
GeneralUser Control Property Pin
Tym!8-Jul-03 11:08
Tym!8-Jul-03 11:08 
Generaltransparent user control issue Pin
SimonS8-Jul-03 10:43
SimonS8-Jul-03 10:43 

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.