Philosophy Posted July 30, 2013 Share Posted July 30, 2013 > Try this [https://www.dropbox.com/s/2jz72mfyq7v3wpw/EA%20%2B%20Serial%20Code.zip](https://www.dropbox.com/s/2jz72mfyq7v3wpw/EA%20%2B%20Serial%20Code.zip)Nope sorry… Link to comment Share on other sites More sharing options...
Lzhct Posted July 30, 2013 Share Posted July 30, 2013 tapi cmn di dev suite aja ? Link to comment Share on other sites More sharing options...
PVJsquad Posted July 30, 2013 Author Share Posted July 30, 2013 > tapi cmn di dev suite aja ?di Client juga bisa , tapi cuman buat ngisi serial kode ajjaga bisa buka Serial Editormakanya saya rekomendasikan untuk menyatukan antara client dan devsuite Link to comment Share on other sites More sharing options...
Lzhct Posted July 30, 2013 Share Posted July 30, 2013 kalo di client caranya gimana ? Link to comment Share on other sites More sharing options...
PVJsquad Posted July 30, 2013 Author Share Posted July 30, 2013 > kalo di client caranya gimana ?cara apanya ? Link to comment Share on other sites More sharing options...
Lzhct Posted July 30, 2013 Share Posted July 30, 2013 Cara membuka untuk memasukan serial di dalam Client ( Bukan DEveloper ) Link to comment Share on other sites More sharing options...
PVJsquad Posted July 30, 2013 Author Share Posted July 30, 2013 > Cara membuka untuk memasukan serial di dalam Client ( Bukan DEveloper )satuin dulu antara devsuite dan client , patokannya client jadi kode yang ada di devsuite di pindahin ke client dan juga editor-editornyakalo masalah mindahin tanya ke tetangga sebelahsaya rekomendasikan untuk pemula mending pakai ajja EO 2.0(EclipseVB) atau EO 3.0 mereka sama kok Link to comment Share on other sites More sharing options...
Stein Posted August 1, 2013 Share Posted August 1, 2013 I've deleted some foreign gibberish from the topic. Please try to refrain from using any other language besides English in the main sections of the forum. If you must, try to use Google Translate, while not perfect it will at least get the point across more so than whichever language you speak. Link to comment Share on other sites More sharing options...
PVJsquad Posted August 1, 2013 Author Share Posted August 1, 2013 sorry about that, I just want to reply to other people's posts Link to comment Share on other sites More sharing options...
DarkDino Posted October 25, 2013 Share Posted October 25, 2013 Bump, have a error in this lineCopyMemory ByVal VarPtr(Serial(SerialNum)), ByVal VarPtr(**SerialData(0)**), SerialSizein Serial Data, The subscript is out of range. How to fix this D: ?–-------------- EDIT I FIX THIS **( Client & Server )**Public this in ModConstants```Public Const SERIAL_LENGTH As Byte = 10 ' Change this value to max length you like in your codes```Now, go to modCode in **Public Type SerialRec **change this :```Name As String * NAME_LENGTH```to:```Name As String * SERIAL_LENGTH```**Client WORK**Go to frmSerial and click the txtName![](http://i58.servimg.com/u/f58/18/38/65/59/val210.png)Change the MAX LENGTH to Public Const SERIAL_LENGTH As Byte = **10 **<- to your VALUE in SERIAL_LENGTH![](http://i58.servimg.com/u/f58/18/38/65/59/val110.png)Cya ~ Link to comment Share on other sites More sharing options...
PVJsquad Posted October 26, 2013 Author Share Posted October 26, 2013 > Bump, have a error in this line> > CopyMemory ByVal VarPtr(Serial(SerialNum)), ByVal VarPtr(**SerialData(0)**), SerialSize> > in Serial Data, The subscript is out of range. How to fix this D: ?> > > > –-------------- EDIT I FIX THIS **( Client & Server )**> > Public this in ModConstants> > ```> Public Const SERIAL_LENGTH As Byte = 10 ' Change this value to max length you like in your codes> > ```> Now, go to modCode in **Public Type SerialRec **change this :> > > > ```> > Name As String * NAME_LENGTH> ```> to:> > ```> > Name As String * SERIAL_LENGTH> ```> **Client WORK**> > > > Go to frmSerial and click the txtName> > > > ![](http://i58.servimg.com/u/f58/18/38/65/59/val210.png)> > > > Change the MAX LENGTH to Public Const SERIAL_LENGTH As Byte = **10 **<- to your VALUE in SERIAL_LENGTH> > > > ![](http://i58.servimg.com/u/f58/18/38/65/59/val110.png)> > > > Cya ~Good Job , now i know why the server always out of range so thanks you for fix Link to comment Share on other sites More sharing options...
dbzwos Posted November 28, 2013 Share Posted November 28, 2013 Error here in the ServerHandleDataSub(CSaveSerial) = GetAddress(AddressOf HandleSaveSerial)I complet to tutorial from the server only copy and paste all tutorial and error >_<Run-Time error 9Subscript out of rangeIm using Super MMORPGMaker Link to comment Share on other sites More sharing options...
JohnPony Posted November 28, 2013 Share Posted November 28, 2013 > Error here in the Server> > HandleDataSub(CSaveSerial) = GetAddress(AddressOf HandleSaveSerial)> > I complet to tutorial from the server only copy and paste all tutorial and error >_<> > Run-Time error 9> > Subscript out of range> > Im using Super MMORPGMakerAre you sure that you have ```'SerialCSaveSerialCRequestSerialCRequestEditSerialCSerialGift```above ```CMSG_COUNT```? Link to comment Share on other sites More sharing options...
dbzwos Posted November 28, 2013 Share Posted November 28, 2013 Yes :) i complete all system but, the same error on the server >_< Link to comment Share on other sites More sharing options...
PVJsquad Posted November 29, 2013 Author Share Posted November 29, 2013 > Yes :) i complete all system but, the same error on the server >_<can you Screen Shot your error ? Link to comment Share on other sites More sharing options...
rairai5650 Posted December 14, 2013 Share Posted December 14, 2013 Wow thanks this will help for making money :D Link to comment Share on other sites More sharing options...
farrel24 Posted March 30, 2014 Share Posted March 30, 2014 Error (Subscript out of range)in Server>ModHandleData>Sub HandleSaveSerialCopyMemory ByVal VarPtr(Serial(SerialNum)), ByVal VarPtr(SerialData(0)), SerialSizehow to fix this?Thanks Link to comment Share on other sites More sharing options...
BeNjO Posted March 30, 2014 Share Posted March 30, 2014 > Bump, have a error in this line> > CopyMemory ByVal VarPtr(Serial(SerialNum)), ByVal VarPtr(**SerialData(0)**), SerialSize> > in Serial Data, The subscript is out of range. How to fix this D: ?> > > > –-------------- EDIT I FIX THIS **( Client & Server )**> > Public this in ModConstants> > ```> Public Const SERIAL_LENGTH As Byte = 10 ' Change this value to max length you like in your codes> > ```> Now, go to modCode in **Public Type SerialRec **change this :> > > > ```> > Name As String * NAME_LENGTH> ```> to:> > ```> > Name As String * SERIAL_LENGTH> ```> **Client WORK**> > > > Go to frmSerial and click the txtName> > > > ![](http://i58.servimg.com/u/f58/18/38/65/59/val210.png)> > > > Change the MAX LENGTH to Public Const SERIAL_LENGTH As Byte = **10 **<- to your VALUE in SERIAL_LENGTH> > > > ![](http://i58.servimg.com/u/f58/18/38/65/59/val110.png)> > > > Cya ~the above Link to comment Share on other sites More sharing options...
h3lp Posted April 13, 2014 Share Posted April 13, 2014 I have a little problem at the end of this tutorial i try to compil the client and :![](http://image.gilawhost.com/14/04/13/1tfzatn7.png)Screenshots 2 :![](http://image.gilawhost.com/14/04/13/dm7o696y.png)**Someonone know my error?** **Resolved by Matt on the shoutbox** I have replace the code by this :frmMain.picClaim.visible = trueThanks one more time Matt Link to comment Share on other sites More sharing options...
Justin Knight Posted August 25, 2014 Share Posted August 25, 2014 Thank you for this tutorial! We'll be using this feature to give out promotional items at the next convention we go to. Is there any issue with making a form instead of a picturebox? It appears to work fine but I'm still new to vb6 so I can't be sure. Link to comment Share on other sites More sharing options...
Officer Johnson Posted August 25, 2014 Share Posted August 25, 2014 > Thank you for this tutorial! We'll be using this feature to give out promotional items at the next convention we go to. Is there any issue with making a form instead of a picturebox? It appears to work fine but I'm still new to vb6 so I can't be sure.No just different code instead of pic whatever.visible it would be form whatever .showAlso you might have to do something like frm whatever.text for the place to enter code on serial box Link to comment Share on other sites More sharing options...
PVJsquad Posted September 7, 2014 Author Share Posted September 7, 2014 i will make it simple for show some picturebox or many object in visual basic**frmMain.picClaim.visible= true** **Red** = the form name (example: Form1, Form2, frmMain, frmMenu, frmEditor_Item, …)**Orange**= the object name (example: picClaim, picCover, picSprite, cmbClass, scrlStats, …)**Yellow** = destination for showing object (example: caption, enable, BackColor, …)**Green **= True or Falseso if you will make some object appear, type like that```frmMain.picClaim.visible = true```but if you want hide the object do it```frmMain.picClaim.visible = false```and if you want make toggle show/hide object do that```frmMain.picClaim.visible = not frmMain.picClaim.visible``` Link to comment Share on other sites More sharing options...
chemical Posted September 8, 2014 Share Posted September 8, 2014 Run-time error '9' Subscript is out of rangeClient -> modHandleData -> HandleUpdateSerialinCopyMemory ByVal VarPtr(Serial(serialNum)), ByVal VarPtr(serialData(0)), serialSizeDo you have solution?Sorry for my bad english… Link to comment Share on other sites More sharing options...
PVJsquad Posted September 8, 2014 Author Share Posted September 8, 2014 > Bump, have a error in this line> > CopyMemory ByVal VarPtr(Serial(SerialNum)), ByVal VarPtr(**SerialData(0)**), SerialSize> > in Serial Data, The subscript is out of range. How to fix this D: ?> > > > –-------------- EDIT I FIX THIS **( Client & Server )**> > Public this in ModConstants> > ```> Public Const SERIAL_LENGTH As Byte = 10 ' Change this value to max length you like in your codes> > ```> Now, go to modCode in **Public Type SerialRec **change this :> > > > ```> > Name As String * NAME_LENGTH> ```> to:> > ```> > Name As String * SERIAL_LENGTH> ```> **Client WORK**> > > > Go to frmSerial and click the txtName> > > > ![](http://i58.servimg.com/u/f58/18/38/65/59/val210.png)> > > > Change the MAX LENGTH to Public Const SERIAL_LENGTH As Byte = **10 **<- to your VALUE in SERIAL_LENGTH> > > > ![](http://i58.servimg.com/u/f58/18/38/65/59/val110.png)> > > > Cya ~ Link to comment Share on other sites More sharing options...
TGSlp Posted September 13, 2014 Share Posted September 13, 2014 EDIT: Fixxed all :) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now