0
votes
0answers
4 views

VS2010 Winforms DataGridView in Tabpage Loses Container Coordinates

The form is a complex construction with label and text controls at the top, a tab control at the bottom, and data grid views in some of the tab pages. I had just resized the fonts in most of the ...
0
votes
0answers
11 views

Error when running envdte project from console application

I am trying to make work some code I created in an add-in, from console. I am getting errors: Error in solution file: C:\x\x.sln System.Runtime.InteropServices.COMException (0x80010001): Call was ...
-2
votes
1answer
26 views

Stop Visual Studio 2010 from Spamming My Documents

I have Microsoft Visual C# 2010 Express edition, and every time I open it it makes a new folder in My Documents. Problem is, I want to reserve My Documents for, you know, actual documents. I managed ...
1
vote
0answers
4 views

Handling List data in SharePoint 2010 for Worfklows in Visual Studio 2010 with C#

I am writing a custom workflow for SharePoint in c# in VS 2010 My current aim is to take a SharePoint List data field that is delimited by ' ; ' to split the data and re-enter it into several ...
0
votes
1answer
32 views

Execute sql script from c# command prompt application

SQL Server 2008 R2 Express, .Net Framework 4.0, Visual Studio 2010 I'm trying to execute a SQL script from a command prompt application. I found a sample code and trying to implement the same. But ...
0
votes
2answers
36 views

Confusion with Visual Studio 2010 Directives

I have two Visual Studio 2010 projects named OldProject and NewProject, both full of .cs files. I want to use OldProject's OldFile.cs file in NewProject's NewFile.cs file. At the top of NewFile.cs, ...
0
votes
1answer
20 views

Sorting a DataView keeping the 0 values to the last

I have the following values in my dataview dv : 1,2,0,4,2,1,0,0 I would like to sort it in ascending order while keeping the 0 values to the last, something like this : 1,1,2,2,4,0,0,0 I am ...
0
votes
1answer
21 views

Retain one element and refresh another on drawing on a picturebox control?

I want to draw a continous line on a picturebox and also a cross located at the cursor. How can it be done to paint the cursor only at the mouse position (and clear it on the next move) and retain the ...
0
votes
0answers
10 views

How to run multiple tabs in Internet explorer using Watin

I take input from user for how many threads to run then i write the posting function .code below: for (int j = 0; j < maxThreads; j++) { threadsStarted = 1; ...
0
votes
0answers
11 views

What extensions or tools are required to develop sandbox solution for SharePoint 2013 in VS2010

Actually, I already have a sandbox solution for Sharepoint 2010 developed using VS2010. Now, I wanted make that sandbox workable for SharePoint 2010 so I want to develop that sandbox solution for ...
0
votes
1answer
35 views

C# Winforms Exception from HRESULT: 0x80040154

I have a winforms application which works perfectly in my x64 Win 7 dev environment but I cannot get the Outlook feature to work at all on the x86 XP machine, I keep getting this error when I try to ...
8
votes
4answers
56 views

Locking files when building in Visual Studio 2010

Hello there, Stackoverflow. Recently, when I've been programming in Visual Studio 2010, I've been getting the problem with VS locking the bin/Debug/(ProjectName).exe file when trying to build and ...
-3
votes
0answers
20 views

Connecting visual C# 2010 and mqsql 2008 express edition [closed]

I have created a database name User . i need it to connect to the visual C# 2010.Please tell me how to connect User database with my visual C# project
0
votes
1answer
24 views

How to Change path to a report in c# winforms

I work on two computers(database,forms,reports) and I added report but when I move the Project to the other computer and I try to activate the reports it shows an error. The error says that the path ...
3
votes
0answers
76 views

Display of html contents in C#

I want to display pdf to html contents parallel. For conversion I used iTextSharp from PDF to HTML. The html contents are in format like <span style="background: ...

1 2 3 4 5 615
15 30 50 per page