15,669,764 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View Python questions
View Javascript questions
View C++ questions
View Java questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by BlackMilan (Top 27 by date)
BlackMilan
16-Mar-15 10:20am
View
Hi,
nice idea, but true is the default for processInfo.UseShellExecute. So the line changes nothing.
BlackMilan
12-Mar-15 7:16am
View
No, 1 exit after starting 2. Otherwise, the update of 1 would not work.
BlackMilan
12-Mar-15 4:04am
View
Thanks, but no, I get the issue on another pc.
The 1st exe is startet from desktop, and DragEnter works fine. Then, it starts a 2nd exe, and the 2nd restarts the 1st exe after update it. Thereafter, the 1st exe no more receives DragEnter event. But, after exit and starting from desktop, DragEnter will work again.
I'm confused while reading about MIC and UAC, because this issue should also exist on Windows 7, but there isn't it. Only Windows 8.
BlackMilan
12-Mar-15 3:33am
View
I don't think so. That's all:
<pre lang="c#">
Process p = new Process();
p.StartInfo.FileName = fileName;
p.StartInfo.Arguments = arguments;
p.Start();
</pre>
BlackMilan
21-Nov-12 9:41am
View
I think, you doesn't understand the problem behind. MouseEnter and MouseLeave events will be fired, if Mouse goes inside respectively outside the "inner area" (form1.ClientRectangle) of the Form. But I will see an event, if the mouse goes inside respectively outside the form1.DesktopBounds.
BlackMilan
1-Nov-12 3:31am
View
So if your problem is solved, them accept a solution ...
BlackMilan
30-Oct-12 5:59am
View
Didd you aks western union, moneygram, ukash or something other "serious" money mover ...
SCNR
BlackMilan
30-Oct-12 5:12am
View
This is not a solution. Improve your question.
BlackMilan
29-Oct-12 10:23am
View
+5.
9 simple rules are too much!
BlackMilan
29-Oct-12 6:04am
View
You can put the delay in your Form13, by strating a timer and close itself after 500ms, to avoid the abort. Otherwise you must live with the exception and ignore it!
BlackMilan
29-Oct-12 5:47am
View
TextBox3.Text may be empty and yearlyalloc do not allow NULL value
BlackMilan
29-Oct-12 5:42am
View
I don't know what you want to achieve. A thread must not be aborted in any case, it can also end by leaving the method (splashscreen() in your code)
BlackMilan
29-Oct-12 5:42am
View
Deleted
I don't know what you want to achieve. A thread must not be aborted in any case, it can also end by leaving the method (splashscreen() in your code)
BlackMilan
29-Oct-12 5:12am
View
My fortune teller crystal sphere must be repaired, so post your code ...
BlackMilan
26-Oct-12 9:44am
View
... yes, until 1st click on row header or column header. ;-)
BlackMilan
26-Oct-12 9:20am
View
Let's see your table definition, sample content and an understandable example of what you will get.
Sorry that I require so much work from you, but my fortune teller crystal sphere must be repaired.
BlackMilan
26-Oct-12 8:53am
View
Hi!
It isn't a good practice, to ask the same question renew, instead of respond meaningful answers to the helpers!
BlackMilan
26-Oct-12 5:18am
View
No, normaly all records (whole table) will be sorted, not only the visited.
BlackMilan
26-Oct-12 4:41am
View
does that mean that you do not want to sort all the rows, but only, for example, the first 50?
BlackMilan
25-Oct-12 8:59am
View
Did you have a problem in C# or SQL?
BlackMilan
25-Oct-12 6:46am
View
I can't verify this from now, but as described above I think, there are 2 result sets from one query.
BlackMilan
25-Oct-12 6:41am
View
No, I think it's one query (from reading doc), but 2 result sets.
BlackMilan
25-Oct-12 6:38am
View
Didd you testet your code? - It doesn't work here.
1. The as keyword can't used for the compute clause.
2. The myReader.Read() delivers only the cols name and earning.
BlackMilan
23-Oct-12 6:33am
View
Looks like strike dead from too much results ;-)
BlackMilan
23-Oct-12 5:16am
View
Without details of tool and version no help is possible.
I tested with MySQL Workbench 5.2.40 - no problem
BlackMilan
23-Oct-12 2:42am
View
no query, datasource is a datatable or dataview from dataset
BlackMilan
22-Oct-12 9:15am
View
No sorry doesn't help, AutoGenerateColumns is always set to false.
Show More