Hello All,
I have a addin which i am using in VS2005, now i want to use and register the same add-in in VS2008.How to do this?
Kindly help me out.
Thanks in advance,
Latha
User Profile
Collapse
-
Add-in manager in VS2008
-
Accessing Active CGM control in .aspx.cs file
Hello Friends,
I have an Active CGM control which is a (Windows component,COM Control) in an Default.aspx file,
I want to access this Control in Default.aspx.cs file to use its methods of it.But i am unable to access this.
In page_Load() i want to access this:
ACGM.MLCommand( "showsheet -sheet States");
Where ACGM is the "id" of the control.
But i am getting compiling... -
how to invoke javascrip alert() in page_load() of asp.net
Hello Frnds,
I am new to the ASP.NET Programming.Ple ase help me out with this problem.
I have a page_load() method in which i have to invoke the javascrip's alert method.I am using inline code.how to do this.?
JavaScript:aler t('America');
Thanks in advance.
Latha.... -
How to set the default settings of User login of the website in ASP
Hello FRNDS,
How to set the default settings of User login of the website in ASP.
Thanks -
How to ensure that the user always access like anonymous ?
Hello frnds,
I am new to ASP Programming,ple ase help me out with this problem...
The site uses the same ASP file but the map is generated when using the anonymous user and other times the map assume the logged user and there are one access error, how to ensure that the user always access the object or to ensure that the user always access like anonymous..
Thanks.
Latha. -
To retreive the Chart from Clipboard in VB.NET
Hello,
I have a MSCHart Control in VB.NET and i have copied the Chart to Clipboard .. Now i want to retreive the image and save it as a bitmap...
But i am unable to do this as i am getting an error there..
Please can anyone provide me the code to do this task.
Thanks,
Latha. -
How to make a variable Global in C#
Hello Frnds,
I am new To C#,Plz Tell me ,
How to make a variable Global in C# where it should be declared...
As in VB6 and in VB.NET we have modules where we can declare a variable as public and access it as global variable in the Project..
How about in C#
Thanks,
Latha. -
Equivalent of Load frmData in VB.NET
Hello Frnds,
Pls Tell me what is the Equivalent of the Load frmData And the Unload frmData in VB.NET.
Thanks,
Latha. -
This Site may be helpful for you..http://www.bobpowell.n et/animation.htm -
How to retrieve the bitmap of MSChart from Clipboard in C#
Hello Frnds,
In Dotnet(VB.NET)
I have copied the MSChart to Clipboard as MSChart1.EditCo py(),now i want to retrieve the MSChart from Clipboard and save it as the bitmap.
How to do this ?
thanks, -
The Equivalent of ISREFERENCE in CSHARP
The Equivalent of ISREFERENCE in CSHARP -
To save the MSChart as bitmap in VB.NET
Hello frnds,
I have MSChart and i want to save this chart as a Bitmap in VB.NET.
Please help me out.
Thanks,Leave a comment:
-
Its Urgent,Please help me out.
What is the Equivalent of the PictureBoxArray of vb6.0 in VB.NET..
I have 49 pictureboxes..
And i have used the PictureBoxArray .With this i am able to find out which picturebox is being clicked.
How to do this in VB.NET..And i should not use the Microsoft.Visua lBasic.Compatib ility.
Thanks, -
NO it won't expose a graphics object..
i am writing code for this chart as the following
' Set the chart size
MSChart1.RowCou nt = objRecordset.Re cordCount
MSChart1.Column Count = intSelectedColu mnCount
' Set the chart data
i = 1
Do While Not objRecordset.EO F
For j = LBound(Columns) To UBound(Columns)
' Set...Leave a comment:
-
How to save MSChart to bitmap in VB.NET
Hello frnds,
Help me out..
I have to save the MSChart to a bitmap in VB.NET 2005. -
in vb.net how to assign a key to the combo box??
In VB6.0 in Combobox , you can use the ItemData to assign a key to the combo box like
With cbobox1
.AddItem "2D Bar"
.ItemData(Chart TypeComboBox.Ne wIndex) = VtChChartType2d Bar
end with
in vb.net , i need to assign a key to the combo box how to do that ?
Thanks, -
Inserting data in combbox in VB.NET
Help me out with this :: How to insert data in a combo box in VB.NET
i have this code in vb6.0
With ChartTypeComboB ox
.AddItem "2D Bar"
.ItemData(Chart TypeComboBox.Ne wIndex) = VtChChartType2d Bar
End With
Thanks,
Latha. -
In C# ,how the sequence of events are fired in Windows form.
How theSequence of Events are fired in windows form in C# 2005.
I have a treeview control in VB6.0 in a form..and i have written Form_Resize event for that form and where Sync TreeView with form is done..
so when this even gets executed in C#.In C# when the form loads , this event is not getting called. where the treeview control is geting in Sync with the form..
Thanks,
LAtha. -
Accessing Objects of one class in Another class in C#
In C# Windows Application, How to access the objects of one class (FirstClass.cs file) in another class (SecondClass.cs ) file..
I have application object in a class FirstClass.cs file , i want to access this object in another class in SecondClass.cs file.
Thanks,
latha. -
Thanks , Got the problem solved using ur solution.
I am developing the Windows application....Leave a comment:
No activity results to display
Show More
Leave a comment: