Click here to Skip to main content
16,018,653 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How to update from vb.net 2005 beta1 to beta2? Pin
Christian Graus5-Jul-05 0:13
protectorChristian Graus5-Jul-05 0:13 
AnswerRe: How to update from vb.net 2005 beta1 to beta2? Pin
Dave Kreskowiak5-Jul-05 1:18
mveDave Kreskowiak5-Jul-05 1:18 
GeneralGetting windows XP login & logout time Pin
Ilangovan4-Jul-05 21:06
Ilangovan4-Jul-05 21:06 
GeneralRe: Getting windows XP login & logout time Pin
Dave Kreskowiak5-Jul-05 1:13
mveDave Kreskowiak5-Jul-05 1:13 
GeneralRe: Getting windows XP login & logout time Pin
Anonymous5-Jul-05 5:46
Anonymous5-Jul-05 5:46 
GeneralRe: Getting windows XP login & logout time Pin
Anonymous5-Jul-05 8:23
Anonymous5-Jul-05 8:23 
GeneralHelp Pin
Nguyen Dinh Quy4-Jul-05 20:42
Nguyen Dinh Quy4-Jul-05 20:42 
GeneralRe: Help Pin
Christian Graus5-Jul-05 0:16
protectorChristian Graus5-Jul-05 0:16 
Nguyen Dinh Quy wrote:
e.g I need to display all the products that are in the XML file into the listbox for the user to choose from.

I'm not sure if there is an easier way, but I tend to get a node collection with an XPath, then I build an arraylist of strings from that and bind that to the listbox.


Nguyen Dinh Quy wrote:
After creating a XML file, I need to add more products into the XML file

If you load your XML file into an XmlDocument, this class has methods to create new nodes, which you can then modify and insert nto the document by finding the parent node and calling (from memory) appendchild. It's involved enough that I wrote a wrapper for it all for wdwj mag a few years ago, but in hindsight I don't use it, it's not that bad.

Nguyen Dinh Quy wrote:

my project is mainly about product inventory


Don't you think a SQL database is a better choice than XML ? How will you do searches ?

Christian Graus - Microsoft MVP - C++
GeneralMSMQ Pin
nitin_ion4-Jul-05 20:30
nitin_ion4-Jul-05 20:30 
GeneralRe: MSMQ Pin
Dave Kreskowiak5-Jul-05 2:46
mveDave Kreskowiak5-Jul-05 2:46 
GeneralRe: MSMQ Pin
nitin_ion5-Jul-05 17:27
nitin_ion5-Jul-05 17:27 
GeneralRe: MSMQ Pin
Dave Kreskowiak6-Jul-05 1:00
mveDave Kreskowiak6-Jul-05 1:00 
GeneralRe: MSMQ Pin
nitin_ion6-Jul-05 18:27
nitin_ion6-Jul-05 18:27 
GeneralRe: MSMQ Pin
Dave Kreskowiak7-Jul-05 2:20
mveDave Kreskowiak7-Jul-05 2:20 
GeneralRe: MSMQ Pin
nitin_ion7-Jul-05 17:35
nitin_ion7-Jul-05 17:35 
GeneralRe: MSMQ Pin
Dave Kreskowiak8-Jul-05 1:24
mveDave Kreskowiak8-Jul-05 1:24 
GeneralRe: MSMQ Pin
nitin_ion7-Jul-05 20:14
nitin_ion7-Jul-05 20:14 
GeneralRe: MSMQ Pin
Dave Kreskowiak8-Jul-05 1:27
mveDave Kreskowiak8-Jul-05 1:27 
GeneralRe: MSMQ Pin
nitin_ion8-Jul-05 1:59
nitin_ion8-Jul-05 1:59 
GeneralRe: MSMQ Pin
Dave Kreskowiak8-Jul-05 12:04
mveDave Kreskowiak8-Jul-05 12:04 
GeneralRe: MSMQ Pin
nitin_ion8-Jul-05 18:23
nitin_ion8-Jul-05 18:23 
GeneralRe: To jonathan15 :control on word save prompt msg Pin
Christian Graus4-Jul-05 19:16
protectorChristian Graus4-Jul-05 19:16 
QuestionHow to change a file content? Pin
rushing4-Jul-05 17:24
rushing4-Jul-05 17:24 
AnswerRe: How to change a file content? Pin
Christian Graus4-Jul-05 17:34
protectorChristian Graus4-Jul-05 17:34 
GeneralPrinting TextBox Text Pin
Anonymous4-Jul-05 10:20
Anonymous4-Jul-05 10:20 

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.