Found 20 threads
-
2 투표
C# and Big-Oh notation
hello dear developers, I am a student and also still new to the .net framework. I just want to ask for your opinion or for any comment regarding the imporance of Big-Oh in the ...답변됨 | 31 응답 | 23269 보기 | Created by mariek - 2006년 9월 10일 일요일 오후 8:01 | 최근 응답 님의 AshishJha286 - 2023년 5월 31일 수요일 오전 6:14 -
2 투표
The Unknown Error virus
Keeping a tab opened on My Threads. I noticed it wasn't updated in a while. Just below the button bar on the top, shown in red "there was an error processing the request". ... -
15 투표
Printing na post not working correctly
In the Small Business server forum I posetd ""BPA Recommended Changes that Broke The SBS Web Site" and got a response this AM. Before leaving may office I opened the item and read ...답변됨 | 22 응답 | 21582 보기 | Created by TSoward - 2009년 5월 28일 목요일 오후 4:05 | 최근 응답 님의 PeterGroft - 2022년 10월 8일 토요일 오전 4:55 -
2 투표
ICollection.CopyTo() vs. ArrayList.ToArray()
Dear all, I want to convert a ICollection instance to a normal array. But then I realized these two ways will give me a Array object. Just curious, which one is better ...답변됨 | 4 응답 | 15977 보기 | Created by idos - 2007년 8월 4일 토요일 오후 4:08 | 최근 응답 님의 cervedin - 2020년 12월 13일 일요일 오후 12:07 -
4 투표
Screen Saver notifications
I want to get notifications of various System Events in my C# app (Shut down, logoff, Session change, etc). So far I found that the SystemEvents class is very useful ...답변됨 | 3 응답 | 20033 보기 | Created by perlom - 2006년 10월 10일 화요일 오후 6:54 | 최근 응답 님의 Hans Milling - 2020년 10월 19일 월요일 오전 9:39 -
0 투표
assembly load unload event
I have an assembly for which I need to increment/decrement the counter in registry when assembly load/unload. are there any events which tells assembly is loading or ...답변됨 | 4 응답 | 15290 보기 | Created by drew_p - 2006년 7월 24일 월요일 오후 6:10 | 최근 응답 님의 David Burg - 2020년 10월 8일 목요일 오전 5:55 -
1 투표
Is there a difference between capitalized types and non capitalized types?
I just noticed that often times types in C# are offered (via intellisense) in Capitalized and non-capitalized. I tried to do a search to find the answer, but couldn't find anything. Nothing ...답변됨 | 6 응답 | 11695 보기 | Created by MTech8 - 2009년 10월 19일 월요일 오후 10:31 | 최근 응답 님의 Sama Mir - 2020년 9월 21일 월요일 오전 11:46 -
5 투표
Modify ConnectionString in App.Config
Okay so I've found various different forum posts on this, but none giving a viable solution with a code example in C#... so here goes... I've created a DataSet using the dataset ...답변됨 | 16 응답 | 63585 보기 | Created by MartinThwaites - 2009년 7월 19일 일요일 오후 9:32 | 최근 응답 님의 xuan tran - 2020년 9월 18일 금요일 오전 11:41 -
0 투표
SendMessage for keystroke is not working
Hi all could you please tell me why this code does not work? It should simulate the pression of TAB and then arrow DOWN, but ...질문 | 4 응답 | 11984 보기 | Created by poirepoisson - 2008년 5월 8일 목요일 오후 1:38 | 최근 응답 님의 Pavel A - 2020년 8월 30일 일요일 오후 11:13 -
12 투표
IO.Directory.Delete - Read-only "Access Denied"
I'm in the middle of a major project converting a VB6 application to .NET and have a requirement to delete a folder and its contents, in this case a complete user profile folder from C:\Documents and ...답변됨 | 20 응답 | 52259 보기 | Created by Stuart J. Travers - 2007년 3월 20일 화요일 오전 4:18 | 최근 응답 님의 Daniel_CH - 2020년 7월 30일 목요일 오후 4:31 -
0 투표
CVTRES : fatal error CVT1100: duplicate resource. type:DIALOG, name:PRINTSTATUS, language:0x0409
Hi all VC++ programmers, I am the following linking error when iam migrating my code from vs-2003 to vs-2008.i.e. CVTRES : fatal error CVT1100: duplicate resource. type:DIALOG, ...답변됨 | 3 응답 | 16138 보기 | Created by Raju,vetukuri - 2009년 9월 9일 수요일 오전 10:12 | 최근 응답 님의 RD Holland - 2020년 6월 19일 금요일 오후 8:49 -
3 투표
How to get the last directory after open FileDialog
Set FileDialog.RestoreDirectory Property true. When reopenning the file dialog box, it locates the last directory. My question is "How can I get the last ...답변됨 | 14 응답 | 50076 보기 | Created by Andrew Huang - 2008년 9월 2일 화요일 오후 4:29 | 최근 응답 님의 LeeC22 - 2020년 6월 9일 화요일 오후 1:28 -
3 투표
JIT
How does JIT work?답변됨 | 3 응답 | 11551 보기 | Created by Deepraj_Majumdar_35eaf1 - 2007년 3월 23일 금요일 오전 8:08 | 최근 응답 님의 Pragati Katiyar - 2020년 6월 1일 월요일 오후 1:42 -
9 투표
C# - Set Focus on TextBox - Which Event?
I have a Form and a Textbox control, once the Form loads up, and I want to set the cursor FOCUS on the TextBox, however, I cannot do this and I have no reason why, please ...답변됨 | 18 응답 | 163458 보기 | Created by iHandler - 2009년 7월 16일 목요일 오전 8:59 | 최근 응답 님의 Gabriel Marius Popescu - 2020년 5월 2일 토요일 오후 7:48 -
0 투표
DAO Database functionality in C++ called from a 64 bit app.
Hello, I write 3rd party software in C++ that runs on top of an engineering program called AutoCAD. We have various applications that do this but one ...답변됨 | 4 응답 | 13724 보기 | Created by Roy Holmberg - 2009년 5월 6일 수요일 오후 9:20 | 최근 응답 님의 zhengzilu - 2020년 4월 22일 수요일 오후 8:31 -
1 투표
Windows Textbox property “SelectionLength” is not working in .Net 2.0
I am migrating following VB6.0 code to .Net 2.0 (Windows application). VB6.0 Code :- Private Sub ...답변됨 | 7 응답 | 11488 보기 | Created by Dinesh S - 2007년 6월 5일 화요일 오후 1:03 | 최근 응답 님의 roger.breton - 2020년 4월 9일 목요일 오후 3:49 -
0 투표
Textbox Margin set by EM_SETMARGINS ignored?
Hi, I used EM_SETMARGINS to set 10px margin on the right hand of the textbox. It works fine when i am typing letters and exceeds the width of the ...답변됨 | 9 응답 | 14263 보기 | Created by Khronosx - 2008년 10월 12일 일요일 오전 1:59 | 최근 응답 님의 Jonathan Potter - 2020년 4월 9일 목요일 오전 4:51 -
0 투표
How to set DateTimePicker (WinForms) control calendar automaticly on Today date
Hello, I have WinForms application with custom control based on DateTimePicker. In OnDropDown event I want to open calendar with automaticly selected today date in ...질문 | 8 응답 | 15686 보기 | Created by tanyaz - 2009년 9월 22일 화요일 오후 3:21 | 최근 응답 님의 Pete Walburn (2) - 2020년 3월 3일 화요일 오후 1:42 - 27728개 중 1 ~ 20개 항목 다음 ›