Search results for query: *

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

    Hiding background on a datagridview

    Hello people!!! Anyone know how to hide the dark grey part on a datagrid view?? I only could hide the Vertical part changing AutosizeColumnsMode to fill, but no the hortizontal
  2. falled

    how to put scollbars on a panel?

    Hi people! How can I put scrollbars on a panel although there's nothing on it Thank you all! Visca el Barça
  3. falled

    Accessing directly to a control?

    Hi every One! I've created controls on my form dinamycally, so they ara called btn1, btn2,btn3, etc... If I create them with the wizard I only must put the name and I have the access but how can I do it to access to the dinamically created? To access them I use a For loop For m=0 to...
  4. falled

    How to reload a form?

    I need help please I have a form with many buttons. If you click a button it reduces his width with a determinate length but I want to reload the form if the user isn't happy with the results. I don't want to store all the initials sizes and then changed all again Any idea?? Thank you...
  5. falled

    Storing pairs of integers

    I need a smart way to store pairs of integers, I've tried by using arrays of array but always give me some strange error of references or nullpointers in my class i've been declared like this Dim List()() AsInteger Dim nElements AsInteger PublicSubNew(ByVal nEl AsInteger) List =...
  6. falled

    Identifying controls

    Hi people, I know I can find specified controls making afor loop and searching by the name For x=0 to Y step 1 ... next There's any way to find it with a unic instruccion? something about hash? Thank you all and sorry for my bar writting Visca el Barça i Visca Catalunya FCBarelona...
  7. falled

    Rediscovering Control Array

    I'm newbie in VB .NET. I'm working in a Software Company developing applications for stores and today, I've encountered my first real challenge, How to create runtime controls???? I come from flash and it's very easy to create this kind of arrays createEmptyMovieClip("name",...) But if I...
  8. falled

    smart way to store data

    Hi everyone! I've got a question for you, but I will describe my app before. I've got a tabControl where I create an indeterminate number of tabs, every tab I create contains a splitcontainer, divided horizontally. On the top I've got a listview and a datagrid on the bottom. Every time I...
  9. falled

    programmed handle

    HELP plz I need some help doing an app. I'm building a multi-window-mdi based appilcation. I can put all the windows I want, and in each window I can put a picture inside. Let's imagine in a certain state. I've got a menu and when I click new window...(code for menu click) PrivateSub...
  10. falled

    I Can't capture form events

    Help I'm newbie I've got an application with a panel on the center and a label Private Sub Panel1_MouseDown(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles Panel1.MouseDown panelMouseClick = True Label1.Text = "inside click" End Sub all ok but if I try...
  11. falled

    Drag And drop objects

    Hi everybody! I'm newbie and I need some help, I'm building an MDI application. My first problem is that I'd like to pick up drag icons from a toolbar and drop it in one of the multiple windows I've created. My application is like MS VISIO, you have many tabbed windows, and you can drag...
Back
Top