Click here to Skip to main content
Page 1 of 4
Page Size: 10 · 25 · 50


Tag filtered by:  coding [x]
Article 11 May 2013   license: CPOL
This is an alternative for "Interfaces in C# (for beginners)".
Tip/Trick 10 May 2013   license: CPOL
Code to export datatable to CSV format.
Question 11 Apr 2013   license: CPOL
Hi Friend,I am in big trouble, I need some company data in a very short period from Xing and Linkedin. I tried a lot to get data, But my real problem is xing or linkedin website showing 10-20 company result on their list of company page..Is it possible to get all the data at a time....
Question 5 Apr 2013   license: CPOL
i want to read the data of that temperature sensor and save the data to my pc in CSV format(c:\Temp\DataLog.csv) in window form
Article 3 Apr 2013   license: CPOL
This project will give you the tools needed to compress and decompress files using the Deflate method of compression, and to read and write standard Zip files.
Article 21 Mar 2013   license: CPOL
A set of static methods in Java that are critical in all mathematical calculations that involve matrices.
Answer 22 Feb 2013   license: CPOL
If you are talking about a Windows gadget, then there are some articles here[^] that may help.
Answer 22 Feb 2013   license: CPOL
use javascript for thatOpera MSIE Firefox Safari Chrome Key pressed_________________________________________________________ 219 91 91 91 91 WIN Key (Start) 0 93 93 93 93 WIN Menu 65-90 65-90 65-90 65-90 ...
Question 22 Feb 2013   license: CPOL
i have a windows form which looks like a widgeti have to disable the win + "x" combination kesy like alt+f4 win+d . because widget have no properties of minimize close with shortcut keysi have disabled the win+d keys in my widget but it disabled for all the appswhat i have o do is to...
Answer 21 Feb 2013   license: CPOL
That is not how it works here: We do not provide full code.You try to do it, you get stuck, you ask for help. You show us where you are stuck, and exactly what problem you are having, and we try to sort you out.If you want code written, then you need to go to a site where people bid for...
Question 21 Feb 2013   license: CPOL
hi friends,please tell me the c# code for paranoid game...i am getting error in when ball coming down in that position the message showing the game is over...plz tell me how rectify thay error...thanks,regards,murali
Question 30 Jan 2013   license: CPOL
I want to convert a binary code into an image. I DO NOT have an original image, I ONLY have binary code. What program should I use?[Edited to remove personal attacks]
Answer 30 Jan 2013   license: CPOL
I need video to frame in Asp.net using C#
Answer 27 Jan 2013   license: CPOL
Most code is compiler dependent, c and c# for example require their own compilers.However the question is mostly valid for cxx (c, c++) languages which can have a multitude of different compilers (gcc, ms, etc.), the only real way to get your code to compile is to go with the base and not...
Question 27 Jan 2013   license: CPOL
Hi,I am asked an basic question of coding in an interviewQus: How can you write a code which is not compiler dependent i.e You have to write a code which you don't know client will generate exe for in Windows environment or in Linux environment. How can you do that?Any one have a...
Answer 27 Jan 2013   license: CPOL
Please note C++ is a multi paradigm language and object oriented approach is not generally 'a better way' of programming (it might be better suited for some, specifically huge, projects, but it is not a panacea).
Answer 27 Jan 2013   license: CPOL
Have a look at the answers to this question[^] for some suggestionsIn particular there's a downloadable book here[^] to save you some moneyFor the object oriented side of things - just search Amazon and be guided by the votes and reviews there - Wrox books are usually a good place to...
Question 27 Jan 2013   license: CPOL
Hi,I have good knowledge in C++ coding. I have also coded a Download Load manager (It have parallel download from internet). But what I feel, I am not a good coder or designer!!! I mean My thing of coding is very attached to C. I cannot think of using Interface class, re-use of code ,in...
Tip/Trick 23 Jan 2013   license: CPOL
I created a simple form with a button to add a label control at run time sequentially numbered; labels are movable and lines are drawn between labels.
Tip/Trick 11 Jan 2013   license: CPOL
This is a simple multiclient server chat on a Local Area Network.
Tip/Trick 8 Jan 2013   license: CPOL
Optical Character Reader application for ASP.NET Document Management Systems
Article 29 Dec 2012   license: CPOL
Benchmark C++ std::vector vs raw arrays, move assignable/constructable & copy assignable/constructable
Article 21 Dec 2012   license: CPOL
A lazy stream has been implemented in C++11, so as to highlight the functional capabilities of this new specification.
Article 31 Oct 2012   license: CPOL
A toolbar editor for Visual Studio. It can modify, add and create buttons, images and all that is needed for a toolbar.
Article 10 Oct 2012   license: CPOL
An intuitive-fluent API for generating Linq Expressions.
Article 7 Oct 2012   license: CPOL
A MessageBox replacement with some much needed extras.
Tip/Trick 4 Oct 2012   license: CPOL
C++ code to connect/access DB2 database using DB2 call leve interface(CLI)
Article 1 Oct 2012   license: CPOL
Base classes for value objects.
Article 26 Sep 2012   license: CPOL
Format, add line numbers, error handler and expose some dot Net library to VBA
Answer 24 Sep 2012   license: CPOL
We do not do your homework: it is set for a reason. It is there so that you think about what you have been told, and try to understand it. It is also there so that your tutor can identify areas where you are weak, and focus more attention on remedial action.Try it yourself, you may find it...
Article 15 Sep 2012   license: CPOL
Using the Factory pattern in C++ to expose only an object's abstract type--hiding the implementation class detail.
Answer 7 Sep 2012   license: CPOL
I tool a look at the site you have referenced about and was surprised by the set of questions presently shown on the top page of the site. A reasonable student will never ask such question like "what is static in C#?" or "what is class in C#?". They are extremely ineffective. Those are the...
Article 9 Aug 2012   license: CPOL
This article explains 10 rules (steps) for replacing the recursive functions using stack and while-loop to avoid the stack-overflow
Answer 9 Aug 2012   license: CPOL
some general:GraphingPanel p = new GraphingPanel(); JPanel[] Panel = new JPanel[2]; JLabel[] Label = new JLabel[100]; JTextField[] Field = new JTextField[100]; JButton[] Enter = new JButton[100]; JButton[] Clear = new JButton[100]; JComboBox Subjects = new...
Question 8 Aug 2012   license: CPOL
Hey, Im sort of a beginner of java, and i at the moment of working on a program that takes the input of an equation (eg. y=3x) and plots possible values for it on a cartesian plane thats on a seperate JPanel.Here is my code: This is Class 1import java.awt.Color;import...
Article 6 Aug 2012   license: CPOL
A Case Study to explore ways to customize and improve WCF by overriding the default serialization behaviour
Article 2 Aug 2012   license: CPOL
Exploring the concept of Computational Types in both C# and F#
Tip/Trick 26 Jul 2012   license: CPOL
A library which can get any class you pass to it, convert it to bytes, and send it to the other end.
Tip/Trick 28 Jun 2012   license: CPOL
ASP.Net Ajax AutoCompleteExtender Without Using Web Service
Answer 20 Jun 2012   license: CPOL
This is U+0647, 'ه', Arabic Letter "Heh".This is the trick of Arabic writing system fully implemented in Windows and, to best of my knowledge, in nearly all modern OS: if you put some Arabic letters together, they change their glyph to form proper connections with each other. Look: "ههه"....
Question 20 Jun 2012   license: CPOL
i want to find hex number of each char of string i use two method (substring and arry )here it is the problem string = "ههه"in sub string = "ه" + "ه" + "ه" ?????and have same hex number what can i do to find char hex number
Article 18 Jun 2012   license: CPOL
Sometimes you want to end your project fastly and as easy as is possible. Say hello to Mad Library.
Answer 18 Jun 2012   license: CPOL
How shameless? We do not encourage practice of creating malware/virus. I am reporting this question as Abusive.
Article 30 May 2012   license: CPOL
How to make a simple, end-to-end, mobile, Java enterprise application including a RESTful web service and an Android client.
Answer 9 May 2012   license: CPOL
As you can see from looking at your question, text formatting is likely to screw up any attempt to do this in a plain text email. (Most email clients don't use a fixed pitch font and, in plain text emails, you can't specify markup to change that.)So you have two options:Use HTML mail,...
Question 9 May 2012   license: CPOL
Hi Team,I have to read data from a excel file which has multiple columns... and from that excel i have to extract data of one column(application name) and have to find the count of application name( eg: A-5 , B-6). A application has appeared 5times in an excel, B application has appeared 6...

Page 1 of 4
1 2 3 4


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