I have written a Visual Basic .Net program that updates a recordset via a SqlDataAdapter. The code systemically change the value of one field from one value to another, iterating through the ...
Hi!
Once again I have hit a brick wall here. I have a combobox in which
the user types the server name and then clicks on button 'CONNECT' to
populate the next combobox which contains ...
I am using Visual Studio 2008 to create a simple application. VB, Windows Forms. I have created a form that holds orders, and have created a Crystal report to print the order. I only want t...
Hi all,
We have an existing install of Visual Source Safe 6.0. We need to move it to a new server along with existing projects. I did read on the MS knowledge base that VSS6 is compatible w...
I am using visual web developer 2008 and .net 3.5. I have a simple insert statement that inserts a field value in to my table. On my web form I have a text field called TextBoxrt. In my tabl...
I have a program that I just converted from VB6 to VB 2008 Express.
Now I want to distribute it to my clients (only about 25 desks). I did a publish and it builds a setup.exe for me on t...
I am developing an application in VB/VS2008 and am using Crystal Reports and the CR Report Viewer. I am able to use the viewer on a form, and can pass parameters and get the report to load. ...
how can iset it show datagride after I click bottom1
I'm currently using Visual Studio Professional 2005 on Windows XP SP2.
We've ordered and received Visual Studio 2008 Professional and I'm eager to upgrade but haven't been able to find anythi...
I moved a VS 2008 C# web app solution, now, when I build the project (part of the solution), it is not updating the corresponding project .dll in the web app /bin directory. What makes this ha...
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 converted a web site from VS 2005 to VS 2008 and when I run code analysis I get a bunch of warnings about code that is generated by by Data Sets (xsd files).
I know there's a Suppress res...
I am trying to build (re publish) a windows app. I have done it many times before. Recently, the publish aborts. I get the following error message:
Error 10 An error occurred while signi...
I am a VFP developer of over 10 years. I own a small software company that develops small/medium
applications.
I have tried many many times without success to make "SQL server" & VFP work t...
Anyone know if SQLserver database source control is possible with Visual Studio 2008 Professional edition and Team Foundation server 2008? or is this *only* available in the visual studio data...
I am building a msi installation. I need the .NET 3.5 runtime to be present (dependency). How do detect whether it is on the target machine using Windows Installer?
Dear all,
I've created a textbox and created an event in the XAML file, just like this:
<TextBox Margin="48,110,105,177" x:Name="textBox" Text="TextBox" TextWrapping="Wrap" KeyDown="KeyDow...
Hi!
Have made a application in visual studio 2008.
And have made a publish for this app.
But have tryed to install this app on a client PC.
But always give me errors.... ?
How can i...
I have a number of #pragma region's in my function
In Visual C++ 2008 express, there's sometimes a 2 second delay between when I open a file, and the regions collapse.
Is there a way to...
How can I disable Autosave in VB 2008?
I went to Tools->Options->Projects and Solutions->Build and Run
I set Before Building to Don't save any changes but I keep getting this error if I ...
Hi all!
I've a strange error:
I have built an application which consumes a SAP service. This SAP service is built via a JAVA layer which exposes a WSDL.
The application was built in VS2...
My System:
Vista
Visual Studio 2008
Steps I took:
1 - create a new project > outlook 2003 Add-in
2 - add a MessageBox.Show("test") in the Add-in
3 - Save and install the Add-in --- su...
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 have an application which has its icon set to an .ico file which contains the 7 necessary icons sizes for XP and Vista i.e. 256x256, 128x128, 96x96, 64x64, 48x48, 32x32, 16x16
Icons are d...
I am usingVisual Studio 2008 - Web Developer
On my local machine I have created a web page and I am currently testing deployment from my PC (not a seperate web server).
My steps so far...