This is the relevant code:
private void btnLoad_Click(object sender, EventArgs e)
{
PhoenixWrapper phxConnection = new PhoenixWrapper();
string b...
Hi
When I create a new project in VS 2008, I select .NET Framework 2.0.
But when I compile it I see that it is compiled to .NET Framework 3.5 ! I have checked the Project Properties and it ...
Hi experts,
is there a possibility in VS 2008 to automatically generate get and set methods?
I know it's possible in Eclipse and I appreciated this function a lot.
Thanks
I cant find these very clearly defined in the "help" file, can someone explain these to me:
SelectedItem, SelectedValue, Text and Tag
This is for databindings of a combobox in a vb.net w...
I have created a webpage using <table> tag. I want to iterate through the rows <tr> of this table from code-behind. How can I access this <table> tag from code-behind?
I am developing a C# Windows Application with Visual Studio 2008.
I have read about DataSets and the Datagrid control - they seem to be the way to edit database records.
Say I have table...
I am looking to select data from a database in the .vb file so I can do an if/then statement. I then want that information to display on the .aspx page, in a gridview, or however it would be e...
I have an application that uses an access database. This database was the standard for this company previously and they relied on portability of the data. We have created an application usin...
Hi
In Visual Studio 2008 once you have used the publish wizard to deploy a project, which files do you then copy to the user's computer that you intend to install the system on and how do y...
Hi,
I VB 6, I had to open serial port, send data over it and then close the com port. But in VB.Net 3.5, I found that there is method to open serial port but nothing about closing the seria...
Dear Sir/Madam
I would like to know how to create installation package for end users by Visual Studio 2008 (vb.net) after the project was finished?
Thanks a lot
Francis SZE
I need to give an object an unique id, when its created, and the same unique id every time.
I wan't a Guid and i know that it's possible in Eclipse to generate a Guid directly in the editor. ...
This one has got me puzzled.
I am trying to work with Microsoft's GDI+ API and I keep getting 'Unresolved external symbol' errors from the linker. I created a brand new (empty) Win32 Appli...
I have been working DAL and BLL design style into a major project. THe project runs fine but when try to modify one of the table adapters in the DAL I get this message (the name of the table i...
HI Experts
We have a .NET application (VS 2008) that uses the Factory and Command Patterns to generate & invoke commands. Commands are logged, may have or not have timer support and are cla...
I am using VS 2008 and I am building my first web-based SQL database. I have sucessfully created the SqlDataSource and my data is there with a test. I have a question regarding the initial ...
Hi,
I want to set the color of a combobox to a differnt color if the user has to chose an item.
The combobox DropDownstyle is DropDownList.
The property backcolor and forcolor works for t...
This is a really simple issue, but I have racked my brain on how to get these values over. I am knowledgable on asp classic but .net has me lost. All of the code I am using, or trying to use, ...
Hey there.
This is for a windows App made in VS2008.
I've added a button column in a datagridview, when clicked I would like to get the ID of the record selected. The ID of the record is t...
Hi there
I am new to making windows apps with VS2008 (have experience with web apps).
How would I make an app have multiple pages without using a new form window.
For example, I have...
I am creating a website on a 32-bit machine using 32-bit Visual Studio 2008 and the Web Deployment Projects tool. However, we are using Windows Server 2008 64-bit to actually run the web site...
Error 1 Only assignment, call, increment, decrement, and new object expressions can be used as a statement C:\Documents and Settings\INTEL\My Documents\Visual Studio 2008\Projects\WindowsForms...
Hi!
Have made a DLL that is made in VB6.0.
This DLL have i used many times in different projects...
The different projects is running in Windows XP.... And
all the functions in DLL is wo...
Hey guys,
Im trying to run a test from a visual stuido test project and I keep getting this error. I was wondering if any of you had any suggestions on how to add this.
Failed to queue...
VS2008 - Could not find assembly error ... after upgrading to VS2008 I get this error:
<add assembly="CrystalDecisions.CrystalReports.Engine, Version=10.5.3700.0, Culture=neutral, PublicKey...