9,867,109 members (42,956 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,184 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,544
Page Size:
10
·
25
·
50
Category filtered by: General Programming
[x]
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
Re: Converting a string into a method
by
Dave Kreskowiak
Forum Message
13 May 2013
That doesn't make sense either as you'd have to manually walk the tree to find the node that is selected. Not very efficient, is it?? The TreeView already has a SelectedNode property which will re
General Programming »
Visual Basic
Lists of objects without losing class Intelli-sense
by
Purge1t
Forum Message
13 May 2013
Hi Guys, (In relation to novice games programming) Is it possible to have a list/collection of objects without losing Intelli-sense? Here is an example of what I mean... Public Class
General Programming »
Visual Basic
Re: TreeView Find Starting from Some Child Node
by
treddie
Forum Message
13 May 2013
JEEZ! That's exactly what I was trying to do! I could not find any references to anything like NodeFromPath, which would have been a huge timesaver there, alone! And with my relat
General Programming »
Visual Basic
Re: TryParse String from InputBox to Integer
by
PIEBALDconsult
Forum Message
13 May 2013
First, read the fine documentation: http://msdn.microsoft.com/en-us/library/f02979c7.aspx[
General Programming »
Visual Basic
TryParse String from InputBox to Integer
by
Member 10049837
Forum Message
13 May 2013
I am currently trying to convert a String that is gotten from an input box to an Integer using the Try Parse method. The integer is then supposed to be used to fill an array named international. Her
General Programming »
Visual Basic
Re: How to change the string of a MFC Menu item that contains '\t'
by
haha_c
Forum Message
13 May 2013
I use vs2010,The Menu item got from CMFCMenuBar,like this: CMenu *pMenu = CMenu::FromHandle(m_wndMenuBar.GetDefaultMenu()); CMenu *pSubMenu = pMenu ->GetSubMenu(1); Cstring strText = _T("Hello\two
General Programming »
C / C++ / Mfc
Re: TreeView Find Starting from Some Child Node
by
TnTinMn
Forum Message
13 May 2013
..... But there is no way to tell a TreeView to select a given node based either on a fullpath (there is no option for this) So what is preventing you from writing a routine to do this?
General Programming »
Visual Basic
Re: The equivalent of 'OninitDlg()'
by
Bram van Kampen
Forum Message
13 May 2013
Well Richard, Thanks for your reply, and, good to hear from you again. The differences between C++ and C# I'm acutely aware of. It brings me new surprises every day. Strange behaviour I have seen i
General Programming »
.Net Framework
Re: Converting a string into a method
by
treddie
Forum Message
13 May 2013
Lol! Reminds me of the commercial where the guy is one question behind, due to buffering.
General Programming »
Visual Basic
Re: Converting a string into a method
by
treddie
Forum Message
13 May 2013
Good points. So the emphasis is back to the limitations of the .Nodes() property. What a shame they did not set it up as, for example, TreeView1.Nodes(NodesArray(x)).SelectedNode. That would be a p
General Programming »
Visual Basic
Re: The equivalent of 'OninitDlg()'
by
Bram van Kampen
Forum Message
13 May 2013
Thanks, much appreciated. Look forward to hearing from you. :) Bram van Kampen
General Programming »
.Net Framework
Re: Converting a string into a method
by
Dave Kreskowiak
Forum Message
13 May 2013
That should have been "A node contains a Nodes collection...". A guide to posting questions on CodeProj
General Programming »
Visual Basic
Re: Converting a string into a method
by
Dave Kreskowiak
Forum Message
13 May 2013
Not so useful. Actually, pretty limiting in both security and performance. First, it's poor-performing code as it has to be compiled before use, at runtime. Access to variables might also have to
General Programming »
Visual Basic
Re: Converting a string into a method
by
treddie
Forum Message
13 May 2013
Heheh.
General Programming »
Visual Basic
Re: Converting a string into a method
by
treddie
Forum Message
13 May 2013
Only because it has such far reaching and useful consequences. I doubt that .Net will cease to grow and get even more heavy, but this option would serve so many uses where recursion is not an option.
General Programming »
Visual Basic
Re: TreeView Find Starting from Some Child Node
by
treddie
Forum Message
13 May 2013
The basic problem is this. In vb6 (and the COM controls as they were carried over into .Net), you have Dir and File List boxes. You could double-click a folder or file name and do something with it.
General Programming »
Visual Basic
Re: Converting a string into a method
by
dusty_dex
Forum Message
13 May 2013
Also take look at Emil Post's stuff on 'productions', circa 1930s. The authors initial was wrong, it's Douglas R. Hofstadter. I need better glasses. :) The NKS book is more along the lines of c
General Programming »
Visual Basic
Re: Converting a string into a method
by
treddie
Forum Message
13 May 2013
DoH! More book reading for my schedule! :) I'll have to look those up. Thanks!
General Programming »
Visual Basic
Re: Converting a string into a method
by
treddie
Forum Message
13 May 2013
Eddy Vluggen wrote:Ano node contains a node-collection that can be searched. If you know what node to start from, that is. Eddy, is that a
General Programming »
Visual Basic
The major reason there are soo many Antivirus False positives
by
Member 9703965
Forum Message
13 May 2013
Please realize VirusTotal is extremely popular for people to upload your products files and scan it against 40+ antivirus softwares. If at least one of the Antivirus on VirusTotal is a false posi
General Programming »
C#
Re: Case Insensitive Replace Not Working
by
jschell
Forum Message
13 May 2013
Easy enought to build a simple test program that verifies the regex, and only the regex. That of course would not have 'ds', 'Tables', etc.
General Programming »
C#
Re: Properties vs Methods Opinions sought
by
jschell
Forum Message
13 May 2013
Ennis Ray Lynch, Jr. wrote:I disagree. Properties were created because the language designer didn't like accessors and getters and wanted a cleaner meth
General Programming »
C#
Re: How to get values from listview and display it to textbox using sql database ?
by
E
ddy Vluggen
Forum Message
13 May 2013
Member 10017083 wrote:How to get values from listviewIterate it's
General Programming »
Visual Basic
Re: Error 1 The type or namespace name 'Form1'
by
Richard MacCutchan
Forum Message
13 May 2013
Topias Jäppilä wrote:only .cs I have on my project is Form1.csHave a look in the Solution Explorer window and you will see a full list of all
General Programming »
C#
Page 1 of 20,544
1
2
3
4
5
6
7
8
9
10
First
·
Prev
·
Next
·
Last
Advertise
|
Privacy
|
Mobile
Web02 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright ©
CodeProject
, 1999-2013
All Rights Reserved.
Terms of Use
Layout:
fixed
|
fluid