Posts
 
Reputation
Joined
Last Seen
Ranked #1K
Strength to Increase Rep
+6
Strength to Decrease Rep
-1
63% Quality Score
Upvotes Received
16
Posts with Upvotes
14
Upvoting Members
12
Downvotes Received
9
Posts with Downvotes
7
Downvoting Members
9
6 Commented Posts
~99.8K People Reached
PC Specs
C, C++, C#XHTML, CSS, Javascript, Asp.Net, XmlWindows 9X/XP/Vista/7MsSQL 2008
Favorite Tags
Member Avatar for skorm909

I have a c++ game that i made and i was wondering how i would make it so that i could add graphics, or just use the same basic concept of the game and just put those into a fresh game that i make with graphics. well my question is …

Member Avatar for BogdanCov
0
2K
Member Avatar for patel28rajendra
Member Avatar for Hamid_2
0
482
Member Avatar for vizz

How to create website like, [URL="http://www.paktvlive.com/"]http://www.paktvlive.com/[/URL] [URL="http://www.freetv-watch.com/"]http://www.freetv-watch.com/[/URL]

Member Avatar for joopdoop1
0
118
Member Avatar for walas

// i want create doubly linked list in c with following choices: 1- add to head 2-add to mid 3-add to tail 4- delete from head 5-delete from middle 6-delete from tail 7- search 8- print 9- exit i write my program but founded some errors what is it? [CODE]#include<stdio.h> …

Member Avatar for syker111
0
617
Member Avatar for Upoma

I am going to build a desktop software with client-server facility.What are the things i need to do for client-server? 1.Should i make 2 different version of the software?One with database for the server and one for client without database. 2.Or should i have some options in one software inside …

Member Avatar for JamesCherrill
0
796
Member Avatar for Tellalca

Hey guys, I am playing with the .NET 4.0's new class Parallel. I tried to open files in a directory and calculate the total bytes of them. However when I run the code, I get a different result every time. Can you explain me the problem I have? [CODE]using System; …

Member Avatar for Momerath
0
205
Member Avatar for abelLazm

Just came across a code of compressing file thought to share :). Code for text file only can be changed for other filetypes....It reduces nearly 97% of the file size ... [CODE]OpenFileDialog opd = new OpenFileDialog(); FolderBrowserDialog fbd = new FolderBrowserDialog(); textBox1.Text="Path + File To compress";//open file by open file …

Member Avatar for skatamatic
0
848
Member Avatar for mrnobody

Hi guys.. I need advice on writing function in a multi-threaded envionment Lets say I have a function which squares an integer. [CODE] int Square(int num) { // May do other things which might take long time to complete. return num*num; } [/CODE] This function is called in threads eg …

Member Avatar for rubberman
0
139
Member Avatar for Srinivas0

can some please explain what are command line parameters ? i read many books, read online didn't understand anything on what they are and when or how to use them. :(

Member Avatar for Srinivas0
0
183
Member Avatar for lxXTaCoXxl

I'm trying to create a struct for an 8 bit signed integer, seeing as how I'm creating a calculator it would be useful. Windows' calc.exe has this set up as precision for Qword, Dword, Word, and Bytes. I have 64, 32, and 16 because they're already programmed into Visual C#. …

Member Avatar for gusano79
0
127
Member Avatar for u.j.chandler

Hi, I'm pretty new with c#. And i'm learning now about delegates. I understand what they are (i think...) and how to use them. But i don't understand why would I need \ want to use them in the first place ? from what i get (which is probably wrong) …

Member Avatar for skatamatic
0
173
Member Avatar for weeraa

I'm a beginner to C# and going to develop a application using C# and SQL server 2005. one of my tables has a field named with DATE. data type is also 'datetime'. i can insert data to the database using my application properly. now i want to filter my data, …

Member Avatar for kamilacbe
0
154
Member Avatar for Tellalca

Hey, I am developing a game in C#. I have some question marks in my mind about properties. -Should I return reference in a get, or should I clone the reference and return a clone? If I return a reference then in another part of the program, it will be …

Member Avatar for Narue
0
168
Member Avatar for happygeek

[ATTACH=RIGHT]22271[/ATTACH]It's official: Android now has a greater market share than iPhone across the EU5 countries of France, Germany, Italy, Spain and the UK. According to newly published data from the [URL="http://www.comscore.com/Products_Services/Product_Index/MobiLens"]comScore MobiLens service[/URL], nearly one in four smartphone users in the EU5 region were using smartphones running on a Google …

Member Avatar for Swordstech
1
401
Member Avatar for vuyiswamb

Good Day All I have a Dynaically created a Textbox and i have a Dynamically created DIV. So what i want to do is to Find the Position of the Textbox and and Dynamically when this textbox is created , please a Div just next to this textbox. So my …

Member Avatar for vuyiswamb
0
238
Member Avatar for tapandesai007

I want to have one section in my web site where the users can upload their files (picture, songs, videos etc.), what I want to do is that whenever a user uploads any file, say for example I have uploaded one file named "My Best Picture.jpg", when anybody clicks on …

Member Avatar for Tellalca
0
84
Member Avatar for nakor77

Is there not a location here for ASP.NET Tutorials? I see the one for code snippets, is that supposed to be for both snippets and tutorials? I've seen a couple of the languages with a specific tab for tutorials but haven't found one in the ASP.NET forum yet.

Member Avatar for dnanetwork
0
111
Member Avatar for sergent

Anders Behring Breivik killed about 80 people on Friday in Oslo, Norway. He first detonated a bomb in the building (which killed 7 people) and then went to an Island Camp that was sponsored by a Norwegian ruling party, Social Left party, and killed about 70 people there. He did …

Member Avatar for Paaat
-5
2K
Member Avatar for riseguim

I would like to know if it is possible for someone to fill a form on my website, but instead of sending it to a email or database, simply print it? Because we can't handle credit cards here, and I want people to fill in the form, print it, and …

Member Avatar for riseguim
0
143
Member Avatar for installer
Member Avatar for kumar500

Hello friends i know little bit of java programming.but i want to learn Mobile programming.now am starting mobile proramming in J2ME and android..My question s if am well in the mobile programming wil i get job...Mobile programming wil giv good future for me..?pls giv me a good answer..thank you..

Member Avatar for peter_budo
0
121
Member Avatar for afaquemanzoor
Member Avatar for JeffGrigg
0
109
Member Avatar for MooGeek

Hello Sisters and Brothers from Daniweb (The greatest Devshed forum out there, hell yeah!) Last month, I was thinking about quitting my Facebook.... I've been a member since 2008 and was really enjoying it. But lately, I discovered that it already affects my life. [B]A lot.[/B] I realize that as …

Member Avatar for Netcode
4
498
Member Avatar for nishant969

Guys I need help wid dis..... I hve 2 make a project on Human Facial Emotion Detection System.... Can anyone suggest me any algorithms for that ??? If anybody got sample code in any Programming language, pls post it here.

Member Avatar for Momerath
0
92
Member Avatar for galhajaj

Hi :) i placed a picturebox and paint on it inside the program with FillRectangle/DrawEllipse/FillEllipse etc. now all i want is to check if the pixel color under the cursor is == Color.Black but i encounter problems... i made this: [CODE]Bitmap myBitmap = new Bitmap(this.pictureBox1.Image); Color pixelColor = myBitmap.GetPixel(Cursor.Position.X, Cursor.Position.Y); …

Member Avatar for ddanbe
0
144
Member Avatar for Panathinaikos22

As we learn all, C dont supprot Inheretic, Polymorphism, Function Overloading... And Few Other Things... My Question is: What is this one? [URL=http://imageshack.us/photo/my-images/705/wico.png/][IMG]http://img705.imageshack.us/img705/5661/wico.png[/IMG][/URL] [code] using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace Example { public partial class WForm : Form { …

Member Avatar for ddanbe
0
274
Member Avatar for Scicluna

Hello! I am trying to create a simple register/log in menu which allows users to enter the system using that username and password. I have already created the 'Register' section but I have difficulty linking it with the Username and Password in the 'Log in' section. Do I have to …

Member Avatar for Tellalca
0
439
Member Avatar for emilakia

here is the test.html [CODE]<html> <body> <form action="test1.php" method=post> Name :<input name= "name" type="text"> </body> </html>[/CODE] And here it is the test1.php [CODE]<?php $name= $_POST['name']; echo $name; ?>[/CODE] But it doesnt display the name .Can anyone help me ??

Member Avatar for Hani1991
0
275
Member Avatar for triumphost

Normal buttons look Rectangular and I was trying to figure out how to round the edges of it and found myself with a headache.. How do those pro designers do it? How do they get the custom GUI's and the buttons rounded or even custom buttons in any shape? Kind …

Member Avatar for Tellalca
0
144
Member Avatar for Blacksheepjnr

Hi I want to know : 1 how to add a persons name to the end of a dynamic array? 2 how to check if the array is full, and if so to print a constant string? 3 how to search in a dynamic array for a specific name and …

Member Avatar for Tellalca
0
107