Click here to Skip to main content
15,892,072 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionFinding out if service is responsive QueryServiceStatus () Pin
berghain14-Jun-07 4:34
berghain14-Jun-07 4:34 
AnswerRe: Finding out if service is responsive QueryServiceStatus () Pin
Dave Kreskowiak14-Jun-07 6:19
mveDave Kreskowiak14-Jun-07 6:19 
GeneralRe: Finding out if service is responsive QueryServiceStatus () Pin
berghain14-Jun-07 22:08
berghain14-Jun-07 22:08 
GeneralRe: Finding out if service is responsive QueryServiceStatus () Pin
Dave Kreskowiak15-Jun-07 4:05
mveDave Kreskowiak15-Jun-07 4:05 
GeneralRe: Finding out if service is responsive QueryServiceStatus () Pin
berghain15-Jun-07 4:28
berghain15-Jun-07 4:28 
GeneralRe: Finding out if service is responsive QueryServiceStatus () Pin
Dave Kreskowiak15-Jun-07 8:13
mveDave Kreskowiak15-Jun-07 8:13 
QuestionHow to read XML file and write it into Excel by using VB.Net 2.0 Pin
Be_Aman14-Jun-07 4:19
Be_Aman14-Jun-07 4:19 
AnswerRe: How to read XML file and write it into Excel by using VB.Net 2.0 Pin
Dave Kreskowiak14-Jun-07 6:08
mveDave Kreskowiak14-Jun-07 6:08 
Noone is going to write the code for you. You have to write it yourself and when you get stuck, you can ask specific questions.

Excel 2003 and above will already import XML data without any code from you. All you have to do is File, Open...

But, if you have to write the code to do this, you'll need to brush up on reading an XML file, parsing the data, and doing Excel Interop.

There are various ways of reading an XML file. If the number of records is not known, but can be large, then an XmlReader[^] would probably be appropriate.

There's tons of example of doing Excel Interop on the web. The problem is the Excel object model isn't exactly the easiest thing to learn. All you have to do is Google for "vb.net excel interop[^]".


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


QuestionManipulating ListBoxes in MS Access/VBA Pin
reegan4114-Jun-07 4:12
reegan4114-Jun-07 4:12 
AnswerRe: Manipulating ListBoxes in MS Access/VBA Pin
Dave Kreskowiak14-Jun-07 5:59
mveDave Kreskowiak14-Jun-07 5:59 
GeneralRe: Manipulating ListBoxes in MS Access/VBA Pin
reegan4114-Jun-07 6:05
reegan4114-Jun-07 6:05 
GeneralRe: Manipulating ListBoxes in MS Access/VBA Pin
Dave Kreskowiak14-Jun-07 6:13
mveDave Kreskowiak14-Jun-07 6:13 
GeneralRe: Manipulating ListBoxes in MS Access/VBA Pin
reegan4114-Jun-07 7:06
reegan4114-Jun-07 7:06 
GeneralRe: Manipulating ListBoxes in MS Access/VBA Pin
reegan4114-Jun-07 7:18
reegan4114-Jun-07 7:18 
GeneralRe: Manipulating ListBoxes in MS Access/VBA Pin
Dave Kreskowiak14-Jun-07 8:18
mveDave Kreskowiak14-Jun-07 8:18 
GeneralRe: Manipulating ListBoxes in MS Access/VBA Pin
reegan4114-Jun-07 9:05
reegan4114-Jun-07 9:05 
QuestionHow to ristrict a Windows form to Single instance Pin
pashitech14-Jun-07 4:04
pashitech14-Jun-07 4:04 
AnswerRe: How to ristrict a Windows form to Single instance Pin
Dave Kreskowiak14-Jun-07 5:52
mveDave Kreskowiak14-Jun-07 5:52 
QuestionDeveloping a Keylogger Pin
akatsa14-Jun-07 3:49
akatsa14-Jun-07 3:49 
AnswerRe: Developing a Keylogger Pin
Colin Angus Mackay14-Jun-07 4:52
Colin Angus Mackay14-Jun-07 4:52 
AnswerRe: Developing a Keylogger Pin
Dave Kreskowiak14-Jun-07 5:48
mveDave Kreskowiak14-Jun-07 5:48 
GeneralRe: Developing a Keylogger Pin
MatrixCoder14-Jun-07 9:24
MatrixCoder14-Jun-07 9:24 
GeneralRe: Developing a Keylogger Pin
Dave Kreskowiak14-Jun-07 9:42
mveDave Kreskowiak14-Jun-07 9:42 
Questioncodes samples Pin
ekpeno14-Jun-07 3:38
ekpeno14-Jun-07 3:38 
AnswerRe: codes samples Pin
leckey14-Jun-07 4:08
leckey14-Jun-07 4:08 

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.