16,001,934 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 C++ questions
View Javascript questions
View Visual Basic questions
View .NET 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 Mitchell J. (Top 139 by date)
Mitchell J.
17-Jan-16 6:03am
View
Thanks!
Mitchell J.
7-Jan-16 5:03am
View
Righto. On which line is the error being thrown?
Mitchell J.
15-Mar-15 8:29am
View
Yeah I'm calling it a night soon as well.
Crazy thought: we're both in Oz... so maybe it's a region specific bug or something?
Mitchell J.
15-Mar-15 8:21am
View
Same here... Win 8.1 Pro on IE 11.0.9600.17690
Even though I got the images to display, I can still reproduce the no-show problem by I extracting the .zip to a completely new place on my hard drive. The bug just repeats itself.
Mitchell J.
15-Mar-15 7:58am
View
Here's two screenshots (before and after F12)
Before: https://www.dropbox.com/s/qd1bl6fqo55e34m/one.png?dl=0
After: https://www.dropbox.com/s/s8ozctqpu5asne4/two.png?dl=0
So not only does the message show only when I press F12, but it also comes back EVERY TIME I press F12, even if I cancel the message.
IE is displaying the images now since I created another html file - see my reply to your other message below :-)
Mitchell J.
15-Mar-15 7:50am
View
Yes... but we can see the source! Where's the script that IE is blocking? :S
Mitchell J.
15-Mar-15 7:47am
View
Interesting... so the random kitten .jpg I downloaded wasn't displaying in IE, but it was in chrome.
However, I then created an html file called "test.html" in the same location as about-me.html with the following content:
<!DOCTYPE html>
<html>
<img src="images/kitten.jpg"/>
</html>
So then I open test.html in IE and voila! The image displays.
After that, I go back to the misbehaving page and push Ctrl-F5, the images suddenly load -- and further images now have no problem displaying.
Mitchell J.
15-Mar-15 7:38am
View
Did you see my message above?
Mitchell J.
15-Mar-15 7:36am
View
Right... can you try something, see whether it happens for you too?
While you're on the misbehaving page, (in IE!), push F12 for IE developer tools. Do you suddenly get a "Internet Explorer blocked this page from running ... etc" message?
Mitchell J.
15-Mar-15 7:28am
View
I just reproduced the bug! Will investigated further.
Mitchell J.
14-Nov-14 0:41am
View
Once you have the text, what are you going to do with it?
I'm asking because your answer will significantly affect how you should go about obtaining the text :-)
Mitchell J.
4-Oct-14 21:04pm
View
Yeah that's what I suspected might be involved... Thanks.
Mitchell J.
10-Jun-14 1:16am
View
Please do not post comments like this as "solutions". It is arguably a form of site abuse.
In fact, you have already broken site rules by reposting the same question a few times.
I understand that you are new to CodeProject, but please put a bit more effort into using the site properly and observing the QA guidelines.
Please use the "Have a Question or Comment" button beneath Peter Leow's answer instead.
Mitchell J.
29-May-14 18:12pm
View
You're welcome. Glad to help!
Mitchell J.
28-May-14 6:49am
View
What do you mean by "check" - see if the hour component of them is equal maybe?
You need to provide more detail before we can help.
Mitchell J.
3-May-14 3:25am
View
What have you tried yourself that isn't working? Is there anything you might have tried already but haven't because you did't think it would work?
I'm asking this because the solution, if I gave it to you, would actually be really, really simple...
Mitchell J.
3-May-14 3:19am
View
You're welcome!
But I wasn't talking about "Notepad" but "Notepad++". Notepad++ is a free, really powerful code editor with syntax highlighing, plugin support etc. Did you click the link?
Mitchell J.
28-Apr-14 3:22am
View
Why would you hide it? I agree with SA...
Mitchell J.
27-Apr-14 4:18am
View
I doubt you'll find anyone here who would simply "give you a function" like that, not to mention that there are probably very few people here who could write one for you without spending an hour or so becoming acquainted the .wav format.
I recommend you google for free .wav libraries, see what you can do with those, and come back here with some questions, not a plea for code.
Good luck! :-)
Mitchell J.
23-Apr-14 21:58pm
View
Please use the "Improve Question" button to edit your question instead of posting an "answer". This is sometimes seen as a form of site abuse.
I've edited the question for you - can you see how I did it?
Mitchell J.
4-Apr-14 1:59am
View
Glad to help :-)
Mitchell J.
3-Apr-14 7:57am
View
+5
Mitchell J.
3-Apr-14 4:42am
View
I tried your code in a small project myself. I think the behavior you are describing is default - not sure it can be changed. :-(
Mitchell J.
2-Apr-14 16:54pm
View
An image might be helpful, but what I meant was "what code have you used to show the menu on the right click?" How areyou making it appear with a right click?
Mitchell J.
2-Apr-14 6:28am
View
So what's the difference in the code between left-click and right click?
Mitchell J.
16-Mar-14 2:58am
View
Can you post a sample of the code that, while running, makes the form unresponsive?
People can then have a look to see how you can fix your code.
Mitchell J.
16-Mar-14 2:54am
View
Deleted
?
Mitchell J.
16-Mar-14 2:46am
View
I get a sense that you are not being completely transparent about what you are trying to do.
You should have posted what you just did as your original question.
I recommend posting a completely new question, in which you completely explain the process that you are trying to create, show what you are doing so far (but don't code dump), and see who is able to help you.
Mitchell J.
16-Mar-14 2:34am
View
Of course it will! :-)
Whenever you change the URL of the browser, it will navigate to that page, refresh the Dom, and in that process the entire screen will go blank...
Unless the div is created dynamically, it should reappear after the new page finishes loading. Does it?
Mitchell J.
16-Mar-14 2:33am
View
Deleted
Of course it will! :-)
Whenever you change the URL of the browser, it will navigate to that page, refresh the Dom, and in that process the entire screen will go blank...
Unless the div is created dynamically, it should reappear after the new page finishes loading. Does it?
Mitchell J.
15-Mar-14 21:39pm
View
Do you want the URL to be clickable?
Mitchell J.
8-Mar-14 23:53pm
View
Hello,
I edited your post to make the English a bit clearer. It doesn't look like it's your first language, so that's OK. If I accidentally changed what you meant, let me know :-)
[Edit: Uhh, you edited it again... beware of using the word "urgently" here in QA]
Mitchell J.
8-Mar-14 23:46pm
View
Hello Andrew!
For people to help you out you'll have to provide some more information.
Eg. Are you having error messages? Couuld you post them? What have you tried that isn't working? :-)
If you don't do this I think the down-vote trolls will start attacking your question.
Mitchell J.
8-Mar-14 17:19pm
View
Do you have any experience in programming?
Mitchell J.
6-Mar-14 5:14am
View
Glad to help. :) Did you want to accept the solution using the button?
Mitchell J.
6-Mar-14 3:21am
View
Well, we don't write code for you, so this isn't really a question.
Have you tried anything yourself?
Mitchell J.
6-Mar-14 3:19am
View
Probably what he's looking for. Good answer :-)
Mitchell J.
6-Mar-14 3:17am
View
That code, by itself, looks like it ought to work! (to me at least)
Do you have any more information?
Mitchell J.
3-Mar-14 6:11am
View
No worries, it's ok if it's a genuine language mistake.
Anyway, did my solution work?
Mitchell J.
3-Mar-14 1:45am
View
I'm assuming that you have FormBorderStyle set to None?
Mitchell J.
14-Feb-14 23:02pm
View
Ok. Thanks for the info!
Mitchell J.
14-Feb-14 22:22pm
View
Oh, sorry. "File opener" as in the first few bytes of a file that specify what sort of file it is. I could also have said "file signature". Wikipedia has a list here (http://en.wikipedia.org/wiki/List_of_file_signatures) but I couldn't find this one in there.
Mitchell J.
2-Feb-14 5:45am
View
What do you mean by "keyboard cursor"? How is this different to a normal cursor?
Mitchell J.
1-Feb-14 3:49am
View
Of course! Silly me, I forgot a variable. I updated my answer.
Mitchell J.
28-Jan-14 3:06am
View
Glad to see that you "fixed" it :-)
Mitchell J.
27-Jan-14 4:53am
View
Can you provide more information? From your question, it's impossible to tell how to go about finding tickets.
Mitchell J.
27-Jan-14 4:40am
View
Have you looked at the page for download links at all? I would have thought they are quite easy to find.
Mitchell J.
27-Jan-14 4:25am
View
Correct link? It works at my end.
Mitchell J.
27-Jan-14 2:29am
View
Don't Repost.
Mitchell J.
27-Jan-14 1:59am
View
Are you using Windows Forms?
Mitchell J.
27-Jan-14 1:55am
View
What do mean by "save it to a single file"? And where to PictureBoxes come into this?
Mitchell J.
27-Jan-14 1:45am
View
What have you tried?
Mitchell J.
27-Jan-14 1:41am
View
True, he could be approaching this in far better ways. I did say "better" suited, not "perfectly" suited!
Mitchell J.
27-Jan-14 1:28am
View
This is probably better suited to the general programming forums.
This Q&A is for help with specific programming tasks.
Mitchell J.
26-Jan-14 22:12pm
View
Ok. Good luck!
Mitchell J.
26-Jan-14 6:37am
View
Please clean your code sample. It's not legible.
Mitchell J.
25-Jan-14 23:38pm
View
I'm assuming that you are using WinForms? What do you mean by "make a macro"?
Mitchell J.
25-Jan-14 6:17am
View
What does "not working" mean? It can mean many things.
Mitchell J.
25-Jan-14 2:06am
View
I don't know myself, but I recommend that you post your two questions individually, with more detail, and less extraneous information - but don't simply "re-post" this question as it is.
Mitchell J.
25-Jan-14 1:01am
View
No, not as textfiles. But I have just had an idea, and I will post it as an answer.
Mitchell J.
25-Jan-14 0:55am
View
Well, it depends on whether you index page is a html page or an aspx page. You said it was index.html, so I left it like that.
Mitchell J.
25-Jan-14 0:12am
View
Probably because you haven't clearly stated what you're asking. You've only said that you have googled two things for an upcoming job interview. Did you want suggestions, links, advice, or encouragement? :-)
Mitchell J.
25-Jan-14 0:04am
View
Oops. There must have been some copy/paste error. Sorry about that.
Mitchell J.
24-Jan-14 23:58pm
View
mode?
Mitchell J.
24-Jan-14 23:53pm
View
Good call.
Mitchell J.
24-Jan-14 23:47pm
View
You're welcome!
Mitchell J.
24-Jan-14 23:42pm
View
:-)
Mitchell J.
24-Jan-14 23:42pm
View
I've posted a solution.
Mitchell J.
24-Jan-14 23:38pm
View
It's giving you that error because you are not returning anything in the catch block.
Mitchell J.
24-Jan-14 23:31pm
View
Wow, second to second comments!
Mitchell J.
24-Jan-14 23:30pm
View
This question is not very clear. What are you trying to do?
Mitchell J.
24-Jan-14 20:53pm
View
Do mean that if you are on a page, that page's link color in the menu bar should be different to all the other links, on that page only?
Mitchell J.
24-Jan-14 20:46pm
View
You're welcome.
Mitchell J.
24-Jan-14 20:25pm
View
Do you have the source of the ExecuteReader() function?
Mitchell J.
19-Jan-14 1:40am
View
Is your company going to develop for Web, Desktop, Mobile, or a combination?
This will probably affect the name that you choose.
Mitchell J.
18-Jan-14 7:47am
View
Totally agree.
Mitchell J.
18-Jan-14 3:53am
View
So you haven't done anything so far in this matter... and you need a general direction?
Mitchell J.
17-Jan-14 23:36pm
View
Nice solution :-)
Mitchell J.
13-Jan-14 6:29am
View
What have you tried yourself?
Mitchell J.
5-Jan-14 2:59am
View
But isn't the page you see in your browser screen made of HTML? Thus by programmatically looking through the HTML you should be able to find the data you want?
Mitchell J.
5-Jan-14 1:20am
View
So... you basically want your c# code to access the data entered/returned in the webbrower?
Mitchell J.
5-Jan-14 1:07am
View
thanks!
Mitchell J.
5-Jan-14 1:01am
View
I've updated my solution.
Mitchell J.
5-Jan-14 0:58am
View
Nice solution :-)
Mitchell J.
5-Jan-14 0:51am
View
So you have a significant number of PRTD files mixed in with the UPSC files?
And you only want to stitch the PRTD files together?
Mitchell J.
5-Jan-14 0:43am
View
Did you see my answer?
Mitchell J.
28-Dec-13 22:11pm
View
You're welcome ;-)
Mitchell J.
16-Dec-13 4:55am
View
This place does not write code for you.
Mitchell J.
13-Dec-13 16:32pm
View
Take a look at this article on codeproject :-)
http://www.codeproject.com/Articles/540858/Smooth-Scroll-to-the-Top-of-the-Page-jQuery
Mitchell J.
13-Dec-13 7:17am
View
I submitted a solution! :-)
Mitchell J.
13-Dec-13 6:51am
View
Ahh... now I understand. You can't find a way to trigger events for the synchronous operations? Do you call the synchronous operations in your own code?
Mitchell J.
13-Dec-13 6:39am
View
Then I suppose you should use a non-progressive indicator, like rotating dots or a marquee style progress bar :-)
Mitchell J.
13-Dec-13 6:16am
View
What example sizes are in play here? What file types are causing the issue?
Mitchell J.
13-Dec-13 6:11am
View
How is the client browser supposed to receive information about how the task is going?
Mitchell J.
13-Dec-13 0:53am
View
What sort of division? A <div>? A <br />?
Mitchell J.
12-Dec-13 22:07pm
View
Oops! Forgot to change it when I copy/pasted. I'd already noticed Peter's solution :-)
Mitchell J.
12-Dec-13 20:32pm
View
+5, and I added to this.
Mitchell J.
12-Dec-13 18:24pm
View
Hello!
It's hard to really understand what you're trying to do. I'm guessing English isn't your first language, but that's ok.
Just to help clarify, why do you want to know whether $v is less than three/fifty?
Could you explain in English what the computer should be "thinking"?
Then I could help you translate your thoughts into computer code.
Mitchell J.
12-Dec-13 7:04am
View
This question is not very clear. I fixed one of the spelling mistakes.
Mitchell J.
12-Dec-13 6:58am
View
Thanks!
Mitchell J.
12-Dec-13 6:34am
View
You're welcome!
Mitchell J.
12-Dec-13 6:28am
View
I posted a new answer.
Mitchell J.
12-Dec-13 6:14am
View
Probably the best way for me to help you.
Mitchell J.
12-Dec-13 6:10am
View
Thanks... I'll just check a few things to see if I can reproduce your error myself.
Mitchell J.
12-Dec-13 6:02am
View
I have a slightly better understanding of your problem, but not enough to give a definitive answer.
Mitchell J.
12-Dec-13 5:58am
View
Can you copy/paste the error please?
Mitchell J.
12-Dec-13 5:55am
View
Nothing is wrong with it. It works for me!
I need to know what problems you're having - because your code works fine.
The problem isn't in that code - it's somewhere else.
Mitchell J.
12-Dec-13 5:52am
View
I'm afraid I can't see your screen or read your mind, though.
Mitchell J.
12-Dec-13 5:51am
View
Hello!
I tried your code...
Is the problem that the code does not compile?
Mitchell J.
12-Dec-13 5:46am
View
What is it doing instead? Nothing? Or is it acting but inconsistently?
Mitchell J.
12-Dec-13 5:36am
View
Deleted
What language?
Mitchell J.
5-Dec-13 21:20pm
View
Add "using System.Threading;" to the using block at the top of your code. Bingo!
Mitchell J.
20-Oct-13 6:51am
View
LOL the edit is funny
Mitchell J.
29-Jul-13 5:56am
View
Reason for my vote of 5 \n Cool
Mitchell J.
20-Apr-13 23:27pm
View
Deleted
SPAM SPAM SPAM
Mitchell J.
20-Apr-13 23:13pm
View
Deleted
SPAM SPAM SPAM
Mitchell J.
11-Apr-13 6:55am
View
Tiff format is used for photos, what do you mean by 'convert'?
Mitchell J.
10-Apr-13 7:51am
View
I'm a C# programmer. Can't help.
Surely you can use Ionic.Zip.dll in VB.NET though?
Mitchell J.
10-Apr-13 7:43am
View
Ah, sorry I'm not familiar with that code language :-(
Mitchell J.
10-Apr-13 7:34am
View
Deleted
He asked for C#
Mitchell J.
10-Apr-13 7:17am
View
What is the code trying to do?
Mitchell J.
10-Apr-13 7:12am
View
Do you mean displaying the coordinates of the mouse?
Mitchell J.
5-Apr-13 3:25am
View
What do you mean by 'virtual keyboard'? Some idealized image of a keyboard?
Mitchell J.
19-Mar-13 7:44am
View
What "page" are you on? This question lacks detail.
Mitchell J.
19-Mar-13 4:06am
View
Is this Google page rank?
Mitchell J.
9-Mar-13 2:07am
View
You mean that the button isn't moving with the MDI form but simply sits on one spot?
Mitchell J.
9-Mar-13 2:02am
View
You can control AutoComplete with the IE options dialog.
Addons I'm not sure. :-(
Mitchell J.
9-Mar-13 1:45am
View
What does the popup say?
Mitchell J.
8-Mar-13 6:35am
View
Oops. My Mistake...
Mitchell J.
21-Feb-13 6:02am
View
Just google "ImageConverter C#" and you'll get the basics. It's pretty easy to use.
Example:
ImageConverter c = new ImageConverter();
byte[] Imgdata = (byte[])c.ConvertTo(new Bitmap(0, 0), typeof(byte[]));
Mitchell J.
21-Feb-13 5:52am
View
Have you tried System.Drawing.ImageConverter?
Mitchell J.
19-Jan-13 5:15am
View
I'm not quite sure what you mean. I still highly recommend you play with the code and try guess-and-error to achieve what you want.
Suggestions for your playing:
1. Try multiplying the effect on controls. ie, change "e.NewValue - e.OldValue" to "3 * (e.NewValue - e.OldValue)".
2. Add heaps of controls to your panel and obseve what happens as you add more of them.
I've self-taught myself programming and I highly recommend you spend time perusing other people's work here on CP. I'm glad I was of help! :-)
Mitchell J.
19-Jan-13 1:35am
View
What do you want to do exactly? Make a user webpage change according the information accessible through PHP get?
Mitchell J.
19-Jan-13 1:04am
View
In internet explorer? In your own application? What's the context?
Mitchell J.
19-Jan-13 0:55am
View
What sort of spaces?
Mitchell J.
19-Jan-13 0:38am
View
use code to change the slashes to dashes and .NET will recognize it...
Schedule_Date_For_GFC = Schedule_Date_For_GFC.Replace('/', '-');
Mitchell J.
19-Jan-13 0:38am
View
Deleted
use code to change the slashes to dashes and .NET will recognize it...
Schedule_Date_For_GFC = Schedule_Date_For_GFC.Replace('/', '-');
Mitchell J.
19-Jan-13 0:32am
View
Can you give an example value of Schedule_Date_For_GFC ?
Mitchell J.
13-Sep-12 6:53am
View
No, it wasn't. :-) I've changed it to a link.
Show More