Jump to content

sanjeev18

Member
  • Posts

    68
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Nepal

About sanjeev18

Contact Methods

  • MSN
    Great Helper

Profile Information

  • OS
    Windows 7 x86

Recent Profile Visitors

1,552 profile views

sanjeev18's Achievements

0

Reputation

  1. I am working on Radio website where i have to show image of program that's on air according to name of day and time. i made something that works but it works for hours not for minutes. i want it to be shown by minutes like some program is from 04:30AM to 05:00AM. my code only works for hours like 04:00 AM to 05:00AM.. i created a function that gets program name according to name of day. here's is how my code looks like function get_program_name($name_of_day){ // date_default_timezone_set('Asia/Kathmandu'); //Asia/Kathmandu. $timehour=date('h'); switch ($name_of_day) { //switching case starts here case 'Sunday': if (05<=$timehour && &timehour <06) { // 05:00AM to 06:00AM $current_program='current_program.jpg'; $upcoming_program='upcoming_program.jpg' elseif (06<=$timehour && timehour <07) { // 06:00AM to 07:00AM $current_program='current_program.jpg'; $upcoming_program='upcoming_program.jpg' } } break; case 'Monday': break; case 'Tuesday': break; case 'Wednesday': break; case 'Thrusday': break; case 'Friday': break; case 'Saturday': break; default: echo "Something went wrong!!"; break; }//case closes here }//function closes here get_program_name('Sunday'); thanks in advanced..
  2. hey guys i m just curios to know what is best . i just have learn vb.net which is rather easy and power full but its backwardness is it is not standalone. it requires Microsoft .net framework. i seen many of the best softwares like internet download manager. Firefox, vlc media player, Google chorme or any others are standalone and professionally coded among them 50 % of sofware can be open and seen by resource hacker. if i am not wrong they are build in c++ but i dont know how ?. is there is any way to do it just like from visual studio . just dropping buttons, images, combobox etc in form? i want to know how they can make it or what is the best for standalone software development ? thanks in advance
  3. what i want is 2 service pack of windows xp first one is service pack 2 and another one is service pack 3 goes in my usb drive. i want to boot them in same usb drive .. i had a software to do that but it has been lost. let me clarify it . i hav a windows xp service pack 2 and windows xp service pack three and i want to make both of them bootable in same usb drive. using grub4dos Technic. and i can select which one to install when i boot my usb drive . like here is for easyboot http://www.ezbsystems.com/cgi-bin/ikonboard.cgi?act=Print;f=1;t=3594 and http://www.ezbsystems.com/cgi-bin/ikonboard.cgi?act=ST;f=1;t=3561 but they are for easyboot ... what i need is for Grub4Dos ... so if anyone knows about this please help thanks in advance
  4. hi guys 2 years earlier i have done it with grub4dos and also from easyboot now i just lost it ......... does anyone know how do i boot 2 windows xp in same usb stick .........
  5. if you done this recovery console will come but your unattended windows xp will not be unattended ... i tried my best but i can only make serial key unattended .. all remaining are attended
  6. it is specially for stopping unnecessary registration of virus in windows registry . i hav switched off it .. if you are making some application that uses registry to read values it might be better if you switched it to .ini or .xml
  7. as usual all newbies in visual basic 2010 can create small media player with the help of windows media player plugin (Axwindowsmediaplayer).. they can create automatic playlist by using listbox . and double click on it to play but i am not getting what i want.. i want to make next button of windows media player enabled and workable .. someone have description of windows media player plugin .. please help me.. thanks,
  8. why don't you use windows xp service pack 3 which have already updates u can download it from many website and slipstream it may it work..
  9. some laptops hangs on booting from usb drive have you tried it using CD\DVD may it work
  10. ok i need to include it in my setup and register it using regsvr32.exe i know that but can i give skin without registering it any software for that
  11. hey guys i was searching for software that can give great look to my software can anyone know how to start with this i am making software in vb6.0 and i found something called helpvistaxpdiamond and i make software using it and when i try to run it in another computer it says helpvistaxpdiamond.ocx has not registered in this computer can anyone tell me how to do that without ocx support any help , thanks
  12. hey guys i am using visual basic 6.0 to create simple registry key deleter what i used is here Shell ("reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\wgalogon /f"), vbHide but these dont work until i make it Shell ("reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\wgalogon" /f"), vbHide when i do this it says syntax error it means i need " in registry key how to do that any help
×
×
  • Create New...