15,669,910 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 Kythen (Top 30 by date)
Kythen
1-Nov-11 17:30pm
View
Is there a typo in your code snippet? The line
queueMessage.CharacterSet = lSTrBase64String.Length;
doesn't make much sense at first glance.
Kythen
25-Oct-11 12:22pm
View
Sorry, we don't do homework for you. If you have a specific thing you're confused about let us know where you are stuck and what you've tried and we will gladly try to help you out.
Kythen
30-Jun-11 16:02pm
View
Please do not repost the same question over and over again. If you wish to clarify what you are looking for, edit your original question. Thanks!
Kythen
30-Jun-11 16:01pm
View
Please do not repost the same question over and over again. If you wish to clarify what you are looking for, edit your original question. Thanks!
Kythen
25-May-11 14:28pm
View
Yes, I entirely understand. :)
Generally speaking, it is impractical to do development in 100% assembly language. However, I think we as development community (not just CP) are far too dismissive of assembly language coding. We tend to make it sound like some intimidating lost black art that has almost no use whatsoever when in fact learning assembly and doing a little toy project or two can be very helpful in understanding what's really going on beneath what we see in our IDEs and debugging your other projects.
Kythen
25-May-11 14:27pm
View
Deleted
Yes, I entirely understand. :)
Generally speaking, it is impractical to do development in 100% assembly language. However, I think we as development community (not just CP) are far too dismissive of assembly language coding. We tend to make it sound like some intimidating lost black art that has almost no use whatsoever when in fact learning assembly and doing a little toy project or two can be very helpful in understanding what's really going on beneath what we see in our IDEs and debugging your other projects.
Kythen
25-May-11 12:36pm
View
I've done a few very small things in assembly. It's certainly more manual than C/C++, but with macros like the ones in the MASM32 package, it's not that bad. I know there has been at least one commercial application done in 100% assembly: the old Playstation emulator "Bleem!" back in 1999.
Kythen
8-Apr-11 15:35pm
View
You are absolutely correct. I was just trying to point out the plain path vs. Server.MapPath discrepancy which hadn't been pointed out yet at the time I wrote this answer. :)
Kythen
28-Mar-11 20:31pm
View
Thanks for the tip! :)
Kythen
9-Mar-11 10:53am
View
Visual Basic.NET or some other version of BASIC (i.e. VB6, QBASIC, RealBASIC, etc.)?
Kythen
4-Mar-11 12:28pm
View
Sorry, I can't really give you anything beyond the example from my answer. I have no idea what criteria you are using to find the nodes you want. That w3schools site has some decent tutorials on XPath queries. I can also recommend using a tool called Sketchpath from http://qutoric.com/sketchpath/ that can be a lot of help.
Kythen
28-Feb-11 17:35pm
View
That's where the XPath query comes in. I made some assumptions about your XML data, but the query in my example should do the same thing as the if elements in your XSLT. Change it to whatever you need.
Kythen
30-Nov-10 14:16pm
View
Please do not post duplicate questions.
Kythen
30-Nov-10 13:53pm
View
Come up with a calibration procedure if there isn't already one done on Android phones (I don't have one myself). Then study up on linear algebra and matrix math.
Beyond that, it's entirely up to you to decide what to do with the movement information.
Kythen
3-Nov-10 17:33pm
View
Try using the debugger in the IE8 Developer Tools to break into the code while the page is doing the "sit and spin" thing. You should be able to see if your javascript code is getting stuck somewhere, or if IE is just being retarded.
Kythen
7-Oct-10 14:31pm
View
I'm pretty sure the developer(s) of that PDF converter library would appreciate it if you did not share your license key with everyone.
Kythen
18-Aug-10 17:18pm
View
That's great and absolutely correct... if the OP is using .NET and is looking for information on how to mask passwords on a textbox. I didn't see anything in the question that allowed me to make those assumptions. Hopefully the OP will add some clarification.
Kythen
18-Aug-10 17:16pm
View
Can you give us a little more context to your question? Are you just trying to use a password textbox, or are you trying to write something like Spy++? Are you using native C++ or .NET?
Kythen
18-Aug-10 13:38pm
View
Not sure that's going to help the OP very much. He/She tagged the question C++, not C#. :)
Kythen
23-Jul-10 14:00pm
View
Your link is to the basic x86 integer division instruction, not an SIMD division instruction in MMX/SSE/etc. While I agree that it's best to consult the CPU reference docs, I'm not sure that pointing him to the basic x86 DIV instruction is nearly as helpful as pointing him to the SSE2 instruction set reference would be.
Kythen
7-Jul-10 17:56pm
View
How is it not working? What result are you getting and what are you expecting to see?
Kythen
7-Jul-10 16:57pm
View
Instead of using the FileStream constructor, you could use FileStream inFile = thisFi.OpenRead() instead. I would also advise using FileInfo.Name or FileInfo.FullPath instead of ToString() to get the file name.
Kythen
7-Jul-10 15:05pm
View
If you explain *why* you have these requirements and give us the bigger picture of what you are trying to accomplish you are more likely to get a better answer. I'm guessing this has something to do with either pay periods or fiscal calendars, but obviously there is no way for me to know for sure.
Kythen
30-Jun-10 17:57pm
View
I'm guessing English is not your first language. As such, here is some friendly advice to you. Your last sentence may be interpreted by some readers as having a very demanding and impolite tone. I would recommend a different choice of words, perhaps thanking people in advance for any help they may be able to provide.
Kythen
21-Jun-10 17:37pm
View
Edited for code readability
Kythen
26-May-10 13:44pm
View
Please include what SQL database server you are using (SQL Server/Oracle/etc.)
Also, using parameters will *not* slow down your application too much. Bad queries and poor database design are much more likely do affect performance.
Kythen
26-May-10 11:40am
View
Please don't add unnecessary answers to old questions.
Kythen
25-May-10 11:54am
View
The regex string is just a normal string, so you have to escape special characters like the backslash with an additional backslash character or turn it into a verbatim string by putting a @ character before the first double-quote character.
Kythen
24-May-10 23:53pm
View
A small point of clarification for the benefit of the original poster: Make sure to call this myRegEx.IsMatch() with Message *after* doing the call to TrimEnd('}') as our regular expressions would fail if the ending '}' was still included.
Kythen
24-May-10 23:42pm
View
You're absolutely correct. I hadn't payed close attention and missed including the ^ and $. The answer has been edited to fix this.
Show More