Jump to content
xisto Community

dhanesh1405241511

Members
  • Content Count

    430
  • Joined

  • Last visited

Everything posted by dhanesh1405241511

  1. Heya m^e .. long time .. i see u still have the Lord of Code .."Code Guru" power in u .. hehe .. I will stick to VB and nothing else that has a "C" in it. Damn its annoying and tought to understand. Ok i am on the way to become an IT professional, but man this coding takes the piss outa me. VB by fas has kept me sane RegardsDhanesh.
  2. Just checking again .. You want to browse the internet on your Mobile via the PC ? Well in that case we need to know what mobile it is ur using. Incase its a nokia, It should be a S60 Phone. Check If ur mobile exists here so u know if its an S60 or not. http://forums.xisto.com/no_longer_exists/ Secondly .. if ur mobile is an S60 .. then u need a program called as GnuBox. Its a project to help people browse the internet on smartphones .. GnuBox supports these phones .. Go to http://forums.xisto.com/no_longer_exists/ to d'load the version you want. The site has a step by step instruction on how to get u started. But incase you have any problems then http://www.symbianos.org/ can help you sort em out. Hope this helped, if u need more info .. just post on Regards Dhanesh.
  3. I might wana give Appforge a try, but again there isnt any appropriate tutorial for starters to program for S60. I dont want to get into C++ cause i was never good at it . I know VB pretty well (beginner ofcourse), but i can program fairly well. I find VB to be better and faster anyday.RegardsDhanesh.
  4. Kinda cool i suppose, just that i dunt use alt+tab much after switching to FireFox, and i dunt have many windows open at the same time. But its a nice effort to incorporate Vista features in XP. Regards Dhanesh.
  5. Guess thats what i'll have to do .. I was lazy to do all that .. i kinda wanted professional advice .. heheRegardsDhanesh.
  6. I just started playing CS .. err .. I wont comment but i started playing cause my class mates were into it and i just needed some time out after a days work. And FPS games are my fav .. Well getting back to the point .. I have played on few maps like Mansion, dust, dust2, poolside, assault etc .. I was wondering if i could make a map too ? ...1) Does it include scripting or programming ? 2) Or what are the best tools that are used ? 3) Is there a tutorial ? 4) Is there a good site out there that could help me with my problems ?5) what are the necessary "Do's & Dont's" of CS map making.6) Compatible with other versions ? ( Eg: If i make a map for CS 1.6, then if i play SOURCE or CZ, will i need to remake the full map again ? )Had this idea of making a map of my college lol .. and using the Dean's Office as a bomb site heheAppriciate your feedback and help.Regards,Dhanesh.
  7. Finally its over .. thanks for all ur help guys .. this is the final Program m attaching, its small and really n00bish .. but its my start .. atleast having a place like Xisto to clear doubts would make me a successful programmer one day .. thankxRegards,Dhanesh.
  8. Nice Explaination m^e .. thankx. But again like always i will annoy you with more questions , m leaving for office now, so will go to office and post from there. In the mean time, i completed the program !! yeayeee ! ... lol .. check the link and teme how it is .. i'll make minor changes if any .. b4 i submit it today ... A big Thanks again to you guys for helping out .. Regards Dhanesh. >> Download <<
  9. Wooho .. finally. Thankx tansqrx for the help. Just a few more questions about the code you wrote tho If m not wrong, this is written in VB .NET 2005 ? I use 2003 .. I hope there will be no syntax change between the two. Because VB 6 to VB 2003 has syntax change. Secondly, could you please explain what these lines do : Option Strict On Option Explicit On ---> what do these lines do ? Private _bDirection As Boolean ----> isnt it supposed to be like Dim _bDirection As Boolean ? Y the Private ? _bDirection _iTimer _Color ---> cant i just write direction, timer, color ? does the "_i" , "_b" or "_" mean anything important ? Timer1_Tick ---> this is the timer control that i have to drag and drop in the form and then double click to code it .. right ? lChangeText ----> this is the label name where the text will be changed ? like color and size ? tbColor ---> this is the name for the color change track bar ? I am a total starter at VB, and we have just been taught to make programs like "Add 2 numbers" , "Calculate the Profit based on values" etc .. basically the real beginners programs, so i have no idea about high level syntax. Moving on to control working: Font Change: lChangeText.Font = New Font("Microsoft Sans Serif", TrackBar1.Value, FontStyle.Regular, GraphicsUnit.Point) The above line will ONLY change the font size ? or will it change the font style ? Progress bar: The progress bar example that you provided is a little longer, takes almost 20sec to go up and 20 secs to go down .. how and where do i reduce this time taken. Also if the up time is 20 sec ... could the down time be 1 sec ? as in progress should go to 100% and then just vanish insted of goin down. I am at office right now, and i cant think of anything more right now, your program was just too specific and to the point lol .. just like i wanted .. I will be leaving for college in 4 hrs and will go and try this there and will post up if i have more question. Hope i explained myself correctly, i am bad at explaining things .. if you have any questions .. i'll be willing to illustrate too. Thankx again. Regards Dhanesh.
  10. Okeyz , well i managed to do almost everything of it .. but m stuck on the progress bar .. Situation : I have a "Track Bar" to select either of the three colors (Red, Blue, Green), i select the color and hit a "button" wherein the colored text in l1 goes to l2,Code for the "button"If tbar.Value = 1 Then l2.Text = l.Text l2.ForeColor = Color.Green pb.Value = 30 ElseIf tbar.Value = 2 Then l2.Text = l.Text l2.ForeColor = Color.Red pb.Value = 60 ............ ............ etc ElseIf tbar.Value = 0 Then pb.Value = 0 End If pb = progress bar , tbar = trackbarWhat i want is when i select the color on the track bar and hit the button, i need the progress bar to run to 100% in say 1 min, not that anything is actually happening, but i need the progress bar to reach 100% and back to 0 (blank) in a span of 1 min. Is this possible. In the above code, when i select the color and hit the button, the progress bar just comes to 20 or 60 or 100 etc and stops there, i want it to go back to 0.As far as i can guess, u need to initialize it to 0 ? but how ? i tried defining "A" as integer in global and after:ElseIf tbar.Value = 2 Then l2.Text = l.Text l2.ForeColor = Color.Red pb.Value = 60 pb.val = 0 ..............etcThis is stupid lol and dosent work , but i kinda have no idea how to set a time out or counter or initialize .. whatever we can call it .. RegardsDhanesh.
  11. I have a project to submit this wednesday, and i have to make it a working program. Not a big one .. but just sumthing small that includes : Splitter, Progress Bar & Track Bar.I thought of making sumthing like the picture below, I would enter the text and hit the button .. the text would come in BOTH the labels. Then i move the track bar on the left to increase the font or/and the track bar on the right to change the color ( RBG only 3 colors ). The progress bar at the bottom will show the progress every time i move either of the track bars to a level.Nothing fancy .. but just to see how it works, now i managed till changing color part, but i cant tend to program the "change font size" track bar and the progress bar .. Another idea to make it easier .. was to put just 1 label insted of 2 .. so that when i hit the button, the text comes in the label and then when i more either of the track bars (color or font size ) the change appears in the label itself.RegardsDhanesh.
  12. Nice choice dude .. i am still collecting up to get a nano ipod .. hehe .. well If u want an ipod that supports video, then i suggest u go to a store and get ur hands on the ipod box, read whats written on it carefully and then go for it, IMHO i think apple has come out with 30, 60 GB video ipods ..For the AAC part, actually when u transfer music to an ipod, u would normally do it through itunes, i duno why this is so, but its kinda annoying when u have to transfer music and u have to use a default program to do it. Anyways, when u queue up ur music in itunes, it directly converts the files in the format required and transferes them to ur ipod. About AAC format, well i use AAC everyday .. on my Nokia lol .. Nokia supports playback of the AAC format and it has the least file size .. plus retains the same quality (70%) .. I convert my mp3 to AAC via dBpowerAmp and a codec add-on .. Hope that helped .. :lol:RegardsDhanesh.
  13. Hey sparx, thankx for all that info .. will check out everything u mentioned on sunday at office. I hope i can give those guys as limited access as possible. The slow PC start and all those programs running at start up really annoys a person in the morning lol ..Will check these tweaks and post up further on sunday .. thanks again :lol:RegardsDhanesh.
  14. yeap wordpress here too, its the best blog software out there. But make shure that u have a hosting that supports PHP & MySQL, to be more precise, a free site like geocities DO NOT provide PHP with MySQL its just plain HTML and cgi .. Asta provides you with PHP and a SQL database at ur own flexible needs .. so u need a hosting here if you decide on setting up a blog Regards Dhanesh.
  15. thankx sparkx that was quick .. the reason i would be asking really dumb questions now is cause i dunt have access to the PC i need to make changes on .. i will go to work on sunday so that time i'll have hands on the PC and see if i can do sumthing with it.U said i needed to change the account type to guest rite ? .. how do i change a limited user a/c to guest a/c ...I guess installation of a software will have some settings in windows admin panel .. cause in my college they have disabled installation of every software possible .. lol so thats how i know this is possible .. I'd rather go with uninstalling WMP .. but how ? i tried doing that i think .. and i couldent find it in add/remove prog .. where else could i uninstall it ... but isnt there a way to disable it for use to another user ? i dunt want to uninstall it completely .. I'll check out the solution to wallpaper change .. is there a solution to disable right click and properties so they cannot change the theme too ?Disabling time means that when they double click on time in the taskbar .. it should provide them a message that u do not have sufficiant rights cause these guys install programs and stuff and change the time and date.ALSO, this is a new one .. can i disable the speaker volume change in taskbar ? i dunt want volume enabled .. but every morning i come and the volume is high ! ughhh ...for the 5th and 6th step u mentioned zone alarm .. so does this mean that if i install zone alarm on admin ... and get into their account and disable certain programs that connect to the net and browsers etc .. can i add a password to it ? as in i dunt want those smart@sses to change those settings already made .. does zone alarm provide this feature ?M just d'loading x-setup and gona check it out .. thanks for the lead .. please tell me if there are any more softwares that make things like security and account blocking easier .. RegardsDhanesh.
  16. Where i work .. my PC is shared with a student club of my campus .. We use WinXP .. and i have made my account as the Admin and theirs as Limited. I wanted to disable the following on the Limited account:1) Installation of any software2) Disable Windows Media Player3) Disable change of themes or wallpaper etc4) Disable changing time.5) Disable the use of Windows Messenger ( tho they shouldent be able to install MSN Messenger)6) Disable the use of Internet in a way that they can only use outlook to send and receive mails but not browse the inetrnet.7) Last but not the least, Is there a Log keeper as to see what pages they visit or what do they do with a time stamp ? .. not a Keylogger ! .. but a log like what program they've opened etc.These guys have really started to annoy me lately by installing stuff on the PC and slowing it down, plus since this place where i work comes under Government, every net usage is monitored. Telling them isnt an option, i give up, but when m not in office they make such usage of the internet, so i fear that i could get in trouble as the computer belongs to me.RegardsDhanesh.
  17. Duno if this would help .. and u'd probably might have thought about this .. You can install Win98 on your PC and install the drivers for the hardware of the site PC on your PC, it wouldent make a difference when you are doing it, but once you go there and connect, the hardware install wizard would show up and obviously like a retard ask you for drivers .. well that time i guess u could just keep hitting next or if win98 is like XP .. then it would search and install the drivers itself ..RegardsDhanesh.
  18. Wow .. a full back up of the internet finally .. .. but to think of it, we now say that we dont need so much of a space .. well thats what we said when 40GB HDD's came out .. and then 80GB and so on .. I am having trouble keeping my backup ( files, videos,mp3s etc) on a 160GB .. i recently got a DVD writer finally .. just to keep up with all that storage .. So well overall .. i'd say this is good .. but i need moreeeee .. more .. my precioussss :PRegardsDhanesh.
  19. Its comming .. finally ! .. PS3s will be officially shipped by November 2006. The best part is that they are backward compatible . BlueRay disks will fuel the console .. in addition ... movie DVD and PS2 DVD will also be supported .. and the killer feature of it all ........... A 60GB Linux based hard drive !! .. M all drooling over this baby, and cant wait to get my hands on it .. lets hope to see this sweet piece of gaming gear in the middle east pretty soon .. >> SOURCE << Regards Dhanesh
  20. I remember a movie "The Island" there was a scene where this female had to search for a person .. she goes into a telephone booth like structure and there we see MSN search in a completely innovative form. I dont know if this could be applied in the near future, but well it was good to see SUMTHING that was innovative about microsoft ( no m not taking sides , its just good to see the kids catching up with the monster search google )RegardsDhanesh.
  21. Form : NAME: N2PLACE: AEAGE: 20SEX: FSUBMIT (button)_________________________________Database:NAME | PLACE | AGE | SEX |N1 | US | 19 | M |N2 | AE | 20 | F | ETC ... __________________________________I asked around a bit .. and i got the basic idea, I need MySQL .. PHP ... and HTML to work with this ... could anyone please make me a script that does the above ? i dont know PHP or SQL but what i illustrated above is what i basically needed.I am at college right now, so in 4 hrs i'll be back home. SO if any one would be kind enough to create a example form and script and show me how to install .. i'd be greatful .. Thankx in advanceRegardsDhanesh.email : dhanesh.rs AT gmail.com
  22. Ok guys, this is suddenly out of the blue, but with my limited knowledge in Databases i need URGENT help. My office wants to have a database made of all Schools with the respective information in the State. I need to know what all i need in order to do this. The form will be made in simple HTML no fancy stuff, 1 Page with Form to be filled by the schools with info and Page 2 with a thankyou. thats all.If i need to do this what is the fastest way and the easist way to put all this information into a database. What are my options. MySQL, MS Access, etc ... and how do i work the "adding information" in the database thing.Would really appriciate your help guys, I am on gas now and i sound so desperate i need to be slapped to reality ..RegardsDhanesh.
  23. I did read that on the site, but If the GDrive is paid then how are they managing the GMail accounts, the Website Accounts, isnt there a limit. I mean agreed that they ask u to pay for the space you need, but to get more users first they r going to go on beta invitations like gmail, then when they are shure about the service .. they would make it paid, but we all know that NOTHING in google is completely paid, a part of the GDrive will be free for users, say 500MB for free ? even if u count 500MB .. and all those free signups ... its going to be a crazy storage show. The part about .. If users trust Google with their files rather points towards the 5% users of google services. If you didnt trust GMail .. would you create an account ? Ofcourse GMail can access all ur personal mails so when GDrive comes out, i dunt think users would have a problem with uploading password encrypted files. Rather, insted use the PC as ur personal storage Machine and GDrive as a backup for the rest. (music .. movies ) GMailDrive was a good 3rd party addition to the GMail service, but i guess google didnt want users to take due advantage. I used GMD for quiet sumtime , but later removed it .. cause 10MB per file was a little annoying for me ... i need moreee n moooree GBs and TBs .. my precioussss Regards Dhanesh.
  24. Woah .. Just found this info while browsing ... Google is planning to provide its users with a GDrive, from what i know , GDrive is a sort of a Network Drive where your files would be placed on a Server and NOT on your Computer. This would probably slove storage problems for most of us. But how much is Google going to offer ? 2GB sounds "ok" lol,what if 5GB per user is alloted ? Now that gets me to the same question i asked in the other post about google. Where does all this space come from ? Lets just wait and see what google has to offer in the comming months. ZDnet.com Greg's Blogger Page Neowin.net Regards Dhanesh.
  25. Leme be the first one to reply to this. I heard the tracks, and WOW, just amazing .. soothing lounge music (atleast for me). I have CD's of Buddha Bar 3 and 4 but this one seems to be a little diffrent. They just keep getting better My fav. in this CD are:DJ Nasha - Flute FantasyLaidback - Happy DreamerMambayaga Project - Clockwork (Shantel vs. Mahala Rai Banda remix)Bliss - BreatheBtw, Good post m^e, please post more on trance .. U seem to have tracks i've never heard of (from my past SoulSeek experience)RegardsDhanesh.
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.