Author |
Message |
Topic: DragonFable Dialog Box and Flashrelief Tablemaker |
Euzinho Dassilva
Replies: 0
Views: 1156
|
Forum: General programming Posted: Fri Nov 16, 2007 5:37 am Subject: DragonFable Dialog Box and Flashrelief Tablemaker |
Hi,
I tried to structure some content of, in this case, a weapon of DragonFable in Dialog Box.
IaguCool helped me with HTML in Title and Text (I only understood very after ^^)
But, I could no ... |
Topic: question to vb users |
Euzinho Dassilva
Replies: 4
Views: 2175
|
Forum: General programming Posted: Sat Nov 10, 2007 1:29 pm Subject: question to vb users |
I believe that one of these two links can help u:
[url=http://www.nicholson.com/rhn/basic/]Chipmunk Basic - "Execute your VB Application in Macintosh", says the author.
[url=http://res ... |
Topic: ListView and XML |
Euzinho Dassilva
Replies: 0
Views: 1125
|
Forum: General programming Posted: Sun Nov 04, 2007 4:28 pm Subject: ListView and XML |
Well, I'm here again
Display lots of information in a TreeView it's not a good way, then I want (or I hope to want ^^) display in a List View.
But, the information area in a XML file and I can' ... |
Topic: Config.ini |
Euzinho Dassilva
Replies: 10
Views: 5924
|
Forum: General programming Posted: Sat Nov 03, 2007 7:36 am Subject: Config.ini |
Well, I decided to use the second link. But there is some problems when I save the config file. Many times I must delete manually the file to generate a new and updated config.ini.
You know if exis ... |
Topic: Config.ini |
Euzinho Dassilva
Replies: 10
Views: 5924
|
Forum: General programming Posted: Sat Nov 03, 2007 4:54 am Subject: Config.ini |
Wiccaan, the second link that you post it's a fantastic class.
Thanks a lot, man. I'll +rep you for this help
The others answers are good too, but I believe be right +rep only one member, per to ... |
Topic: Config.ini |
Euzinho Dassilva
Replies: 10
Views: 5924
|
Forum: General programming Posted: Fri Nov 02, 2007 7:21 am Subject: Config.ini |
These example can be added in a normal .VB file? Or must be in a Module? |
Topic: Config.ini |
Euzinho Dassilva
Replies: 10
Views: 5924
|
Forum: General programming Posted: Thu Nov 01, 2007 12:45 pm Subject: Config.ini |
Well, thank you for answer, but the code have some errors listed by VB Express, [url=http://img216.imageshack.us/img216/7833/errorsvh3.png]look
And, about the example usage, I can read the configs ... |
Topic: Config.ini |
Euzinho Dassilva
Replies: 10
Views: 5924
|
Forum: General programming Posted: Tue Oct 30, 2007 1:08 pm Subject: Config.ini |
Hi,
Anyone knows how to create INI Files to config a system?
Like the (famous?) file config.ini, loaded at Application initialize with some instructions to config or determinate some actions to ... |
Topic: Calling an ActionScript function with Visual Basic |
Euzinho Dassilva
Replies: 0
Views: 1068
|
Forum: General programming Posted: Sat Oct 20, 2007 5:35 am Subject: Calling an ActionScript function with Visual Basic |
Hi,
How can I can an ActionScript function with Visual Basic? (it's equal the topic's title )
ActionScript
function MyFunction(myParam)
{
//Do something
}
In ... |
Topic: Continuing with Combobox |
Euzinho Dassilva
Replies: 0
Views: 1347
|
Forum: General programming Posted: Sat Oct 13, 2007 7:16 am Subject: Continuing with Combobox |
Hi
In Private Sub listTowns_SelectedValueChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles listTowns.SelectedValueChanged
Dim XmlDocument As XmlDocument = Ne ... |
Topic: XML in VB 2008 |
Euzinho Dassilva
Replies: 2
Views: 2874
|
Forum: General programming Posted: Wed Oct 10, 2007 11:57 am Subject: XML in VB 2008 |
No, this article isn't useful (not for me).
I only need a XML Reader to read (duh) content of XML's and show in fields
Dim Falconreach As XmlReader = XmlReader.Create(My.Computer.Fil ... |
Topic: XML in VB 2008 |
Euzinho Dassilva
Replies: 2
Views: 2874
|
Forum: General programming Posted: Wed Oct 10, 2007 6:18 am Subject: XML in VB 2008 |
Hi (again again ^^)
My problem with dynamic combobox was resolved, now I would like to know how can I insert and read a XML file with VB 2008
I would like to make a structure to my Trainer:
& ... |
Topic: Dynamic Combobox |
Euzinho Dassilva
Replies: 2
Views: 1927
|
Forum: General programming Posted: Wed Oct 10, 2007 5:13 am Subject: Dynamic Combobox |
Yeh, I need exactly this.
But I don't know how can I remove value in loop
Look my changes:
Desired value for second combobox was stored ina variable
Dim Falconreach As Object() = New ... |
Topic: Dynamic Combobox |
Euzinho Dassilva
Replies: 2
Views: 1927
|
Forum: General programming Posted: Tue Oct 09, 2007 11:15 am Subject: Dynamic Combobox |
Hi (again)
How can I make a dynamic combobox in VB 2008 Express like in JavaScript.
Example:
Combobox #1
---- Value One
---- Value Two
If value of Combobox #1 it's "Value One", ... |
|