Forum: VB.NET Aug 4th, 2009 |
| Replies: 8 Views: 621 still didnt work after all that, it wont load the icon from the dll, and gives me an error. I'll try to mess around some more. |
Forum: VB.NET Jul 25th, 2009 |
| Replies: 8 Views: 621 Ive manipulated the code to get it to work, but sort of. I still need it to use the icon I tell it, as the icon of the program, and not just display the icon. Also, its not supposed to be a user... |
Forum: VB.NET Jul 23rd, 2009 |
| Replies: 8 Views: 621 Also, Im getting errors that OpenFile.Filename is not available. And the picIcons are not declared? I dont even know why that is giving me an error. |
Forum: VB.NET Jul 23rd, 2009 |
| Replies: 8 Views: 621 Would that be able to work with my custom icon library, rather than the Windows Icon library? The icons Im using are only found in Vista, and I want this to work in any OS. |
Forum: VB.NET Jul 23rd, 2009 |
| Replies: 8 Views: 621 Ive made an icon library for my program, so that I dont have my program depend on Windows for icons. I want to know how I can have my program use the icons from that dll file instead of from... |
Forum: VB.NET Jul 8th, 2009 |
| Replies: 7 Views: 417 Thanks for the suggestions, but my question is how I can change my current code to allow for overwriting my xml data? |
Forum: VB.NET Jul 7th, 2009 |
| Replies: 7 Views: 417 What is DOM? And how will I be able to apply that to my code? |
Forum: VB.NET Jul 7th, 2009 |
| Replies: 7 Views: 417 Any help would be appreciated... |
Forum: VB.NET Jul 5th, 2009 |
| Replies: 7 Views: 417 I would prefer to modify my source code. |
Forum: VB.NET Jul 4th, 2009 |
| Replies: 7 Views: 417 Ive managed so far with this code that amends data to an xml form, but I need to figure out how to remove the bit of code that amends data rather than overwriting it. Ive messed around with the code... |
Forum: VB.NET Jun 7th, 2009 |
| Replies: 6 Views: 1,189 Thanks for the replies and helping me understand how to get it done.
On the other hand, the way I found it to be done is much shorter than all that, but thanks for the code suggestions anyways.... |
Forum: VB.NET Jun 5th, 2009 |
| Replies: 6 Views: 1,189 I read through that code already, and I dont understand half of it, so yes I have tried the search already.
Besides, my application is not to compare an xml form with some values, I just need to... |
Forum: VB.NET Jun 4th, 2009 |
| Replies: 6 Views: 1,189 Anyone have an opinion? I think I found a solution to this, but I want to make sure it will work. |
Forum: VB.NET Jun 1st, 2009 |
| Replies: 6 Views: 1,189 How would I read XML data into an array? I have an XML sheet, and I want to read each of the values of a specific element into an array. So for each element in each data group I would have an array... |
Forum: VB.NET Feb 23rd, 2009 |
| Replies: 4 Views: 2,533 Oh I didnt know there was a difference...thought it was the same forum. I wonder if anyone has a solution to this? |
Forum: VB.NET Feb 22nd, 2009 |
| Replies: 4 Views: 2,533 Ok, I know about how to check for the end of a file, but what I need to know, is if you create a new file, thats empty, how do you check if it really is empty, and if its the same as EOF, then what... |