Jump to content
Xtreme .Net Talk

PlayKid

Avatar/Signature
  • Posts

    38
  • Joined

  • Last visited

Everything posted by PlayKid

  1. Dear all, I am trying to make a toolbar with images, such as the one which is on IE, but no matter how I do, the image is not appearing. I have created ImageList, and have linked to the ToolBar properties, I can see the image when I am on the design phase, but after I run the program, the image is disappeared. Can anyone tell me why it do that? Thanks PlayKid
  2. I am trying to create a program for my school, and I am using MSDE as the server, since this is the first time I am using this, I am not really sure how it actually work. I am making this program at my house, but will be transfer to my school after the program is complete, but what about the data, how can it be transfer as well?? As like MS Access, I just copy the mdb file to the other computer, but how MSDE do that? Thanks
  3. Nono.....the ParentForm is something from the VB.Net, I didnt declared anything as the Parent Form. I found this thing out from VB.Net Help.
  4. I have another method on this too.... the code that I got is Dim newForm As New Form3 newForm.MdiParent = ParentForm newForm.Show() That also work.....but well, my version and yours are pretty similar....
  5. Hi all, I am trying to create an application which allows user to enter special keys, such as F1, F2, etc....How may I do that? Thanks PlayKid
  6. Hi all, I am trying to measure the size of a picture, when I enter x and y values, then a dot would display onto the picture, how can I do it? Don't have to type me the code, since I know it will be a huge list of codes, can somebody maybe give me a direction on how to do it? Thanks alot PlayKid
  7. Hi Machaira, I have tried your method by calling the form only when a button is clicked. But it still didn't solve the problem, coz when I click the button again, a new form is created, how do I stop allowing creating a new form, like when I click the same button, the form that just called comes up again instead of creating a new form? Thanks PlayKid
  8. I had another problem, I got the main form to load a mdichild form fine, but when I am trying to load another from the mdichild form, it doesn't work. Can you teach me now? ie. I had a main form, I loaded a second form when I clicked a button from the main form, then I had another button on the second form, which load the third form, but can the third form do all the maximization and minimization within the main form? Thanks
  9. Hi all, I am trying to make a textbox which I can type paragraphs, just like when I am posting the thread on this forum. But I tried many times, all I can get is have a textbox which I can only type one line. Can anyone tell me how can I make a textbox to do that? Note that I am making an application and not a website. Thanks PlayKid
  10. ok...I solved it now.... Thanks alot..
  11. Hi, I have tried your method, but it seems not working, here is my code Private Sub MainForm_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim mainfrm As New MainForm mainfrm.MdiParent = Me mainfrm.Show() End Sub The error is that the form cannot be both MdiChild and MdiParent, can you tell me how to solve it?
  12. Hi all, I would like to know, how do I create a form within a form, say for example I have created a main form, which contains all the controls, and also, some other forms that is within the application, all the maximization, minimization, resizing are all happened in the main form. Thanks PlayKid
×
×
  • Create New...