Click here to Skip to main content
15,903,385 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Edit box Pin
viliam13-Nov-07 11:12
viliam13-Nov-07 11:12 
AnswerRe: Edit box Pin
ThatsAlok13-Nov-07 5:02
ThatsAlok13-Nov-07 5:02 
QuestionDisplaying a bitmap Pin
rover_boy12-Nov-07 5:55
rover_boy12-Nov-07 5:55 
AnswerRe: Displaying a bitmap Pin
Hamid_RT12-Nov-07 6:31
Hamid_RT12-Nov-07 6:31 
GeneralRe: Displaying a bitmap Pin
toxcct12-Nov-07 6:37
toxcct12-Nov-07 6:37 
GeneralRe: Displaying a bitmap Pin
Hamid_RT12-Nov-07 6:58
Hamid_RT12-Nov-07 6:58 
QuestionPort VC++ 6.0 project to Visual Studio 2005 Pin
kmrbooks12-Nov-07 3:40
kmrbooks12-Nov-07 3:40 
AnswerRe: Port VC++ 6.0 project to Visual Studio 2005 Pin
led mike12-Nov-07 4:42
led mike12-Nov-07 4:42 
JokeRe: Port VC++ 6.0 project to Visual Studio 2005 Pin
toxcct12-Nov-07 5:03
toxcct12-Nov-07 5:03 
GeneralRe: Port VC++ 6.0 project to Visual Studio 2005 Pin
Hamid_RT12-Nov-07 7:42
Hamid_RT12-Nov-07 7:42 
JokeRe: Port VC++ 6.0 project to Visual Studio 2005 Pin
Rajesh R Subramanian12-Nov-07 20:53
professionalRajesh R Subramanian12-Nov-07 20:53 
AnswerRe: Port VC++ 6.0 project to Visual Studio 2005 Pin
kmrbooks13-Nov-07 4:13
kmrbooks13-Nov-07 4:13 
GeneralRe: Port VC++ 6.0 project to Visual Studio 2005 Pin
led mike13-Nov-07 6:07
led mike13-Nov-07 6:07 
GeneralRe: Port VC++ 6.0 project to Visual Studio 2005 Pin
kmrbooks13-Nov-07 9:27
kmrbooks13-Nov-07 9:27 
QuestionPARSER XML/DTD IN C++ Pin
bo_goss12-Nov-07 3:10
bo_goss12-Nov-07 3:10 
HELLO,
I HAVE A PROJECT IN C++ TO VALIDATE AN XML FILE LIKE:

file.xml:
<filtrecombine nom="seuillage rouge puis binaire" nbfiltres="2">
<descriptionglobale>
"Ce filtre produit un seuillage sur le rouge et transforme ensuite l'image en binaire"

<filtre nom="seuillageRVB" nbparam="6">
<description>
"filtre de seuillage selon les couleurs RVB"

<acces type="dll">
"./seuillageRVB.dll"

<param type_visuel="regle" nom="Rmin" min="0" max="255" valeur="10" type_donnee="short unsigned int" />
"rouge min"

<param type_visuel="regle" nom="Rmax" min="0" max="255" valeur="60" type_donnee="short unsigned int" />
"rouge max"

<param type_visuel="regle" nom="Vmin" min="0" max="255" valeur="0" type_donnee="short unsigned int" />
"vert min"

<param type_visuel="regle" nom="Vmax" min="0" max="255" valeur="0" type_donnee="short unsigned int" />
"vert max"

<param type_visuel="checkbox" nom="Bmin" min="0" max="255" valeur="0" type_donnee="short unsigned int" />
"bleu min"

<param type_visuel="regle" nom="Bmax" min="0" max="255" valeur="0" type_donnee="short unsigned int" />
"bleu max"



<filtre nom="binaire" nbparam="2">
<description>
"Ce filtre transforme une image en binaire: toutes les valeurs de couleur comprises dans la fenetre sont passees a 1, les autres a 0"

<acces type="dll">
"./binaire.dll"

<param type_visuel="regle" nom="Smin" min="0" max="255" valeur="0" type_donnee="short unsigned int" />
"Seuil mini"

<param type_visuel="regle" nom="Smax" min="0" max="255" valeur="60" type_donnee="short unsigned int" />
"Seuil maxi"





and his dtd file like:























]>


can you help me?
thanks
AnswerRe: PARSER XML/DTD IN C++ Pin
toxcct12-Nov-07 3:19
toxcct12-Nov-07 3:19 
Questionview to foreground Pin
shiftwik12-Nov-07 3:08
shiftwik12-Nov-07 3:08 
AnswerRe: view to foreground Pin
Nelek12-Nov-07 3:25
protectorNelek12-Nov-07 3:25 
QuestionOmit CEdit control Border Style at run time Pin
Mohammad Khodaea12-Nov-07 2:51
Mohammad Khodaea12-Nov-07 2:51 
AnswerRe: Omit CEdit control Border Style at run time Pin
toxcct12-Nov-07 2:58
toxcct12-Nov-07 2:58 
GeneralRe: Omit CEdit control Border Style at run time Pin
Mohammad Khodaea12-Nov-07 3:18
Mohammad Khodaea12-Nov-07 3:18 
GeneralRe: Omit CEdit control Border Style at run time [modified] Pin
toxcct12-Nov-07 3:22
toxcct12-Nov-07 3:22 
AnswerRe: Omit CEdit control Border Style at run time Pin
chenlei811012-Nov-07 21:24
chenlei811012-Nov-07 21:24 
QuestionHow to Convert text to bits in VC++ Pin
krishna Vuppala12-Nov-07 2:27
krishna Vuppala12-Nov-07 2:27 
AnswerRe: How to Convert text to bits in VC++ Pin
toxcct12-Nov-07 2:48
toxcct12-Nov-07 2:48 

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.