User Profile

Collapse

Profile Sidebar

Collapse
erikaslt66
erikaslt66
Last Activity: Mar 2 '14, 01:29 PM
Joined: Feb 10 '14
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • erikaslt66
    replied to I need help on my recipe code
    Basically, I have re-done all coding and changed the array , it is not structure any more, it is 1-d array.

    Code:
    Public Class Form1
    
        Dim recipename As String
        Dim recipeserves As Integer
        Dim ingredients(25) As String
        Dim index As Integer
        Dim ingredientindex As Integer
        Dim ingredientquantity(25) As Integer
        Dim ingredientunit(25) As String
    
        Private Sub
    ...
    See more | Go to post

    Leave a comment:


  • Serialization of arrays (Recipe program)

    Hello, I am looking for solution that will help me to store an data in arrays, so that next time when i open program i could open it and it will be in the save form.
    Serialization is the thing that I would need to do, but I really find hard to understand it, where does these variables go and how to use this process to convert data in XML or binary. Any help would be appreciated. Thanks.

    Code:
    Public Class Form1
        Dim recipename
    ...
    See more | Go to post

  • erikaslt66
    replied to I need help on my recipe code
    Everything is sorted by now, thanks.
    See more | Go to post

    Leave a comment:


  • erikaslt66
    started a topic I need help on my recipe code

    I need help on my recipe code

    Hi, I have an assigned task to do the recipe program in school, I have been trying to solve my program in hours, but with little success... It is difficult to make it for me, because there is few problem to sort out. Firstly, the problem is that i want my program to store data one time, and then show it in textbox's fields by selecting it at lstbox. Well I did have an array "For Me.row = 0 to 0" so it will do this one time but i can't make...
    See more | Go to post

  • Thank you it worked, i really appreciate that.
    See more | Go to post

    Leave a comment:


  • How to import data in listbox by data that is inputted with inputbox

    Hello, I found hard to make my program to display the data that was stored by inputbox with listbox. To explain it better here is my code:

    Code:
    Public Class Form1
        Structure Userinfo
            Dim membernumber As Integer
            Dim memberforename As String
            Dim membersurname As String
            Dim memberfull As Boolean
            Dim memberowe As Integer
        End Structure
    
        Dim
    ...
    See more | Go to post
    Last edited by Rabbit; Feb 11 '14, 03:42 AM. Reason: Please use [code] and [/code] tags when posting code or formatted data.
No activity results to display
Show More
Working...