Click here to Skip to main content
16,014,662 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: My code will not capitalize first letter of line Pin
Jesi52320-Oct-07 9:41
Jesi52320-Oct-07 9:41 
GeneralRe: My code will not capitalize first letter of line Pin
Luc Pattyn20-Oct-07 10:27
sitebuilderLuc Pattyn20-Oct-07 10:27 
AnswerRe: My code will not capitalize first letter of line Pin
Duane in Japan21-Oct-07 4:31
Duane in Japan21-Oct-07 4:31 
QuestionHow do i call Other programs like office and Excel , Outlook From my VB App Pin
ozzyrocsdbn20-Oct-07 3:54
ozzyrocsdbn20-Oct-07 3:54 
AnswerRe: How do i call Other programs like office and Excel , Outlook From my VB App Pin
Ajay.k_Singh21-Oct-07 21:00
Ajay.k_Singh21-Oct-07 21:00 
QuestionType mismatch error for date field Pin
Trav120-Oct-07 3:00
Trav120-Oct-07 3:00 
AnswerRe: Type mismatch error for date field Pin
Guffa20-Oct-07 4:07
Guffa20-Oct-07 4:07 
QuestionHow to remove unneccessary information while writing into xml file from vb.net Pin
VB 8.020-Oct-07 2:41
VB 8.020-Oct-07 2:41 
Hi ,

I am writing a datatable to xml file , i am using xmlwriter in vb.net to write .I am setting the prefix by writing the namespace using these things
xw.WriteStartElement("Name")<br />
xw.WriteStartAttribute("fn",nothing, "c:/Font.xsd")<br />
xw.WriteStartAttribute("txt", "Text", "c:/Text.xsd") so that i can use the prefix in the program while using <br />
xw.WriteStartElement("txt", "TextBackColor", Nothing)<br />
                    xw.WriteString(dtTextBox.Rows(iTextBoxesCount).Item("BackColor").ToString())<br />
                    xw.WriteEndElement()

i am getting the output like this on top of xml page
<Name <big>fn="" lbl:Label="" txt:Text="" pos:Position="" xs=""</big> xmlns:xs="http://www.w3.org/2001/schema-instance" xmlns:pos="c:\Position.xsd" xmlns:txt="c:\Text.xsd" xmlns:lbl="c:\Label.xsd" xmlns:fn="c:\Font.xsd">
Now the thing i dont want these things highlighted in bold .This is the exta information .How to remove these things ??


Thanks,

Dvs
QuestionMonitoring Printer Pin
Dawn Info19-Oct-07 22:46
Dawn Info19-Oct-07 22:46 
AnswerRe: Monitoring Printer Pin
Duncan Edwards Jones20-Oct-07 1:11
professionalDuncan Edwards Jones20-Oct-07 1:11 
QuestionHow to use .xsd file in vb.net programming while generating .xml file [modified] Pin
VB 8.019-Oct-07 22:44
VB 8.019-Oct-07 22:44 
QuestionHow to recive mail from POP3 Server in VB.Net 2005? Pin
hgs24shravgi19-Oct-07 20:38
hgs24shravgi19-Oct-07 20:38 
AnswerRe: How to recive mail from POP3 Server in VB.Net 2005? Pin
MidwestLimey22-Oct-07 12:43
professionalMidwestLimey22-Oct-07 12:43 
QuestionTechnology Conference Registration, need help Pin
jesseax19-Oct-07 16:52
jesseax19-Oct-07 16:52 
AnswerRe: Technology Conference Registration, need help Pin
Scott Dorman19-Oct-07 18:18
professionalScott Dorman19-Oct-07 18:18 
GeneralRe: Technology Conference Registration, need help Pin
jesseax21-Oct-07 17:14
jesseax21-Oct-07 17:14 
Questionusing ErrorProvider in VB HELP!! [modified] Pin
vbDigger'z19-Oct-07 16:13
vbDigger'z19-Oct-07 16:13 
QuestionProblems with Tic Tac Toe game in VB 2005 Pin
JeffMonty19-Oct-07 15:27
JeffMonty19-Oct-07 15:27 
AnswerRe: Problems with Tic Tac Toe game in VB 2005 Pin
Luc Pattyn19-Oct-07 16:12
sitebuilderLuc Pattyn19-Oct-07 16:12 
AnswerRe: Problems with Tic Tac Toe game in VB 2005 Pin
bapu288921-Oct-07 7:57
bapu288921-Oct-07 7:57 
QuestionCan we convert Visual Studio VB to Visual Studio C++? Pin
ATC19-Oct-07 10:11
ATC19-Oct-07 10:11 
AnswerRe: Can we convert Visual Studio VB to Visual Studio C++? Pin
Dave Doknjas19-Oct-07 14:24
Dave Doknjas19-Oct-07 14:24 
QuestionRe: Can we convert Visual Studio VB to Visual Studio C++? Pin
Hamid_RT21-Oct-07 4:59
Hamid_RT21-Oct-07 4:59 
QuestionWCF Problem Pin
RobBlu19-Oct-07 8:47
RobBlu19-Oct-07 8:47 
AnswerSorry, I forgot the app.config Pin
RobBlu19-Oct-07 8:53
RobBlu19-Oct-07 8:53 

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.