User Profile

Collapse

Profile Sidebar

Collapse
Bruno43
Bruno43
Last Activity: Dec 27 '07, 02:05 PM
Joined: Jun 15 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Visual Basic 2005 Express Crystal Reports WinForms

    I am very new to Visual Baisc in general but I am trying to learn Crystal Reports.
    I have gotten a few things on there but a couple of things are still escaping my grasp.

    My question:

    I have a Control File in an MS Access database that contains the companies information. One field containing the name, another containing the address and so on and so forth.

    I would like in the Section 1 (Report Header)...
    See more | Go to post
    Last edited by Killer42; Dec 20 '07, 01:53 AM.

  • How can I programmatically add text boxes to a WinForm in visual Basic 2005?

    How could I programmaticall y add multiple text boxes to a WinForm, in Visual Basic 2005

    Basically I want to read a table in a database and depending on how many rows there are I would like to add that many text boxes. I am having a difficult time figuring out how to go about creating a textbox using just code.

    Thanks in Advance
    See more | Go to post

  • Bruno43
    replied to Links and Classes
    Same, I still mess up linking my style sheet and im like ..... why isn't anything working?!?!?!?! ??$#%!$!$! ... O ..... then I feel stupid
    See more | Go to post

    Leave a comment:


  • Bruno43
    replied to Links and Classes
    Try this

    Code:
    .sidebar a:link, .sidebar a:visited{color:#ffffff;}
    Try to find a good article describing how the Cascade works in 'Cascading Style Sheets'

    First you want to go into your class .sidebar then you want your anchor links (a) inside the sidebar to be colored white, same with your visited.

    Also try using the RGB code for the color it is good practice.

    Hope this helps...
    See more | Go to post

    Leave a comment:


  • Bruno43
    replied to IE 7 & Mozilla Firefox display problem
    If Internet Explorer was a car, it would have been recalled by now.
    See more | Go to post

    Leave a comment:


  • Bruno43
    replied to Simple CSS not even working for me
    Close your Css comment style tag correctly
    /* */
    That will get your css working :)

    Also it is good practice to close your statments properly
    a.sidebar {color: #2f4f4f}
    should be
    a.sidebar {color: #2f4f4f;}

    Add the Semicolon ;)...
    See more | Go to post

    Leave a comment:


  • Actually I did something similar with Panels, I saw a tutorial on VBDudes.com about it and is actually working out pretty well.
    Thanks for the reply!
    See more | Go to post

    Leave a comment:


  • Bruno43
    replied to ComboBox Visual Basic 2005
    Thanks, but I guess I haven't made myself to clear and after second read of my own question it did need a little clarification

    I am trying to read the Combobox items from a Database

    Code:
            
            'Build Full Employee Data Set'
            Dim sql As String
            Dim empDS As New DataSet
            Dim maxrows As Integer
            Dim inc As Integer
            con.Open()
    ...
    See more | Go to post

    Leave a comment:


  • Bruno43
    started a topic ComboBox Visual Basic 2005

    ComboBox Visual Basic 2005

    Hi I have a question about the Combo Box

    This is the only Code I have seemed to be able to find to add items to a Combo Box... Is there a way to modify it or another command that I could use to have my own index or value inserted, but display the text NewField

    Code:
    Me.evSelectName.Items.Add("NewField")
    So that when the click 'NewField' the value stored/read would equal something else?

    ...
    See more | Go to post

  • Bruno43
    started a topic Button Rollovers Possible?
    in .NET

    Button Rollovers Possible?

    Hi I am just learning VB 2005 and am wondering how to create rollover buttons with images... or do I not use the default button at all and create something new? Any help would be appreciated, Thanks!
    See more | Go to post

  • Thanks! Would you happen to know of any tutorials I could read/do that would help me get understand the basics of panels?...
    See more | Go to post

    Leave a comment:


  • Actually I am not sure if this is what I am looking for...
    I am looking for a way to make it appear that everything is happening in the same window. Meaning when I click a button I don't want another form to open up I just want it to repopulate the current window with new information.... .
    See more | Go to post

    Leave a comment:


  • Thanks that is what I was looking for unfortunately I should have specified it is Visual basic 2005 Express Edition so a couple of things in that article were different. It did however get me to looking around a lot more and I did find a template I could use. Thank you very much!
    See more | Go to post

    Leave a comment:


  • Bruno43
    started a topic Very newbie question about Navigation?

    Very newbie question about Navigation?

    Hi I am trying to learn Visual Basic and I am getting everything for the most part, mainly because of my ability to read code like a book, but my question is what is the best way to Navigate through a Visual Basic program.

    For example lets say I have a big Visual Basic Form1.vb and on Form1.vb there are buttons and I click on this button, now the only thing I want to change would be a "content" area, I want the navigation...
    See more | Go to post

  • Bruno43
    replied to Date Validation YYYY-MM-DD
    Thanks! After I posted it I figured I would do that until someone posted. Thanks for reassuring my idea lol. I had to do some more error testing though in case they did not use two hyphens or did not have the right lengths etc. Appreciate the help!...
    See more | Go to post

    Leave a comment:


  • Bruno43
    started a topic Date Validation YYYY-MM-DD

    Date Validation YYYY-MM-DD

    Hi, I am new to ASP and have been using thescripts for a lot of trouble shooting.

    My problem is I am trying to convert a PHP site over to ASP. I have gotten a good grasp on most things. At the current time I am still have trouble with validation in asp.

    The following code is taking an input field and checking to see if it is in YYYY-MM-DD format.

    I am rewritting the ASP code and trying to get the...
    See more | Go to post
No activity results to display
Show More
Working...