Quantcast
Channel: IT Answers » Visual Studio 2005
Browsing all 21 articles
Browse latest View live

Setfocus on FlowlayoutPanel Controls

after creating the runtime control on panel how to setfocus between controls in FlowlayoutPanel. suppose I have to textbox which is created on dynamically like below layout of controls in...

View Article



Parameter Date Conversion in SQL 2000

my code is : string sql="insert into dummy(date)values(@date)"; sqlcommand cmd=new sqlcommand(sql,con); cmd.parameters.add("@date",sqldbtype.datetime).values=maskedtextbox1.text text;...

View Article

Difference Behaviour of Dispose Method Between Winforms and Textboxes

This question is just for knowledge. Whenever Dispose Method Called for clean Winforms, it’s Finalize and disposed. So my question is why not in TextBox case. It Should same behaviour of dispose method...

View Article

Object Sender and EventArgs in Visual Studio 2005

For Knowledge:- Private Void Textbox1_TextChange(Object Sender,EventArgs e) Private is Modifier Void is Returntype Textbox1_TextChange is an Event So what is Object sender,EventArgs e and how does it...

View Article

Visual Studio code help

here is my code: private void Form1_KeyDown(object sender, KeyEventArgs e)         {             if (e.KeyCode == Keys.Tab && e.Shift)              {             }             else if...

View Article


Image may be NSFW.
Clik here to view.

Without Using Script in SSIS

HI!!! how do I alter data in SQL Server table [select, insert and delete] using SSIS Visual Studio without using a T-SQL Script… please help me T_T…. Thx so much…

View Article

Datagridview First Rows Not Consider or Skip

There is some mistake from my previous question hence once again repeat it. My problem is on datagridview i have populate combobox and amount column. and ColumnHeader/RowHeaderVisible property set to...

View Article

Copy WinForm For Showing Demo Visual Studio 2005

I am Developing VS-2005 application and some time it’s important to copy winform which we are develop and paste it in forums for showing demo to other for discussion problem or write article. So I want...

View Article


SQL reporting

I am using sql server 2005. I have a report with 2 columns.one for report name and the other for status.I want that when a user clicks on a report’s status column,the corresponding report should be...

View Article


VS 2005 SQL Reports – Need to convert 5 character string to datatime

Hey there. I am relatively new to SQL and have a problem. I am building a report that gets a summation of a column called ‘Duration’. The datatype is char(5) e.g. “00:30″ to represent a half hour. I...

View Article

Question about Crystal Reports

I am storing my database in the APP_DATA Folder of my application. I added crystal report to my application. I mentioned .SQLEXPRESS as my server. In database drop down i see only these databases...

View Article

Crystal Reports and varchar(MAX) not printing

Hi All, I have a Crystal Reports report (VS2005 version) that prints a number of fields from a SQL table. When I print the report under Windows XP, everything works properly. When I print under Windows...

View Article

How do I connect SQL Server 2005(mobile edition) to Visual Studio 2005?

How do I connect SQL Server 2005(mobile edition) to Visual Studio 2005? I tried the connection but the database is not found on the server.

View Article


I continue getting administration permission message in Visual Studio 2005

New Discussion Post by carlosdl

View Article

How to connect my application using Visual Studio 2005 to a SQL Server database?

New Answer by Michael Tidmarsh

View Article


Collection Or Reference Of Multiple Runtime Controls In FLP For Only Specific...

New Answer by Michael Tidmarsh

View Article

datagridview perform click

I have “walked” a collections of rows in my datagridview. I want to essentially do a PerformClick() on the row of my choice. How do I do that?

View Article


SQL Server

New Discussion Post by bhannah

View Article

OS Downgrading from Vista to XP

New Answer by Michael Tidmarsh

View Article

CONNECTION VB WITH ACCESS

New Discussion Post by Brijesh

View Article
Browsing all 21 articles
Browse latest View live




Latest Images