Search results for query: *

  • Users: todoink
  • Content: Threads
  • Order by date
  1. todoink

    Need help on combo box and picture box

    Hi, as a continuation on my mini project, how can I possible make a picture change everytime I select an item on the combo box? Let's say my combo box contents includes (as texts) my birthday picture and my vacation picture, when I select "my birthday picture", then the picture box will show a...
  2. todoink

    Need help on combo box and textbox event

    Hello, I need a code. This is only a simple problem. I have 1 combo box and 1 textbox. The combo box has the ffg. items : 1, 2 and 3. What I want to happen is when I select an item on the combo box, that item will appear on the textbox. For example I've choose 1 on the combo box, then a number...
  3. todoink

    How can I upload ASP.NET?

    Hi, I've been playing with vb.net for sometime now. I've been wondering, how can I upload it on the internet? Unlike the normal notepad html created page, when I visit a webhoster (tripod), all I do is just upload the html file, set it as index and there I go. I smooth running website. But...
  4. todoink

    Function pls...

    Hi sir, Can you please teach me how to construct a function in the most simpliest way? Thanks a lot. Kudoz.
  5. todoink

    Can't create new project in asp.net

    Hi, I'm now about to start to work with asp.net. But I've got a little problem with it. It's not a code however, it's by running it. I can't create new projects with asp. Whenever I create a new project, this message always pops out : I've clicked on "help" then I've read from there that I...
  6. todoink

    Help > How to code a "count"...

    I'm here again... This time I've already did a lot of readings and searchings but still I can't find the answer to my question.. Here's what I want to do... I want to add a Label on my form. And on that Label, the total number of my records on my data grid will be shown... It increases when...
  7. todoink

    How can I program a "save" and "delete"?

    Hi, I'm currently working with database. Now can anyone please teach me how to do a command that will save my database? My project has a "move previous", "move next" and "add". I can add a record now but I want to save my records. If possible, please teach me also how to code a "delete" a...
  8. todoink

    How to pass a value from form1 to form2?

    Hello, Can you help me with this? Well, I have two forms. Now on form1, I have a textbox named txt_input and a button. Now when I click the button, it will show form2. And my code goes like this : dim form2 as new form2 form2.show() Run it and everything is fine. On form2 by the way, I have...
  9. todoink

    How to Hide / Show Forms

    Hi, Can you please teach me how to hide and show a form? Assuming that we have two forms. Form1 and 2. Now, Form 2 will be at hidden state when I run the program. And when I click this "show" button, Form 1 will hide and Form 2 will show. Thanks a lot.
Back
Top