Found 20 threads
-
2 Głosy
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". ...Odpowiedz | 9 Odpowiedzi | 19225 Wyświetlenia | Created by nobugz - środa, 4 czerwca 2008 15:36 | Ostatnia odpowiedź udzielona przez Ewot - poniedziałek, 21 listopada 2022 12:43 -
15 Głosy
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 ...Odpowiedz | 22 Odpowiedzi | 20930 Wyświetlenia | Created by TSoward - czwartek, 28 maja 2009 16:05 | Ostatnia odpowiedź udzielona przez PeterGroft - sobota, 8 października 2022 04:55 -
2 Głosy
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 ...Odpowiedz | 4 Odpowiedzi | 15001 Wyświetlenia | Created by idos - sobota, 4 sierpnia 2007 16:08 | Ostatnia odpowiedź udzielona przez cervedin - niedziela, 13 grudnia 2020 12:07 -
4 Głosy
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 ...Odpowiedz | 3 Odpowiedzi | 19433 Wyświetlenia | Created by perlom - wtorek, 10 października 2006 18:54 | Ostatnia odpowiedź udzielona przez Hans Milling - poniedziałek, 19 października 2020 09:39 -
0 Głosy
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 ...Odpowiedz | 4 Odpowiedzi | 14823 Wyświetlenia | Created by drew_p - poniedziałek, 24 lipca 2006 18:10 | Ostatnia odpowiedź udzielona przez David Burg - czwartek, 8 października 2020 05:55 -
1 Głosy
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 ...Odpowiedz | 6 Odpowiedzi | 11003 Wyświetlenia | Created by MTech8 - poniedziałek, 19 października 2009 22:31 | Ostatnia odpowiedź udzielona przez Sama Mir - poniedziałek, 21 września 2020 11:46 -
5 Głosy
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 ...Odpowiedz | 16 Odpowiedzi | 62820 Wyświetlenia | Created by MartinThwaites - niedziela, 19 lipca 2009 21:32 | Ostatnia odpowiedź udzielona przez xuan tran - piątek, 18 września 2020 11:41 -
0 Głosy
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 ...Pytanie | 4 Odpowiedzi | 11030 Wyświetlenia | Created by poirepoisson - czwartek, 8 maja 2008 13:38 | Ostatnia odpowiedź udzielona przez Pavel A - niedziela, 30 sierpnia 2020 23:13 -
0 Głosy
Print multi-page TIFF
Hi, I have a Windows Form that should print a multi-page TIFF. My ...Odpowiedz | 8 Odpowiedzi | 14054 Wyświetlenia | Created by Nazza - poniedziałek, 4 sierpnia 2008 13:00 | Ostatnia odpowiedź udzielona przez LpJp - piątek, 14 sierpnia 2020 14:05 -
12 Głosy
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 ...Odpowiedz | 20 Odpowiedzi | 51302 Wyświetlenia | Created by Stuart J. Travers - wtorek, 20 marca 2007 04:18 | Ostatnia odpowiedź udzielona przez Daniel_CH - czwartek, 30 lipca 2020 16:31 -
0 Głosy
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, ...Odpowiedz | 3 Odpowiedzi | 15393 Wyświetlenia | Created by Raju,vetukuri - środa, 9 września 2009 10:12 | Ostatnia odpowiedź udzielona przez RD Holland - piątek, 19 czerwca 2020 20:49 -
3 Głosy
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 ...Odpowiedz | 14 Odpowiedzi | 48907 Wyświetlenia | Created by Andrew Huang - wtorek, 2 września 2008 16:29 | Ostatnia odpowiedź udzielona przez LeeC22 - wtorek, 9 czerwca 2020 13:28 -
3 Głosy
JIT
How does JIT work?Odpowiedz | 3 Odpowiedzi | 10982 Wyświetlenia | Created by Deepraj_Majumdar_35eaf1 - piątek, 23 marca 2007 08:08 | Ostatnia odpowiedź udzielona przez Pragati Katiyar - poniedziałek, 1 czerwca 2020 13:42 -
0 Głosy
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 ...Odpowiedz | 3 Odpowiedzi | 16093 Wyświetlenia | Created by MGunes - czwartek, 16 listopada 2006 12:06 | Ostatnia odpowiedź udzielona przez WarnerK - sobota, 30 maja 2020 11:58 -
9 Głosy
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 ...Odpowiedz | 18 Odpowiedzi | 162656 Wyświetlenia | Created by iHandler - czwartek, 16 lipca 2009 08:59 | Ostatnia odpowiedź udzielona przez Gabriel Marius Popescu - sobota, 2 maja 2020 19:48 -
0 Głosy
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 ...Odpowiedz | 4 Odpowiedzi | 13258 Wyświetlenia | Created by Roy Holmberg - środa, 6 maja 2009 21:20 | Ostatnia odpowiedź udzielona przez zhengzilu - środa, 22 kwietnia 2020 20:31 -
1 Głosy
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 ...Odpowiedz | 7 Odpowiedzi | 11049 Wyświetlenia | Created by Dinesh S - wtorek, 5 czerwca 2007 13:03 | Ostatnia odpowiedź udzielona przez roger.breton - czwartek, 9 kwietnia 2020 15:49 -
0 Głosy
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 ...Odpowiedz | 9 Odpowiedzi | 13597 Wyświetlenia | Created by Khronosx - niedziela, 12 października 2008 01:59 | Ostatnia odpowiedź udzielona przez Jonathan Potter - czwartek, 9 kwietnia 2020 04:51 -
0 Głosy
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 ...Pytanie | 8 Odpowiedzi | 15150 Wyświetlenia | Created by tanyaz - wtorek, 22 września 2009 15:21 | Ostatnia odpowiedź udzielona przez Pete Walburn (2) - wtorek, 3 marca 2020 13:42 -
9 Głosy
"Parameter is not valid" Arguement Exception when the DoubleBuffered Property is true
Hi, I am creating a Image button control. So, I have used three images for Up, Down and Over events. When I click on the button sometimes, it flickers. I read MSDN and a ...Dyskusja ogólna | 6 Odpowiedzi | 17160 Wyświetlenia | Created by Lockhid - czwartek, 19 marca 2009 22:21 | Ostatnia odpowiedź udzielona przez ΔeltanK - środa, 26 lutego 2020 00:47 - Items 1 to 20 of 27728 następny ›