9,867,109 members (41,946 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*
19 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
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 1
Page Size:
10
·
25
·
50
Author filtered by: dinesh_redhawk
[x]
C# Unable to delete registry key in Win 7 64 Bit PC
by
dinesh_redhawk
Question
13 May 2013
license:
CPOL
Hello All,I am unable to delete a particular registry key from Win 7 64 bit. The deletion command result is successful but when i go and check in registry, the entry exists.In Win7 32 bit and other OS, it runs fine-deletes successfully. The problem is in 64 bit OS.Below is the code...
General Programming
»
Uncategorised Quick Answers
»
General
C#2.0
C#
Windows
Win7
64-bit
registry
C# Unable to delete registry key in Win 7 64 Bit PC
by
dinesh_redhawk
Answer
12 May 2013
license:
CPOL
Can anyone help me please??? :(
General Programming
»
Uncategorised Quick Answers
»
General
C#2.0
C#
Windows
Win7
64-bit
registry
C# How to delete specific lines based on line no. from a text file
by
dinesh_redhawk
Question
17 Apr 2013
license:
CPOL
Hello Guys,I am stuck in a small & simple problem of clipping a log file content.And this is URGENT!!Problem:I need a code in C# (2.0 framewrk) by which i can delete specific lines from a log file based on line number. I searched over net but everywhere i am getting solns based on C#4.0...
General Programming
»
Uncategorised Quick Answers
»
General
C#2.0
C#
file
Why uploading a file through FTP takes more time every 10 minutes
by
dinesh_redhawk
Question
27 Dec 2012
license:
CPOL
Hello all,I wrote a simple FTP program to transfer 4 text files to a device in a loop.(for testing we wanted to have a ftp tool which will be uploading 4 txt files continuosly without stop).The tool seems to be working fine, uploading the files repeatedly in an endless loop.But, we...
General Programming
»
Uncategorised Quick Answers
»
General
VB6
General
FTP
How to get the error message for FTP failure in VB6
by
dinesh_redhawk
Question
20 Dec 2012
license:
CPOL
Hello all,I have written a code to retrieve the error code of an FTP failure, but i am unable to retrieve the error message from it. I tried all the possible ways shown in google but iam not able to do it. Can anyone please share the code snippet or tell me how to do this. Please check the...
General Programming
»
Uncategorised Quick Answers
»
General
VB6
How to get File Extension name in VB6
by
dinesh_redhawk
Question
14 Oct 2012
license:
CPOL
I have a list which contains the name of all the required files for uploading.Now, i want to know the extension name of each file in the list. How to do it.Please help me out. Is there any inbuilt API which i can use.I searched the net, but found functions written for getting extension name....
General Programming
»
Uncategorised Quick Answers
»
General
VB6
Why a WiFi network with WPA2PSK TKIP+AES encryption is detected as AES by Windows OS
by
dinesh_redhawk
Question
6 Aug 2012
license:
CPOL
Hello All,Can anyone please clarify me that Why a WiFi network with WPA2PSK TKIP+AES encryption is detected as AES by Windows OS?If anyone has ant idea then please post. [Links to any Microsoft website or any trustworthy website is preferred]Thank you,Dinesh
General Programming
»
Uncategorised Quick Answers
»
General
Windows
FTP Directory listing problem
by
dinesh_redhawk
Question
23 Jun 2012
license:
CPOL
Hello All,Iam facing some problem in listing out the directory files in SD card, if the files in SD Card are more than 3000, iam getting the no. of files as ZERO.Please see the below code snippet and let me know how can i get the exact no. & details of files if the CARD has more than 3000...
General Programming
»
Uncategorised Quick Answers
»
General
VB
How to free memory of enum in C to prevent memory leak
by
dinesh_redhawk
Question
19 Apr 2012
license:
CPOL
How to free memory of enum in C to prevent memory leak.we have free command but we can't use it with enum as its not a pointer type.Ex: free(stoListItem->et_Availability);where et_Availability is a enum.I want to free it..Anyone knows how to do it?
General Programming
»
Uncategorised Quick Answers
»
General
C
How to call/use a C struct, in C# struct
by
dinesh_redhawk
Question
3 Apr 2012
license:
CPOL
Hello all,I am facing a problem, please help:"There is a struct in C which i want to call/use in C#. The scenario is like i have a struct in C which has some data, which i need to use in a similar struct in C#. The data of C struct should be transferred to C# structure."Can anyone...
General Programming
»
Uncategorised Quick Answers
»
General
C#2.0
C
C#
How to remove (not disable) the close button (X) from Window form in C# ?
by
dinesh_redhawk
Question
10 Nov 2011
license:
CPOL
How to remove (not disable) the close button (X) from Window form in C# ?Please help...Thanksdinesh
General Programming
»
Uncategorised Quick Answers
»
General
C#2.0
C#
How to know which application/program is using a file in C#
by
dinesh_redhawk
Question
16 Oct 2011
license:
CPOL
Hi all.There is a .inf file used by my software, which when i try to access says "File is in use by another process". I need your help in finding out the name of the process which is using that .inf file. Please help me.I want the code in C# to find this out , as my application is in...
General Programming
»
Uncategorised Quick Answers
»
General
C#2.0
C#
Regular Expression in C#
by
dinesh_redhawk
Question
29 Aug 2011
license:
CPOL
Please can someone write me a code for checking whether an entered string contains invalid characters like (,&,%,",\,/,?,*,|)If the string contains the above mentioned characters then it should pop –up a message “Please enter valid string”. Or else it should return true.Please I want this...
General Programming
»
Uncategorised Quick Answers
»
General
C#
GimmeCode
Wireless Network Key in XP/Vista/Win7
by
dinesh_redhawk
Question
20 Jun 2011
license:
CPOL
Hi All,I am developing one software project in which i require the Wireless network key of the connected network. But the problem is that in different OS the Network key is coming in encrypted format(depending on the type of Network Encryption). Now i dont know how to decrypt it as Windows...
General Programming
»
Uncategorised Quick Answers
»
General
C#
Plz tell me wat is the problem in my code
by
dinesh_redhawk
Question
16 May 2011
license:
CPOL
typedef struct ListItem { char* Serial_Number; struct ListItem *pstNextListItem }ListItem_t;ListItem_t ListItem;ListItem_t *stoNext;stoNext = ListItem.pstNextListItem;*str_ID = stoNext->Serial_Number;printf("%s",str_ID);the problem is thatThe...
General Programming
»
Uncategorised Quick Answers
»
General
C
Dynamic array of strings in C
by
dinesh_redhawk
Question
16 May 2011
license:
CPOL
Hi allcan anyone help me in writing a sample code for dynamic array of strings in CI dont know how to have a dynamic array of strings
General Programming
»
Uncategorised Quick Answers
»
General
C
How to traverse a linked list in C
by
dinesh_redhawk
Question
13 May 2011
license:
CPOL
I want to traverse this linklist (stoListItem) in Cthis is the code i have written:typedef struct ListItem{ char* pc_Serial_Number; int n_Availability; char* pc_Color; char* pc_IPAddress; struct ListItem *pstNextListItem;} ListItem_t;ListItem_t...
General Programming
»
Uncategorised Quick Answers
»
General
C
Unable to know the cause behind unhandled exception in C code
by
dinesh_redhawk
Question
1 May 2011
license:
CPOL
Hi I am facing one unique error situation.i have written a simple code. This is c program in which I am calling a dll's function.The IDE is Visual studio 2008 & code is compiled in C compiler(TC)The code is : #include #include #include #include...
General Programming
»
Uncategorised Quick Answers
»
General
C
Using C++ dll in a C application.I want that the C Application will directly call the C++ dll from the specified path and use its functions
by
dinesh_redhawk
Question
27 Apr 2011
license:
CPOL
Hi All,I have a problem.There is a C++ dll which has some functions in it (suppose - Addition of 2 nos.).and i need to call this addition function from a C application.Note: I dont want to add/link/refer the source code of C++ dll.I want that the C Application will directly call the...
General Programming
»
Uncategorised Quick Answers
»
General
C
Page 1 of 1
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