Forum: VB.NET Aug 4th, 2009 |
| Replies: 8 Views: 570 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: 570 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: 570 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: 570 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: 570 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: 384 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: 384 What is DOM? And how will I be able to apply that to my code? |
Forum: VB.NET Jul 7th, 2009 |
| Replies: 7 Views: 384 Any help would be appreciated... |
Forum: VB.NET Jul 5th, 2009 |
| Replies: 7 Views: 384 I would prefer to modify my source code. |
Forum: VB.NET Jul 4th, 2009 |
| Replies: 7 Views: 384 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: XML, XSLT and XPATH Jul 2nd, 2009 |
| Replies: 1 Views: 404 Just for those who might need the solution for this, I have it as:
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html" indent="yes"/>
... |
Forum: XML, XSLT and XPATH Jul 2nd, 2009 |
| Replies: 1 Views: 404 Im trying to format my xslt form to a table that I have:
Horsepower-Electric Values
Revolutions Number of Disks
blank num 1 num 2 num 3
rev1 hpe1 ... |
Forum: VB.NET Jun 7th, 2009 |
| Replies: 6 Views: 1,077 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,077 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,077 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,077 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,364 Oh I didnt know there was a difference...thought it was the same forum. I wonder if anyone has a solution to this? |
Forum: Visual Basic 4 / 5 / 6 Feb 22nd, 2009 |
| Replies: 12 Views: 1,597 Well I got it to load with another xml that I created from the program forms. Ive decided not to bother with excel at all since its all a hassle, but I still need to graph my values from either the... |
Forum: Visual Basic 4 / 5 / 6 Feb 22nd, 2009 |
| Replies: 5 Views: 953 what do you mean rename the "Start" in Windows? Is it that you want to call it something else other than "Start" ?
Hmm, I never came across a situation where someone wanted to rename the "Start"... |
Forum: VB.NET Feb 22nd, 2009 |
| Replies: 4 Views: 2,364 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... |
Forum: Visual Basic 4 / 5 / 6 Feb 17th, 2009 |
| Replies: 12 Views: 1,597 no I got them from the samples that were included with Visual Studio 2008. The folder is Program Files --> VS 9 --> Samples.
Ive tried to fix it and it still wont work. I managed to get Excel to... |
Forum: Visual Basic 4 / 5 / 6 Feb 16th, 2009 |
| Replies: 12 Views: 1,597 Ok I got it sort of to work, but the XML file wont get read, and it gives me errors saying that the data is unable to be written to the excel sheet. Im using the excel sample from the visual studio... |
Forum: Visual Basic 4 / 5 / 6 Feb 10th, 2009 |
| Replies: 12 Views: 1,597 hmm, I'll have to check that. I didnt know that Visual Studio came with this kind of stuff. |
Forum: Visual Basic 4 / 5 / 6 Feb 9th, 2009 |
| Replies: 12 Views: 1,597 I read through that tutorial, and its not quite what I need. It has some nice features that I could add into my program, but I still need to know how to be able to create, and write into tables.
... |
Forum: Visual Basic 4 / 5 / 6 Feb 8th, 2009 |
| Replies: 12 Views: 1,597 I just need some kind of hint or maybe a webpage of a tutorial to get me moving in the right direction. As far as creating, editing and saving to an excel sheet through a VB program. |
Forum: Visual Basic 4 / 5 / 6 Feb 5th, 2009 |
| Replies: 12 Views: 1,597 Thanks for the quick reply. The data is basically someone inputs the specifications for a turbine disk, it calculates the values of the various horsepower and power ratings that the turbine is... |
Forum: Visual Basic 4 / 5 / 6 Feb 5th, 2009 |
| Replies: 12 Views: 1,597 Ok, Ive got a program that Im working on, where it is supposed to calculate some formulas that I have based on some user inputted data and display the data in the form of a table on the same screen,... |