Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
15
Posts with Downvotes
12
Downvoting Members
6
3 Commented Posts
0 Endorsements
Member Avatar for chathuD

i need to move jpg image files from one place to another place. cut and past. lets say the folser "c:/abc/1" kave 10 images . then what i have to do is when i run my aplication on inside that "c:/abc/1" all the images on that folder must be cut …

Member Avatar for lucysome
-1
800
Member Avatar for chathuD

I need to get the difference of two date time picker values and convert it to int or float, And the next thing is from the date time picker i cant select the time from front end. Only i cant select is the time only. these the some code that …

Member Avatar for Mitja Bonca
0
329
Member Avatar for chathuD

hi guys i have developed a simple application to insert data in to a SQL DB and get data from same DB using stored procedure. ( 1 table ,2 SP's ) so now i want to run this application on my friends computers to. so how to transplant my simple …

Member Avatar for mono_jit23
0
514
Member Avatar for chathuD

Need to retrieve a data row that having minimum sum of 4 [B][COLOR="Red"]red [/COLOR][/B]squared values. i Have done a SP ,but seems to be it was wrong. [CODE]select * select * from SMST as p where p.Source=@Source AND p.Destination=@Destination OR p.Destination2=@Destination AND [Count]=(Select MIN(sourceRoadCount+middleroadcount+destinationroadcount+x1destinationroad2count as [Count]) from SMST ) [/CODE] …

Member Avatar for Momerath
0
113
Member Avatar for chathuD

Hi i have a small calculator app .that add 2 values from the user input.(a windows application on C#). And now what i want is to access that calculate method on a web site,witch is run on my local host. so plz.....somebody can help me........

Member Avatar for ashishkumar008
0
50
Member Avatar for chathuD

Hi i have a small calculator app .that add 2 values from the user input.(a windows application on C#). And now what i want is to access that calculate method on a web site,witch is run on my local host. so plz.....somebody can help me........

Member Avatar for ashishkumar008
0
113
Member Avatar for chathuD

I NEED TO have a trance parent back ground in my windows form application,but when i try to set the background color to transe parent,it says "invalid property". so how do i set my back ground to tranceparent in VS2008

Member Avatar for nick.crane
0
116
Member Avatar for chathuD

guys I need to get a better knowledge on design pattern patterns because of my on line assignment @ the university, so can some one help me to 1) identify design pattern 2) implement the design pattern for a given problem

Member Avatar for alc6379
0
54
Member Avatar for chathuD

Hi guys,i don't no whether this is the best place to ask this Queschen or the post this thread, Any how what i wonted to know is, As we know IDE (Integrated development environment) plays an important role in utilizing frameworks for Enterprise Application Development. so Very briefly describe this …

Member Avatar for Ancient Dragon
0
93
Member Avatar for chathuD

guys is there anu one have develop a system like nokia pc suite. Any how i am trying to do a thing like that.But not having much more functions.just send a sms through the mobile phone when the phone is connected to the PC via cable.and just to receive a …

0
56
Member Avatar for chathuD

guys is their any one have any application (source code) for a application like nokia pc suite actual what i wont is to create a app to send and receive sms using ma PC while my phone is connect to PC

0
43
Member Avatar for chathuD

TITLE: Connect to Server ------------------------------ Cannot connect to CHATHURA-PC. ------------------------------ ADDITIONAL INFORMATION: A connection was successfully established with the server, but then an error occurred during the login process. (provider: Shared Memory Provider, error: 0 - No process is on the other end of the pipe.) (Microsoft SQL Server, Error: …

0
72
Member Avatar for chathuD

Guys...on my final year project i have to create traffic controlling system. actually my section is retrieving the current traffic details from users mobile phone. Let’s say a persona need to go from "A" junction to "B" junction. so the user will send a sms to system by including the …

Member Avatar for chathuD
0
95
Member Avatar for chathuD

guys i need a help on virtual function on c++. what is a virtual function and how to use it, and what are the benifits of a virtual function

Member Avatar for Salem
0
149
Member Avatar for chathuD

guys,,, i am on my 4th year subject's project and have to develop a application that can send sms using a PC(a mobile phone will be connected to the pc)...and do some countigs acording to the sms's that send..so guys any one have any idea about how o send sms …

Member Avatar for Alexpap
-2
84
Member Avatar for chathuD

[CODE]class building { public: int length, width, height; string purpose; string name; private: float volume; int num_windows; }; building office; void main () { // The following statements are legal: office.name = "Bleedem, Woffle & Scarper (Lawyers)"; office.height = 34; cout <<"height is"<< office.height <<endl; cout << " name is …

Member Avatar for chathuD
0
84
Member Avatar for chathuD

guys... i am new to c++ and i have write litle consol aplication and the problum is after compiling hte code the cmd is clossing verry fast. so what i need to do is i need to stop closing the CMD verry quickly. in c# i use "console.readline();" so plzz …

Member Avatar for chathuD
0
84
Member Avatar for chathuD

guys iam new to c++ ,i even dontknow what are the tools to use develop c++ aplications so if sny body know tools like that (c# MS visual studio,java netbeans) pls let me know. and ma problem is i need to creat a link list on c++ .and i googled …

Member Avatar for Lerner
0
155
Member Avatar for chathuD

As a part of my final year project i need to make a system to retrieve sms's on a mobile phone(lets say only symbian phones only).i created a app and the thing is it is not working.so if any one know about this plz make a ryply [CODE]using System; using …

Member Avatar for aatif
0
247
Member Avatar for chathuD

guys have to create a SRS document on my final year project,and the admin is ask us to create the SRS Doc using Lutex.but i am not familier with the software Lutex.so what i wont to know is ' lets say i did my srs using ms word and convert …

Member Avatar for chathuD
0
88
Member Avatar for chathuD

[CODE]window.onload = rolloverInit; function rolloverInit() { for (var i=0; i<document.images.length; i++) { if (document.images[i].parentNode.tagName == "A") { setupRollover(document.images[i]); } } } function setupRollover(thisImage) { thisImage.outImage = new Image(); thisImage.outImage.src = thisImage.src; thisImage.onmouseout = rollOut; thisImage.overImage = new Image(); thisImage.overImage.src = "images/" + thisImage.id + "_on.gif"; thisImage.onmouseover = rollOver; } function …

Member Avatar for chathuD
0
97
Member Avatar for chathuD

guys i am new to java scripts and these days iam following some tutorials on w3school and lynda. i have a big problum on classes on Jscripts. this is my code [CODE]<html> <body> <script type="text/javascript"> //Write a "Good morning" greeting if //the time is less than 10 var d=new Date(); …

Member Avatar for chathuD
0
153
Member Avatar for chathuD

in our univercity we a re oraganizing an Algorithm competiton for 1st years,2nd years and 3rd years. so guys plz can any one give me good it based Algorithm to give those student. creating an Algorithm for given prob;um for 1st years are only given 1 hour. so plzzz/...

-1
41
Member Avatar for chathuD

guys i need to creat a small aplication for turn off my computer at a given time. lets say now it is 8.00Pm and i need to turn of my computer when the system time is equal to 10.00 Pm .. so can any body help me to develop this …

Member Avatar for kvprajapati
-2
58
Member Avatar for niro_fernando

I have to make a simulator for my school project, I dont know how to do that and where to start from, i have a little bit knowledge about C# and Visual studio, can any one tell me how to start , can any one tell me how to build …

Member Avatar for amlanjyoti.s
0
138
Member Avatar for chathuD

[CODE]private void button1_Click(object sender, EventArgs e) { SqlConnection con = new SqlConnection ("Data Source=.\\SQLEXPRESS;Initial Catalog=test1;Integrated Security=True"); SqlCommand cmd = new SqlCommand("dbo.get", con); cmd.CommandType = CommandType.StoredProcedure; cmd.Parameters.AddWithValue("@userName", textBox1.Text); try { con.Open(); SqlDataReader read = cmd.ExecuteReader(); read.Read(); if (read.HasRows) { textBox2.Text = read["password"].ToString(); Form2 fr2 = new Form2(); fr2.Show(); con.Close(); } else …

Member Avatar for Geekitygeek
-2
93
Member Avatar for chathuD

i have a data base with StockBalance, EconomicOrQuality, Price, Unit, lasDateOfIss. n i need to retrieve stock balance,price,unit,and data of last issue in to a grid wive . the condition is that the retrieving data records must be old more than 90 days from the system date. i can retrieve …

Member Avatar for chathuD
0
82
Member Avatar for chathuD

i have create a simple aplication to insesrt some details to a database. and now i need to update the details. it means (PK IS ITEM NUMBER) WHEN I fill the update form with an existing ITEM NUMBER the table is successfully updating, but when i enter a NOT EXISTING …

Member Avatar for MeSampath
0
95
Member Avatar for chathuD

guys.i need to start a research based IT project for my final year project.but the thing is still i dont have an idea for a such project.so can some 1 help me by giving a good project idea

Member Avatar for Geekitygeek
0
244
Member Avatar for chathuD

1st of all i wil tel ma problum, i am using fire fox and i need to create a simple app on c# to shutdown the computer when a download(normal download) is over on fire fox . so ......just tel me how to get the running fire fox process id …

Member Avatar for sknake
-1
245