User Profile
Collapse
-
How To calculate File size in VB.net
I want to show the files size so please tell me code for that in vb.net. -
Use Shell() function to run those files.
it is same as writting a command on command prompt.
Example
Shell("C:\Setup .exe" ) -
Time remaining for copy or installation
I m running a shell command from my VB.net Project to run a batch file.
It takes 10 sec to run between that period i want to show a progress bar.
for that i want time remaing for installation so that in mean time i can show a progress bar to the user.
Please help me. -
I think i miss read that its not possible, better you try in Client Side scripting..Leave a comment:
-
You can check the Database File using "File.Exist ()" function
and then you can open the connection.Leave a comment:
-
If your application is installed on that machine the you can give address of that application in "href" and can run a windows form.Leave a comment:
-
Remove Close Button
I m working on windows application in VB.net.
I m developing a wizard where i dont need close button so please tell me the way to remove it from my window. -
-
Installation Error
While installing my VB. Project i m getting error in installation of assembly
"CrystalDecisio ns.ReportSource .Engine" and error code 2908. so please tell us how i can remove this error. -
Thank You very much
I stored that datagridcolumns tyle to an array before adding.
and using that array i removed datagridcolumns tyle one bye one before adding new tablestyle.
I had worked on that code for 3 days so thanx once again.....Leave a comment:
-
CASE statement in Store Procedures
I need Syntax information about CASE Statement.
CREATE PROCEDURE test
@flag varchar (20),
@FieldValues Varchar( 500 ),
TableName Varchar( 100 ),
FieldNames Varchar( 500 )
AS
BEGIN
SET NOCOUNT ON ;
CASE
WHEN @flag = 'emp' THEN
Tablename = 'dbo.emp'
FieldNames = 'code,name,addr '
END CASE;
END
Above... -
I have written below code
...Code:Try DG.TableStyles.Clear() DG.Refresh() sp_cnt = 0 DG.TableStyles.Clear() tablestyle.MappingName = mdetabname tablestyle.HeaderBackColor = System.Drawing.Color.Pink 'tablestyle.MappingName.Remove(0, Len(mdetabname))Leave a comment:
-
-
MDI Application
Can we create an MDI application in VB.Net as it was in VB 6.0 -
How to install and uninstall .NET framework
How to install and uninstall .NET framework with VB.NET code.
or things like framwork, M.S.D.E. Setup, Database Setup etc. -
No activity results to display
Show More
Leave a comment: