Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
69% Quality Score
Upvotes Received
24
Posts with Upvotes
23
Upvoting Members
3
Downvotes Received
7
Posts with Downvotes
5
Downvoting Members
3
5 Commented Posts
~6K People Reached
Interests
Chess,Cricket

35 Posted Topics

Member Avatar for nakresimin

i think you are missing '," or ; where you are using echo statement before these line. Its just guess but not confirm,if you put code of page here then may i can help you.

Member Avatar for broj1
0
214
Member Avatar for murad2012

I am not confirm about that but may this solution can help you if($login!='' && $password!='' && $confirm && $email){ //do some task here }else{ //message here about form is empty } same thing can be done using java scripts. If it helps you,please marks the thread as solved!!!

Member Avatar for shahbaz13
0
292
Member Avatar for onlinessp

Hi, i writing a small application in php->symfony.In one place i need to define max-height and overflow values in input_auto_complete_tag. please help me.THNAKS in advance

0
87
Member Avatar for kiran.madke

Google it..Lot of information and codes are available here.if you don't find any code then post.

Member Avatar for niyitanga
-2
174
Member Avatar for onlinessp

Hi, I am going to write a program which can calculate MD5 of a file even the file is in use.\ please help me to modify the code i am unable to change it after the number of tries.Thanks in advance........ [CODE] using System; using System.Collections.Generic; using System.Linq; using System.Text; …

Member Avatar for BatsIhor
0
179
Member Avatar for onlinessp

Hi, Good Evening,I am new to use Keil and Proteus.From last week i am writing a program,To show Alphabets on LCD, using 89c52.I am in great trouble. The code and simulation files are attached herewith.Plz elaborate my mistake and give me some hints so, I can learn. Respected, Advance Thanks …

1
249
Member Avatar for onlinessp

Hi, I am writing a Directory optimizer with the help of mouse. I didn't Know how i can get the file name and the path which is being pointed by the mouse or clicked by the mouse.For more detail i am giving here an example. Let open the drive E:\ …

Member Avatar for Momerath
0
136
Member Avatar for onlinessp

Here i have a problem please help me. I had made and console application named "input.csproj".On debug it created "input.exe" and the following line of code i have used. [CODE]using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace input { class Program { static void Main(string[] args) { string a=Console.ReadLine(); …

Member Avatar for james6754
0
241
Member Avatar for onlinessp

hi, i have wrote the following code.... [CODE] private void button_MouseEnter(object sender, EventArgs e) { if ( button.Enabled== false) label1.Text = "Please Select the area to scan"; else label1.Text = "It will scan the specified area"; } [/CODE] and used mouse enter handler.The problem i am getting is it give …

Member Avatar for ddanbe
0
103
Member Avatar for onlinessp

Hi i am currently working on a project i got a problem from few days. Problem is that it is giving System.NullReferenceException in output.Can any one able to remove it by editing the code. The source code is [CODE]using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; …

Member Avatar for ashu.innominds
1
146
Member Avatar for onlinessp

Hi, please help me to get the URL from the address bar. Example when i write [url]www.google.com[/url] in my address bar my application in c# return the value of URL that is [url]www.google.com[/url] please help me to write this code. Thanks in Advance

Member Avatar for wenlong88
0
870
Member Avatar for onlinessp

Hi, Please help me,I want to run my application as a power user from an restricted user account.I am trying to solve this problem from 2 months,but i am unable to solve it. Note:I am using windows XP The Example of my questions is: I have two accounts 1) Administrator------->it …

0
98
Member Avatar for onlinessp

Hi, I am new-one in this forum.I am making a program for that purpose i want to know some information about windows please help me by providing this information. My question is 1)I want to know the technical name of utility that run on boot time before login in xp. …

Member Avatar for gerbil
0
131
Member Avatar for onlinessp

Hi, I am implementing an Anti-virus in c#.And i am going to write last module.Please help me by providing some information so that i complete my project. My question is 1)I want to implement an boot time scan engine(scan HD for files) which will run before log-in screen.when no program …

Member Avatar for PsychoCoder
0
163
Member Avatar for goal

Use "FileSystemWatcher".I think u want to get the last open,modified,renamed or delete file Mark as solved if u have meet your requirements Thanks

Member Avatar for goal
0
57
Member Avatar for onlinessp
Member Avatar for onlinessp
1
92
Member Avatar for onlinessp

hi, i am using cacls command to grant full permission to the user.But it's not working i am posting here source code please help me to identify the error.I also try this code by using Administrator account but it's not changing the file permission. code is [CODE] ProcessStartInfo psiOpt = …

Member Avatar for onlinessp
1
548
Member Avatar for goal

Thanks we want more people.According to our estimation girls and boys at daniweb are more than 1000 which have interest in c# but these are only two from many days

Member Avatar for viwell
0
75
Member Avatar for onlinessp

Hi, I need MD5 calculator which calculate md5 of a file using foreach loop. please help me Thanks

Member Avatar for Teme64
0
176
Member Avatar for onlinessp

Hi, I am writing a program for finding all the files in the computer but there is a unknown problem.This code is not showing me all the files. I am posting code please help me [CODE] try { // Loop through the list of directories. foreach (string strDirName in Directory.GetDirectories(strDir)) …

Member Avatar for kvprajapati
0
198
Member Avatar for onlinessp

Hi, Any one tell me how i can find that which files is changing it's behavior or or want to run. Thanks on your Comments

Member Avatar for onlinessp
0
56
Member Avatar for onlinessp

Hi, I want to learn about md5.please tell me how i can calculate md5 of a file Waiting for your kind answer Thanks

Member Avatar for PhilliePhan
0
98
Member Avatar for onlinessp

Hi, i need MD5 Hashes of all the virus can any one help me to finding them. Thanks

Member Avatar for onlinessp
1
95
Member Avatar for onlinessp

Hi, I have two projects and Both have GUI. I want that when user run one project the second project automatically run.And both have parallel processing not sequential. I am two confuse about it.Please help me to figure it .

Member Avatar for onlinessp
0
98
Member Avatar for onlinessp

Hi, I am unable to get User Name And Password from SAM file.Can Any One have Experience that how to get the password from SAM file. Thanks ALOT!

Member Avatar for onlinessp
-1
88
Member Avatar for onlinessp

Hi, i want to make a key-maker and i am not know how to make it can u help me to write it . OR by giving some source code hint..... Thanks on your kind deed

Member Avatar for onlinessp
1
301
Member Avatar for dilansankalpa
Member Avatar for onlinessp

i am developing an application but i am unable to change the text of label quickly i am using following code [CODE]for(int i=0;i<199;i++) label1.text=Convert.ToString(i); [/CODE]

Member Avatar for pabloh007
1
220
Member Avatar for onlinessp

Hi, i am writing a program to show all files in a drive including directories but i am unable to correctly implement it.can u tell me about the source code using GUI thanks in advance.

Member Avatar for tanor
1
110
Member Avatar for onlinessp

i am currently writing file name showing program i unable to understand that why it's not completely giving me the name of files in a drive exception occurs at the line no 64.if i comment the line no 64.then it will start looping between two or three files show the …

Member Avatar for nick.crane
1
385
Member Avatar for mahdi68
Member Avatar for nick.crane
0
72
Member Avatar for onlinessp

hi, I want c# source code for process killer as task manger -> it forcefully kill the process which i want <->it may be system process

Member Avatar for privatevoid
1
171
Member Avatar for onlinessp

hI please Help Me i need a code in c# which can list all the drives and also give there files with adress [COLOR="Red"]example: c:\tc\bin\tc.exe[/COLOR]

Member Avatar for kvprajapati
1
91
Member Avatar for onlinessp

Hello ------------------ I need a Source code in c# which work in real time and give information about the process which want to run. And After Getting the permission from the user it can run otherwise process kill

Member Avatar for mcriscolo
1
81
Member Avatar for onlinessp

:( Please Help Me TO get Access System Volume Information Folder a Their Files For Directory search I need This Code In c# A sample Code I need

0
72

The End.