Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
Offline elliesy  
#1 Posted : Sunday, May 21, 2017 5:38:56 AM(UTC)
elliesy
Major
Joined: 2/26/2016(UTC)
Posts: 223
Philippines
Location: Manila

Thanks: 242 times
Was thanked: 10 time(s) in 9 post(s)
Here is the Plan VGEN
Programming Language : Microsoft Visual Basic 6.0
.
.

VGEN MODDER 1.0 CODE GENERATOR

: add New Team : GLA Type.
: Enter New Name: Ex . Philippines

:Add Faction Building:
:Add Faction Unit :

PLease Help Generals ... to complete my dream TOOLS :D


.
.

Happy modding Generals ..:D

Edited by user Sunday, May 21, 2017 5:43:51 AM(UTC)  | Reason: Not specified

Sponsor
Offline acidbrain  
#2 Posted : Sunday, May 21, 2017 6:31:13 AM(UTC)
acidbrain
General
Joined: 12/30/2011(UTC)
Posts: 982

Thanks: 95 times
Was thanked: 574 time(s) in 364 post(s)
You could do the same as i do...
Spend all your free time on researching and learning how to code, you can keep asking others for apps but that is not going to work because it is very hard for others to realize the ideas that are in YOUR head...
I know it is hard to master coding but that is the challenge...
After a few years when you finally start to code in a way that is neat and ordered and when you are finally able to setup a program from the top of your head you feel good about yourself because you never gave up...Never give up and always keep trying, im still struggling with a lot of things but that is the fuel for my determination to solve the problems...
You need a certain state of mind to become a coder and the number one hallmark of a coder/modder is that he/she is to stubborn to ask others for solutions or apps because he/she wants to solve/create his own problems/apps...
Oh and btw, start to learn Java, Java is closer to C# and C++ so it is easier later on to master multiple programming languages...

Greetz

Edited by user Sunday, May 21, 2017 6:36:58 AM(UTC)  | Reason: Not specified

Panem et kirkinses
thanks 3 users thanked acidbrain for this useful post.
Gameanater on 5/21/2017(UTC), elliesy on 5/21/2017(UTC), mr_hymn_ on 5/21/2017(UTC)
Offline Gameanater  
#3 Posted : Sunday, May 21, 2017 8:40:18 AM(UTC)
Gameanater
General
C&C Labs Staff: Labs Staff MemberMaps Staff: Maps Staff Member
Joined: 5/13/2013(UTC)
Posts: 1,537
United States
Location: Right Behind You

Thanks: 574 times
Was thanked: 166 time(s) in 144 post(s)
Originally Posted by: acidbrain Go to Quoted Post
You could do the same as i do...
Spend all your free time on researching and learning how to code, you can keep asking others for apps but that is not going to work because it is very hard for others to realize the ideas that are in YOUR head...
I know it is hard to master coding but that is the challenge...
After a few years when you finally start to code in a way that is neat and ordered and when you are finally able to setup a program from the top of your head you feel good about yourself because you never gave up...Never give up and always keep trying, im still struggling with a lot of things but that is the fuel for my determination to solve the problems...
You need a certain state of mind to become a coder and the number one hallmark of a coder/modder is that he/she is to stubborn to ask others for solutions or apps because he/she wants to solve/create his own problems/apps...
Oh and btw, start to learn Java, Java is closer to C# and C++ so it is easier later on to master multiple programming languages...

Greetz



I remember I tried to learn programming in Python a couple times. Unfortunately I just did not have the patience for it.
Maybe someday though, I'll try it again.
Any old friends still on here can add me on discord @jcdenton2187. I'm far more likely to respond there.
thanks 1 user thanked Gameanater for this useful post.
elliesy on 5/21/2017(UTC)
Offline elliesy  
#4 Posted : Sunday, May 21, 2017 10:23:31 AM(UTC)
elliesy
Major
Joined: 2/26/2016(UTC)
Posts: 223
Philippines
Location: Manila

Thanks: 242 times
Was thanked: 10 time(s) in 9 post(s)
now i need to developed my own tools I am not satisfied for the Finalbigeditor

..
..
.
I need to develop my own .... :D
.
.
I love Programming and modding .... someday i become
a legend here in this forum like Sir Acidbrain and Mr Hymn ..
.
.
Happy modding Generals....:D our motto " NEVER GIVE UP :by > NARUTO "

Edited by user Sunday, May 21, 2017 10:24:10 AM(UTC)  | Reason: Not specified

Offline mr_hymn_  
#5 Posted : Sunday, May 21, 2017 9:42:46 PM(UTC)
mr_hymn_
Major
Joined: 2/28/2017(UTC)
Posts: 410
Thailand
Location: Bangkok

Thanks: 63 times
Was thanked: 145 time(s) in 127 post(s)
Dang, my programming skills are rusty...
Offline elliesy  
#6 Posted : Sunday, May 21, 2017 10:56:29 PM(UTC)
elliesy
Major
Joined: 2/26/2016(UTC)
Posts: 223
Philippines
Location: Manila

Thanks: 242 times
Was thanked: 10 time(s) in 9 post(s)
Originally Posted by: Mr_Hymn_ Go to Quoted Post
Dang, my programming skills are rusty...

.
.
Me too Sir Hymn but i need that i need to recap my lesson again and again
.
.
Sir What PL(Programming Language) Have you prepared for this kind of project ...
.
.
:D

Edited by user Sunday, May 21, 2017 10:57:13 PM(UTC)  | Reason: Not specified

Offline mr_hymn_  
#7 Posted : Sunday, May 21, 2017 11:24:13 PM(UTC)
mr_hymn_
Major
Joined: 2/28/2017(UTC)
Posts: 410
Thailand
Location: Bangkok

Thanks: 63 times
Was thanked: 145 time(s) in 127 post(s)
Idk since it's really rusty. Might be a time to clean it up from youtube.
Offline elliesy  
#8 Posted : Monday, May 22, 2017 12:53:55 AM(UTC)
elliesy
Major
Joined: 2/26/2016(UTC)
Posts: 223
Philippines
Location: Manila

Thanks: 242 times
Was thanked: 10 time(s) in 9 post(s)
Code for " Exit" and "Open " ... i have a problem for open

Code:


Private Sub mnuExit_Click()
Unload Me
End Sub

------------------------------------------------------------------

Private Sub mnuOpen_Click()
Dim ContentFile As String
On Error GoTo A

Form1.CommonDialog1.ShowOpen
Open Form1.CommonDialog1.FileName For Input As #1
    Do Until EOF(1)
    Input #1, ContentFile
    Form1.Text1 = Form1.Text1 + ContentFile + vbCrLf
Loop
Close #1
A:
End Sub


Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.