Found 20 threads
-
0 投票
continuing file search after UnauthorizedAccessException error
I want to search an perticular .exe file on all the fixed drives (c:, d:, ....) and then replace it with another same named file. I am trying to get it but could ...已答复 | 12 回复 | 13081 浏览次数 | Created by masoomsanadi - 2006年11月21日 10:43 | 上次回复 : cheong00 - 2020年10月12日 1:16 -
2 投票
Disable New Row on DataGrid
Is there any way to disable the ability to create a new row at the bottom of a datagrid? The row marked as "*" appears automatically and I want to disable so I can programatically ...问题 | 5 回复 | 17061 浏览次数 | Created by sandsdad - 2006年10月10日 21:19 | 上次回复 : Singh . Brajendra - 2020年8月20日 13:06 -
0 投票
Build up a variable name with a string
Hi, I wonder if there's a way (in c#) to build up a variable name by the concatenation of two strings...For example int intTest = ...已答复 | 23 回复 | 19332 浏览次数 | Created by nicromi - 2006年10月9日 11:34 | 上次回复 : DerrickKoehn - 2020年6月29日 1:30 -
12 投票
What makes C# better than VB
hey friends, I am a Visual basic developer. I hear that every C# programmer says C# is better - stronger than VB . But when I ask the reason I can never have a ...常规讨论 | 40 回复 | 35234 浏览次数 | Created by Ayhan Yerli _TR-NL_ - 2006年11月27日 13:49 | 上次回复 : DA924x - 2020年3月19日 20:52 -
0 投票
I need the best programmer's chair! Visual Basic programming is killing me!
Hello, All. This is a little off the subject, but not really... Its TOTALLY Visual Studio/Basic related!!! Since beginning programming with the Visual ...已答复 | 5 回复 | 12859 浏览次数 | Created by kaanuki - 2006年9月22日 17:32 | 上次回复 : NicholinaS - 2020年3月17日 7:48 -
1 投票
IDE in Design view
i have just installed vs2005 and have a problem with the design view of the IDE. i cant place a button or txtbox or the like on the design view and see it. the code is there ...已答复 | 23 回复 | 10217 浏览次数 | Created by jimkn - 2006年11月25日 18:07 | 上次回复 : FayazNaim - 2020年3月17日 1:18 -
0 投票
CreateProcessWithLogonW
I have been trying to create a 'simple' Visual Basic.net program which will allow me to run another program under a different user... basically simulate the functionality of ...问题 | 13 回复 | 11678 浏览次数 | Created by RichardCUK - 2006年10月5日 10:07 | 上次回复 : PhilL-66 - 2020年1月16日 17:07 -
16 投票
How to turn off "AutoGenerate" of columns when a DataGridView is data-bound
I have a Windows form that has a DataGridView on it. I have bound the DataGridView to show data, that I specifed, from the database (I defined the cells that I want to see through the ... -
0 投票
System.IndexOutOfRangeException was unhandled
why I am getting this eeror for this line? txtArea.Text = sql_reader["address_area"].ToString(); and ...问题 | 6 回复 | 18156 浏览次数 | Created by Jassim Rahma - 2006年11月10日 23:16 | 上次回复 : WayneAKing - 2018年10月9日 19:49 -
1 投票
How to test for Null values in ADODB recordset in VB.Net
What is the easiest way to test for a Null value in an ADODB recordset when using VB.Net. The IsNull function does not work in VB.Net, or so it ...已答复 | 10 回复 | 59462 浏览次数 | Created by Christie Myburgh - 2006年9月15日 16:09 | 上次回复 : acwchane - 2018年10月4日 17:18 -
1 投票
Net Framework 3.5
I need help installing Net Framework 3.5 I have tried absolutely everything I've seen online, the cmd, the iso, changing group policies, the control panel, nothing works at ... -
2 投票
Remove blank lines from a textbox
Blank lines in a textbox can be: A series of spaces followed by a carriage return OR A carriage return OR A line filled with tabs How can I remove all ...已答复 | 24 回复 | 50491 浏览次数 | Created by Ultrawhack - 2006年11月15日 17:55 | 上次回复 : Sam437 - 2018年7月31日 15:25 -
7 投票
Where's the WinForm event for AFTER a form has finished loading?
I need to fire an event AFTER a form has finished loading and is displayed to the user. Currently, I'm initializing my MapPoint control on my form in the form_load event. But, ...已答复 | 15 回复 | 28365 浏览次数 | Created by _Quimbly_ - 2006年12月15日 0:10 | 上次回复 : MarkInEugene2 - 2018年6月1日 15:20 -
1 投票
Visual Studio 6.0 Pro Installation: acmboot.exe
Hi, I'm having problem of installing Visual Studio 6.0 Pro. It gives me the error of "Error lauching Dir\acmboot.exe." When I ...已答复 | 4 回复 | 34476 浏览次数 | Created by Phuc H. Dao - 2006年8月20日 17:33 | 上次回复 : ADARSH GOHEL - 2018年5月23日 17:45 -
0 投票
Azure Function Project won't compile with TFS build agent Error MSB4066: The attribute "Version" in element <PackageReference> is unrecognized.
The Function project builds and works fine in VS2017 15.4.0 both on my dev machine and interactively on our build server. When we run a build through the build agent, it fails with a couple of ...问题 | 6 回复 | 11379 浏览次数 | Created by Mike E Yeager - 2017年10月18日 19:43 | 上次回复 : Connor McMahon - 2018年4月4日 19:09 -
11 投票
Create a folder with permissions set to This Folder, subfolders
Basically my app creates 4 folders that gives a specific user certain permissions. I can create the folder find, and i can give the user the correct permissions, but by ...已答复 | 10 回复 | 54301 浏览次数 | Created by Kitzul - 2006年8月25日 20:33 | 上次回复 : sandyjadhav75502 - 2018年3月9日 5:06 -
1 投票
How to delete the cookies create by a WebBrowser?
Hello, I use a WebBrowser (C# .Net 2.0) and i don't know how i can delete the cookies created by the WebBrowser? Thanks for your help!问题 | 7 回复 | 49704 浏览次数 | Created by sorcer1 - 2006年10月20日 10:03 | 上次回复 : PraveenkumarS7 - 2018年2月8日 11:38 -
0 投票
How to call a web page as Post method from Windows Form Application?
I have a form application with some TextBox controls in it.I want to send the values of these controls as Post variables to the web page. I can call a ...已答复 | 10 回复 | 19556 浏览次数 | Created by msmuser - 2006年9月10日 15:50 | 上次回复 : Krishnendhu Arun - 2018年2月7日 7:54 -
1 投票
Cross thread - adding strings to a list box
Hi and thank you in advance for any help you can provide. I have a need to use threads in my work so I can make simultaneous queries to a sql database ...已答复 | 2 回复 | 16446 浏览次数 | Created by bthompson - 2008年4月21日 13:41 | 上次回复 : DiAm78 - 2017年12月12日 22:41 - 項目 1 到 20 的 7515 下一個 ›