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
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
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
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
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
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