9,868,710 members (29,644 online)
Visit CodeProject.TV
Discuss CodeProject.TV
Sign in
Email
Password
Forgot your password?
Sign in using
home
articles
Chapters and Sections
>
Search
Latest Articles
Latest Tips/Tricks
Top Articles
Beginner Articles
Technical Blogs
Posting/Update Guidelines
Article Help Forum
Article Competition
Submit an article or tip
Post your Blog
quick answers
Ask a Question
View Unanswered Questions
View All Questions...
C# questions
ASP.NET questions
VB.NET questions
C#4.0 questions
C++ questions
discussions
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work & Training Issues
Design and Architecture
ASP.NET
JavaScript
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
Adobe Technologies
C#
Free Tools
Objective-C
Ruby On Rails
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
.NET Framework
Mobile
VS 11 & .NET 4.5
Sharepoint
Silverlight / WPF
Visual Basic
Web Development
Site Bugs / Suggestions
features
Component & Service Catalog
Competitions
News
The Insider Newsletter
Newsletter archive
Surveys
Product Showcase
Research Library
CodeProject Stuff
community
The Insider News
The Lounge
The Weird & The Wonderful
The Soapbox
Press Releases
Who's Who
Most Valuable Professionals
Company Listings
Non-English Language
>
General Indian Topics
General Chinese Topics
help
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
Site Map
Advertise with us
Employment Opportunities
About Us
The default search term operator is
AND
.
You can use brackets,
AND
,
OR
, and
NOT
to improve your search. For example:
C# AND NOT(VB or SQL)
A query of a single
*
will return everything, filtered by any filters.
Filter examples:
Search by Author
author:"author name"
Filter by tag
tag:C#
or
tag:(C++ or Java)
Wildcard search
use "?" or "*" eg.
gr?d
or
gr*
1,027,205 Results
Search
Everything
Articles
Technical Blogs
Tips & Tricks
Questions
Answers
Forum Messages
News Items
Catalog Items
Videos
Training Courses
Just My Stuff
My Bookmarks
Sort by
Relevance
Rating Asc
Rating Desc
Title Asc
Title Desc
Author Asc
Author Desc
Date Created Asc
Date Created Desc
Date Modified Asc
Date Modified Desc
Price Asc
Price Desc
Duration Asc
Duration Desc
Match
All Fields
Title
Description
Author(s)
Tags
Any Date
Last 12 hours
Last 24 hours
Last week
Last 2 weeks
Last month
Last 3 months
Last 6 months
Last year
January
February
March
April
May
June
July
August
September
October
November
December
Rating Range
All - Including Unrated
1.0 - 5.0
2.0 - 5.0
3.0 - 5.0
4.0 - 5.0
4.5 - 5.0
4.8 - 5.0
5.0
Advanced Filters:
Article Topics
All Topics
Desktop Development
Web Development
Mobile Development
Cloud Computing
Enterprise Systems
Database
Multimedia
Languages
Platforms, Frameworks & Libraries
General Programming
Graphics / Design
Development Lifecycle
General Reading
Third Party Products
Mentor Resources
Article License
All Licenses
CPOL
CDDL
Ms-PL
MPL
CPL
Eclipse
MIT
BSD
Apache
CC (ASA 2.5)
Zlib
Public Domain
CC (Attr 3U)
CC (ASA 3U)
LGPL3
GPL3
Forums
All Forums
Feature Forums
General Programming
.NET Framework
Adobe Technologies
Algorithms
ATL / WTL / STL
C / C++ / MFC
C#
COM
Delphi
Design and Architecture
Graphics
Hardware & Devices
Java
LINQ
Managed C++/CLI
Objective-C
Regular Expressions
Ruby On Rails
Silverlight / WPF
Visual Basic
Visual Studio
WCF and WF
Windows API
Windows Forms
XML / XSL
Web Development
Product Lifecycle
Database & SysAdmin
General Discussions
Non-English Language
Catalog Category
All Categories
Books & Training
Charting & Graphing
Components, Controls, Libraries
Data Manipulation & Mining
Database Tools
Debugging
Documentation & Help
Financial, Math & Scientific
Frameworks & APIs
General Development Tools
GIS & Maps
Graphics & 3D Modeling
Hardware and Robotics
Hosting
IDEs
Imaging
Mobility
Multimedia
Networking
Performance and Profiling
Programming Languages
Project Life-cycle Management (ALM)
Reporting
Search
Security
Setup & Deploy
System Adminstration
Utilities
Virtualization
Web Design/Development
Catalog License
All Licenses
Commercial
Fully Function Evaluation version
Limited Functionality Trial
Limited Time Trial
Shareware
Free For Personal Use
Freeware
Page 1 of 20,545
Page Size:
10
·
25
·
50
Category filtered by: General Programming
[x]
Re: Assembly Loading
by
Jasmine2501
Forum Message
14 May 2013
Yeah it's not ideal. Sometimes you have to re-start the server. I think they opted for making it harder to use the wrong assembly instead of easier to manipulate which ones are used.
General Programming »
.Net Framework
Re: How to Reload the Explorer
by
DavidCrow
Forum Message
14 May 2013
What process is it that needs to read the newly added key? "One man's wage rise is another man's price increase." - Harold Wilson"Fireproof d
General Programming »
C / C++ / Mfc
Re: Assembly Loading
by
John Simmons / outlaw programmer
Forum Message
14 May 2013
I tried using strong naming, but that had no effect. WTF good is code re-use if I can't actually re-use the freakin code in compiled form?
General Programming »
.Net Framework
Re: Assembly Loading
by
Jasmine2501
Forum Message
14 May 2013
The running application (or new application using currently cached DLL) doesn't know about changes to the DLL itself in most cases, so you'd have to write some kind of polling thing, or event response
General Programming »
.Net Framework
Re: C# how save form in pdf/ and about calendar
by
Richard MacCutchan
Forum Message
14 May 2013
ghost22th wrote:save a text document in pdf-for exampleTry iTextSharp[
General Programming »
C#
Assembly Loading
by
John Simmons / outlaw programmer
Forum Message
14 May 2013
I have an DLL assembly that is used by many other apps. This assembly is likely to change as new requirements are discovered. Now, let's say the referencing apps are all running, I change the code
General Programming »
.Net Framework
C# how save form in pdf/ and about calendar
by
ghost22th
Forum Message
14 May 2013
How can C # Assistance WindowsFormsApplication1 save a text document in pdf-for example, in The second question Notify me when someone who has a calendar to "pay something" for example ... I can
General Programming »
C#
Re: Finding Duplicate numbers
by
Dave Kreskowiak
Forum Message
14 May 2013
First, you don't need that List. You're not trying to remember every single die roll. Second, you never compare the roll of the first die to the roll of the second. Once you do that, you simply i
General Programming »
Visual Basic
Re: what is the difference between "static" function and "inline" function?
by
yu-jian
Forum Message
14 May 2013
Thank you for you reply.
General Programming »
C / C++ / Mfc
how to develop an generic hid mouse emulator? (Driver in c)
by
jeffery c
Forum Message
14 May 2013
I am trying to figure out how to create a emulator that loads multiple generic hid mouse devices in c (or generic mouse devices). Generic drivers are ones that are included with windows already. Anyon
General Programming »
C / C++ / Mfc
Re: Entity Frame work
by
Pete O'Hanlon
Forum Message
14 May 2013
:doh: A bit of both. I'm impatient about losing weight. I was brought up to respect my elders. I don't respect many people nowadays.
General Programming »
C#
Re: Entity Frame work
by
Richard Deeming
Forum Message
14 May 2013
Pete O'Hanlon wrote:I'm trying to lose wait That sounds impatient. Or did you mean "weight"? ;P
General Programming »
C#
Re: Entity Frame work
by
Dave Kreskowiak
Forum Message
14 May 2013
Yeah, so am I, but, you have to "cheat" every now and then! A guide to posting questions on CodeProject
General Programming »
C#
Re: Entity Frame work
by
Pete O'Hanlon
Forum Message
14 May 2013
Maple syrup and brown suger. Mmmmmm. Lovely. Of course, as I'm trying to lose wait, I merely added raisins. I was brought up to respect my elders. I don't respect many
General Programming »
C#
Re: Entity Frame work
by
Dave Kreskowiak
Forum Message
14 May 2013
Pete O'Hanlon wrote:I had porridge for breakfast. It was lovely. Oooh, as did I. I mixed in a bit of maple syrup and with a bit of br
General Programming »
C#
Re: Entity Frame work
by
Dave Kreskowiak
Forum Message
14 May 2013
And?? Oh well....thanks for telling us.....I guess. When you learn to talk to humans, be sure to let us know!
General Programming »
C#
Re: Lists of objects without losing class Intelli-sense
by
Dave Kreskowiak
Forum Message
14 May 2013
Purge1t wrote:I guess what i'm asking isn't possible. It's not possible because you're trying to violate Object Oriented Programming princ
General Programming »
Visual Basic
Re: JList is returning null value
by
Shubhashish_Mandal
Forum Message
14 May 2013
"TorstenH" want to say you that you have to check the "index" value before using it to set the selected item. You should check "index" value whether it is in the range of your image list size.
General Programming »
Java
Re: Error 1 The type or namespace name 'Form1'
by
Anna King
Forum Message
14 May 2013
I am not getting it, on which line does this error occur? Please check your solution explorer to discover it.
General Programming »
C#
Re: How to Reload the Explorer
by
dusty_dex
Forum Message
14 May 2013
You shouldn't need to reboot unless registry key was in HKLM rather than user's own HKU hive. Just log out and back in again. What was the reg key?
General Programming »
C / C++ / Mfc
Re: string concatenation with all possibilities
by
Anna King
Forum Message
14 May 2013
I don't find any other better combinations for it, all the BEST possibilities are mentioned in your thread itself.
General Programming »
C#
Re: SENDING MAIL DID NOT USING GMAIL DOMAIN
by
Pete O'Hanlon
Forum Message
14 May 2013
What's your code? I was brought up to respect my elders. I don't respect many people nowadays. CodeStash - Online Snippet Mana
General Programming »
C#
Re: Entity Frame work
by
Pete O'Hanlon
Forum Message
14 May 2013
JAYRAJ GIRI wrote:I have Use Entity Frame work in my web application Splendid. I had porridge for breakfast. It was lovely.
General Programming »
C#
How to Reload the Explorer
by
sarfaraznawaz
Forum Message
14 May 2013
Hello Every one, I am adding some key in Registry is not getting into effect until system reboot or by killing explorer. so how can i achieve it, without rebooting and killing explorer. please
General Programming »
C / C++ / Mfc
SENDING MAIL DID NOT USING GMAIL DOMAIN
by
mohamed kalif raja
Forum Message
14 May 2013
Dear am using gmail smtp means mail send ..working good but i have change smtp name username password nic.in means did not send mail
General Programming »
C#
Re: Entity Frame work
by
OriginalGriff
Forum Message
14 May 2013
Good for you! Now, if you have a question, perhaps you might want to tell us what it is? The universe is composed of electrons, neutrons, protons and......morons. (The
General Programming »
C#
Entity Frame work
by
JAYRAJ GIRI
Forum Message
14 May 2013
I have Use Entity Frame work in my web application
General Programming »
C#
Re: etting Access Violation Exception -Attempted to read or write protected memory - when trying to convert unmanaged array of structures into managed class in Vb.Net (VS2010,4.0 framework) in Windows 7 -64 bit mode.
by
Richard MacCutchan
Forum Message
13 May 2013
Did you actually read the OP's question? Use the best guess
General Programming »
Managed C++/Cli
Re: etting Access Violation Exception -Attempted to read or write protected memory - when trying to convert unmanaged array of structures into managed class in Vb.Net (VS2010,4.0 framework) in Windows 7 -64 bit mode.
by
Tripurari Chaudhary
Forum Message
13 May 2013
Hi , whatever database u r acessing or data retrieval policy u might be using for e.g INI file,must be in Read Mode,Try to make it Write protected
General Programming »
Managed C++/Cli
Re: etting Access Violation Exception -Attempted to read or write protected memory - when trying to convert unmanaged array of structures into managed class in Vb.Net (VS2010,4.0 framework) in Windows 7 -64 bit mode.
by
Tripurari Chaudhary
Forum Message
13 May 2013
Hi , whatever database u r acessing or data retrieval policy u might be using for e.g INI file,must be in Read Mode,Try to make it Write protected
General Programming »
Managed C++/Cli
Re: How would you clear a tcp buffer or detect if there is data there ?
by
Richard MacCutchan
Forum Message
13 May 2013
You can use the Available property[
General Programming »
C#
Re: How would you clear a tcp buffer or detect if there is data there ?
by
SoMad
Forum Message
13 May 2013
This is probably not how I would do it, but if things are as simple as you describe and you don't think it will change in the future, you should be able to make it work. Your code is basically very s
General Programming »
C#
Re: runtime error
by
dusty_dex
Forum Message
13 May 2013
It might be worth just checking that it doesn't happen with any other application too.
General Programming »
C#
Re: JList is returning null value
by
Indian Coder1989
Forum Message
13 May 2013
Thanks for your quick reply. Will you be more specific on checking the value? As I'm selecting the value from Jlist that is showing thumbnails. I'm not getting the exact way for selecting next it
General Programming »
Java
Re: Case Insensitive Replace Not Working
by
cjb110
Forum Message
13 May 2013
mmm, it was nothing to do with the regex at all. Word had inserted some weird Bookmark XML in the middle of my text I was looking for. So the string I was looking for never appeared as a complete
General Programming »
C#
How would you clear a tcp buffer or detect if there is data there ?
by
Member 9862872
Forum Message
13 May 2013
Ok, here is my problem:- I have a tcp connection to an instrument; it is the slave and I am it's master (it speaks only when spoken to). Below is an example of how this conversation might look:-
General Programming »
C#
Re: JList is returning null value
by
TorstenH.
Forum Message
13 May 2013
You need to check if the JList does contain so much values. You're not coding safe. You need to take more care. You can never expect a value to be there as you need it - always check if the value
General Programming »
Java
Finding Duplicate numbers
by
CowlitzTroy
Forum Message
13 May 2013
My class is now over. I had an issue with the the assignment. I couldn't get the program to find and display the duplicate random numbers. I've looked for almost two weeks for an answer and I'm hop
General Programming »
Visual Basic
Re: runtime error
by
Pete O'Hanlon
Forum Message
13 May 2013
No idea whatsoever. Sorry. As you haven't provided any code for us to look at, there's not a lot we can do. Have you looked at the eventlog on the affected machines to see if there's anything being
General Programming »
C#
Re: Review: CLR via C# Book
by
Richard MacCutchan
Forum Message
13 May 2013
This is a technical question and answer forum, as detailed in the link to the posting guidelines that I gave you. If people start posting one line recommendations to books that they have read then it
General Programming »
C#
Re: How to change the string of a MFC Menu item that contains '\t'
by
Jochen Arndt
Forum Message
13 May 2013
I don't know why. You may check if tabs are shown when using in resource based menus. If not, the problem is application based. You may also check if '\a' is working (same as '\t' but text is left
General Programming »
C / C++ / Mfc
Re: The equivalent of 'OninitDlg()'
by
Richard MacCutchan
Forum Message
13 May 2013
Thanks for your kind words, Bram. I have found that the online MSDN documentation is usually the best source of information. It can be a bit daunting at first, and occasionally leads you down blind al
General Programming »
.Net Framework
JList is returning null value
by
Indian Coder1989
Forum Message
13 May 2013
I'm showing or selecting images from a list. My code for listselectionlistener is: listener = new ListSelectionListener() { @Override public void val
General Programming »
Java
Re: Review: CLR via C# Book
by
Mohammed Hameed
Forum Message
13 May 2013
I have posted this as a Suggestion and its related to C#. Whats wrong in that, please explain? I'm getting downvotes because of your comment. Atleast tell me how can I delete this comment.
General Programming »
C#
Re: Regarding Display data.
by
Abhinav S
Forum Message
13 May 2013
Try something and post any issues you run into here. WP Apps - Color Search |
General Programming »
C#
Re: Lists of objects without losing class Intelli-sense
by
Purge1t
Forum Message
13 May 2013
Thanks for the naming scheme advice. What I use for my project is a lot easier. It was just a quick example. I should have made it easier to read, sorry. My primary issue is that I need to have mul
General Programming »
Visual Basic
Re: MVC
by
Bikash Prakash Dash
Forum Message
13 May 2013
wot does it mean , is der any meaning of your question ?
General Programming »
.Net Framework
runtime error
by
n.nili
Forum Message
13 May 2013
after I run my windows application(c#) program and entering some digits and add to one list(showing one gif image to load) suddenly,after 5 or 6 times the shape of all buttons and labels Gradually ch
General Programming »
C#
gprs modem
by
hermionee
Forum Message
13 May 2013
how do i interface with the gprs modem using j2me without using a pc...i want to use it to send a sms through the gprs modem in a home security system to a predefined mobile number...pls help me regar
General Programming »
Hardware & Devices
Re: Lists of objects without losing class Intelli-sense
by
Dave Kreskowiak
Forum Message
13 May 2013
The method shows up. In VB.NET, the default access modifier for a class method is Public. In C# it's private. You'd be better served by not depending on the defaults but explicitly declaring yo
General Programming »
Visual Basic
Page 1 of 20,545
1
2
3
4
5
6
7
8
9
10
First
·
Prev
·
Next
·
Last
Advertise
|
Privacy
|
Mobile
Web03 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright ©
CodeProject
, 1999-2013
All Rights Reserved.
Terms of Use
Layout:
fixed
|
fluid