Skip to content

Visual Basic

Visual Basic Questions

This category can be followed from the open social web via the handle visual-basic@forum.codeproject.com

34.4k Topics 120.1k Posts
  • .NET Framework on every machine

    csharp dotnet agentic-ai help
    3
    0 Votes
    3 Posts
    0 Views
    J
    The reason there is a .NET framework 1. That all apps wil run on all pc's with the .net framework :) 2. You don't have to download huge files to get a .net application becouse all that is in the 20 MB .net framework. 3. Apps will work with all windows platforms with 1 code. So you can't compile the framework in you app. you can let the installer install .net framework read the help in VS.NET
  • Dynaimic Context Menus With Icons and Text.

    com tutorial
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • VSS Folder browser

    question
    2
    0 Votes
    2 Posts
    0 Views
    C
    I don't know if that works in VB6, but it works in vb.net: Add a reference to the SHELL32.DLL file (in WINDOWS\SYSTEM32). Then try the following code: Dim folder As Shell32.Folder Dim dlg As New Shell32.Shell() folder = dlg.BrowseForFolder(Me.Handle.ToInt32, "Select a folder", 4) Cosmin
  • Accelerator Keys

    tutorial question
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • 0 Votes
    1 Posts
    0 Views
    No one has replied
  • Intermittent: Multiple custom attributes of the same type found.

    csharp help
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Check if PC is Idle

    database
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Software Licensing

    sysadmin csharp database hardware beta-testing
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • List View Coding

    3
    0 Votes
    3 Posts
    0 Views
    Y
    List1.AddItem Rs2.Fields("name")
  • IMAGE PROCESSING

    3
    0 Votes
    3 Posts
    0 Views
    D
    You might want to check out the ImageAttributes class. RageInTheMachine9532
  • Data Grid

    question css
    2
    0 Votes
    2 Posts
    0 Views
    M
    Hi Dear, you can use any control in datagrid but it has many tips and tricks. you can use textbox and datacombo for this target. with row_col_change event you should these acts : 1)move text box to the specific cell with .move method 2)read cell data and move it to text box . .......... for more information about this please contact with me : ordubadi@ittoolbox.net or mohammadord@hotmail.com bye. M.R.O
  • Time format

    help question
    4
    0 Votes
    4 Posts
    0 Views
    M
    Hi Dear, for your problem you can use these methods : 1) Use Microsoft mask edit control 2) validate your text box when user press any key by controlling on Key_pressed event. . M.R.O (Mohammad reza Ordubadi) ordubadi@Ittoolbox.net
  • Become nuts with ToolBar

    question graphics help tutorial
    4
    0 Votes
    4 Posts
    0 Views
    S
    Thanks for ur correction. You have to set the Button Size as well as the ImageList's ImageSize property. By default its value is 16 by 16.
  • a database problem !

    question css database design help
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Forum Board

    database question
    2
    0 Votes
    2 Posts
    0 Views
    H
    check http://www.webwizguide.info/[^]
  • Inserting Images in Excel Spreadsheet

    help tutorial learning
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • Copy object from clipboard to file

    tutorial
    9
    0 Votes
    9 Posts
    0 Views
    U
    Thanks
  • Rotating Dice

    csharp graphics game-dev tutorial question
    7
    0 Votes
    7 Posts
    0 Views
    D
    If you have a visual component that display rotating dice, you might want to consider building your class into a UserControl (Windows Control Library). That way, you can put your dice logic and visual elements in one place instead of having to worry about synchronizing two seperate classes. RageInTheMachine9532
  • Error !! During instaltion of .NET application ???

    csharp help question workspace
    3
    0 Votes
    3 Posts
    0 Views
    U
    should i copy OCX into system32 folder,do i have to register?please explain me un detail.....thanxs
  • Curious!All my linkbutton disappeared,why!

    design sysadmin question
    2
    0 Votes
    2 Posts
    0 Views
    F
    I see you have chinese characters? Are they images or text? If they are images you may need to check your path. If they are characters then you the web page may not be referencing the character set. The other possiblilty I see is that the cssClass is commandbutton. It may be worth trying to change the name as that may be a reserved word. Finally take the CssClass Tag out and see if the characters appear. If they do the style is blank or your 'My First ASP.Net site is now up :) http://www.redravenrpg.com