Search results for query: *

  1. B

    Question Custom control with chart not displaying

    nevermind. Did a good more searching and playing and got something that works decently: code for the custom control: Public Sub init(ByVal pLables As Hashtable, ByVal pCharttype As SeriesChartType, ByVal pSeriesData As List(Of DataTable)) 'hash: heading,title,xlabel,ylabel,series1...
  2. B

    Question Custom control with chart not displaying

    Morning Everyone, I am making a custom control that only has a chart on it right now. It has 1 sub for initialization. I have added this control to a form and passed information to the control on form load. No matter what I do, I can see the initial chart on the custom control in display...
  3. B

    Question Panel Drawing Errors With Labels On Form

    Got it. Thanks for the clarification JohnH!!
  4. B

    Question Panel Drawing Errors With Labels On Form

    Also, I am not a fan of how that person listed each of the rectangles separately for each fill and rectangle. So, here is how I would "normally" have written it but again, was just trying to follow the tutorial... Just letter H 'Create H Shape letH = New Integer() {25, 100, 25, 105, 25, 110...
  5. B

    Question Panel Drawing Errors With Labels On Form

    Thanks jmcilhinney ! You always assume that the tutorial you are following is doing the right thing until you know a little more...I will keep your advice and see if I can start finding other improvements based on what you have said. ~~Made just some of the changes (and I have some ideas for a...
  6. B

    Question Panel Drawing Errors With Labels On Form

    Yep, that was it. Knew it was something simple but not enough to find it! Thanks a bundle!
  7. B

    Question Panel Drawing Errors With Labels On Form

    Hello Everyone, Branching out in my programming skills and working on creating a simple tetris game in vb.net (going through a tutorial Creating your own Tetris game using VB.NET). Everything works fine until I add labels to the form. They are not overlapping anything and the only code I am...
  8. B

    Question .net and vba com exposure of dll

    Hello Everyone, This is my first venture into vb.net but I have a couple years experience in vba and sql. I am trying to create a dll in vb.net that can be used in vba however I seem to be falling short. I have uploaded the file I am attempting using visual studio 2010 express. I have set...
Back
Top