visual-studio-2008
Converting tabs in leading whitespaces to double spaces in Visual Studio macro
I\'m trying to modify a VS macro I found on this site; the macro performs a transformation to a document when it is saved. I need the macro to transform the leading whitespaces such that each tab char[详细]
2023-04-12 21:05 分类:问答How can empty all textboxes by click when 1 check box is checked in C#
In my app I have a 85 textboxes. All textboxes in my app like this : void textBox1s(string input) { this.textBox1.ForeColor = Color.Black;[详细]
2023-04-12 17:23 分类:问答change the projct location
I have a visua开发者_如何学编程l studio 2008 project in the directory like C:\\Users\\espl\\Desktop\\hello\\world\\helloworld(.sln file)[详细]
2023-04-12 13:15 分类:问答How do I turn off "warnings treated as error" in VS 2008
I have a project in development that I need to test, but i开发者_运维问答t won\'t compile because I have unreferenced variables and the option is enabled to turn all warnings into errors.I have google[详细]
2023-04-12 11:36 分类:问答setup package won't download missing files from vendor website
I have a setup and installer project in VS 2008.I am trying to make it download VC++ redist and .net 3.5 on target machines and isntall them from vendor website if the target doesn\'t have them. I go[详细]
2023-04-12 11:17 分类:问答Use a variable in different classes in webforms c#
I am stack in something simple i think. I have the following code: public void Button1Click(object sender, EventArgs e)[详细]
2023-04-12 10:56 分类:问答ASP.Net DirectoryInfo records to be sorted and filtered
I want to meger two lines of code but I can\'t seem to figure it out. Dim filterFiles As FileInfo() = New DirectoryInfo(sPath).GetFiles().Where(Function(x) x.LastWriteTime >= (dtStartDate) AndAlso[详细]
2023-04-12 10:07 分类:问答WPF Wired Event Handler is not called
Day 2 and I don\'t have a clue.[.Net 3.5, VS 2008] I have a UserControl that defines a ClickEvent: public static readonly RoutedEvent ClickEvent = EventManager.RegisterRoutedEvent ([详细]
2023-04-12 01:34 分类:问答GetType not defined?
I\'m developing a vb.net program with VS2008. In my case, dt_list is a instance member as List(of Single). When I wrote[详细]
2023-04-12 01:14 分类:问答Inline struct declaration
I was interested to note that C++ (VSVC++ 2008 specifically) lets me declare a struct inline in a method.[详细]
2023-04-11 23:16 分类:问答