Found 20 threads
-
2 Stimmen
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 ...Beantwortet | 31 Antworten | 23169 Abrufe | Created by mariek - Sonntag, 10. September 2006 20:01 | Letzte Antwort von AshishJha286 - vor 18 Stunden 6 Minuten -
2 Stimmen
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". ...Beantwortet | 9 Antworten | 20214 Abrufe | Created by nobugz - Mittwoch, 4. Juni 2008 15:36 | Letzte Antwort von Ewot - Montag, 21. November 2022 12:43 -
15 Stimmen
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 ...Beantwortet | 22 Antworten | 21545 Abrufe | Created by TSoward - Donnerstag, 28. Mai 2009 16:05 | Letzte Antwort von PeterGroft - Samstag, 8. Oktober 2022 04:55 -
2 Stimmen
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 ...Beantwortet | 4 Antworten | 15928 Abrufe | Created by idos - Samstag, 4. August 2007 16:08 | Letzte Antwort von cervedin - Sonntag, 13. Dezember 2020 12:07 -
4 Stimmen
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 ...Beantwortet | 3 Antworten | 19996 Abrufe | Created by perlom - Dienstag, 10. Oktober 2006 18:54 | Letzte Antwort von Hans Milling - Montag, 19. Oktober 2020 09:39 -
0 Stimmen
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 ...Beantwortet | 4 Antworten | 15256 Abrufe | Created by drew_p - Montag, 24. Juli 2006 18:10 | Letzte Antwort von David Burg - Donnerstag, 8. Oktober 2020 05:55 -
1 Stimmen
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 ...Beantwortet | 6 Antworten | 11652 Abrufe | Created by MTech8 - Montag, 19. Oktober 2009 22:31 | Letzte Antwort von Sama Mir - Montag, 21. September 2020 11:46 -
5 Stimmen
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 ...Beantwortet | 16 Antworten | 63546 Abrufe | Created by MartinThwaites - Sonntag, 19. Juli 2009 21:32 | Letzte Antwort von xuan tran - Freitag, 18. September 2020 11:41 -
0 Stimmen
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 ...Frage | 4 Antworten | 11931 Abrufe | Created by poirepoisson - Donnerstag, 8. Mai 2008 13:38 | Letzte Antwort von Pavel A - Sonntag, 30. August 2020 23:13 -
0 Stimmen
Print multi-page TIFF
Hi, I have a Windows Form that should print a multi-page TIFF. My ...Beantwortet | 8 Antworten | 14632 Abrufe | Created by Nazza - Montag, 4. August 2008 13:00 | Letzte Antwort von LpJp - Freitag, 14. August 2020 14:05 -
12 Stimmen
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 ...Beantwortet | 20 Antworten | 52214 Abrufe | Created by Stuart J. Travers - Dienstag, 20. März 2007 04:18 | Letzte Antwort von Daniel_CH - Donnerstag, 30. Juli 2020 16:31 -
0 Stimmen
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, ...Beantwortet | 3 Antworten | 16090 Abrufe | Created by Raju,vetukuri - Mittwoch, 9. September 2009 10:12 | Letzte Antwort von RD Holland - Freitag, 19. Juni 2020 20:49 -
3 Stimmen
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 ...Beantwortet | 14 Antworten | 50032 Abrufe | Created by Andrew Huang - Dienstag, 2. September 2008 16:29 | Letzte Antwort von LeeC22 - Dienstag, 9. Juni 2020 13:28 -
3 Stimmen
JIT
How does JIT work?Beantwortet | 3 Antworten | 11513 Abrufe | Created by Deepraj_Majumdar_35eaf1 - Freitag, 23. März 2007 08:08 | Letzte Antwort von Pragati Katiyar - Montag, 1. Juni 2020 13:42 -
0 Stimmen
Exception from HRESULT: 0x8007007e
hi everybody; i when from toolbox usercontrol drag-drop to win-form i get the error message follows: Failed to create ...Beantwortet | 3 Antworten | 16769 Abrufe | Created by MGunes - Donnerstag, 16. November 2006 12:06 | Letzte Antwort von WarnerK - Samstag, 30. Mai 2020 11:58 -
9 Stimmen
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 ...Beantwortet | 18 Antworten | 163417 Abrufe | Created by iHandler - Donnerstag, 16. Juli 2009 08:59 | Letzte Antwort von Gabriel Marius Popescu - Samstag, 2. Mai 2020 19:48 -
0 Stimmen
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 ...Beantwortet | 4 Antworten | 13685 Abrufe | Created by Roy Holmberg - Mittwoch, 6. Mai 2009 21:20 | Letzte Antwort von zhengzilu - Mittwoch, 22. April 2020 20:31 -
1 Stimmen
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 ...Beantwortet | 7 Antworten | 11451 Abrufe | Created by Dinesh S - Dienstag, 5. Juni 2007 13:03 | Letzte Antwort von roger.breton - Donnerstag, 9. April 2020 15:49 -
0 Stimmen
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 ...Beantwortet | 9 Antworten | 14227 Abrufe | Created by Khronosx - Sonntag, 12. Oktober 2008 01:59 | Letzte Antwort von Jonathan Potter - Donnerstag, 9. April 2020 04:51 -
0 Stimmen
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 ...Frage | 8 Antworten | 15650 Abrufe | Created by tanyaz - Dienstag, 22. September 2009 15:21 | Letzte Antwort von Pete Walburn (2) - Dienstag, 3. März 2020 13:42 - Artikel 1 auf 20 von 27728 Weiter ›