No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
Pursuing MCA. Love to learn different Programming Languages. Having keen interest to create Windows Application.Fan of Books.
- Interests
- Graphics Designer, I design Logo, Banner, Header for clients.
- PC Specs
- Using Windows7 and Ubuntu 10.10 now... Have a lot interest in Google's Chrome OS..
6 Posted Topics
[CODE] Dim mDocDtT As Date Dim mDtPeriod as Integer = 4 mDocDtT = DateAdd(DateInterval.Month, mDtPeriod, mDocDtT) mDocDtT = Format(mDocDtT, "yyyy-MM-dd") [/CODE] But the codes are not working the date is still in #01/27/2011# format I want it in yyyy-MM-dd format Please help!!! | |
I want to capture a still picture in any format like .png,.jpg,.bmp etc. using a webcam. And want to save that in directory. Please help me. | |
[CODE] DELIMITER $$ DROP PROCEDURE IF EXISTS `AddTranMast` $$ CREATE DEFINER=`root`@`localhost` PROCEDURE `AddTranMast`(mDocDt date,mDocType CHAR(2)) begin declare mDocNo char(5); declare Code double; select max(docno) into Code from tranmast; if code=00000 then set mDocNo=00001; else set Code=(100000+Code+1); set mDocNo=substring(Code,2,5); end if; insert into tranmast(docno,docdt,doctype) values(mDocNo,mDocDt,mDocType); end $$ DELIMITER ; [/CODE] I … | |
I'm stuck in a problem.. I want to use two combo let Country and City, where City list depends on the Country combo, How can I don do it with HTML and PHP only? Thanks. | |
Re: [COLOR="Green"][B]Photoshop[/B][/COLOR] is best to me. | |
#include<daniweb.h> main() { printf("Hello to all members of DaniWeb IT Discussion Community..."); } :D |
The End.