Jump to content

agonified

Member
  • Posts

    51
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About agonified

  • Birthday 10/21/1982

Contact Methods

  • MSN
    agonified
  • Website URL
    http://hakanselim.dmusic.com
  • ICQ
    43779332
  • Yahoo
    hakakkan

agonified's Achievements

0

Reputation

  1. I think so man, v2.0 is much better and easy to code with Visual Studio 2005, but my limit is set by my host. I told them either install asp.net v2.0 or move my site to a server that already has v2.0 installed. Anyway, it was one more step to finish the project. Thank you very much.
  2. Hi guys, My host is only supporting asp.net 1 right now. I am new to asp.net so I want a program that helps me for creating web-applications like Visual Studio 2005 or Visual Web Developer? I cant use them since they only support asp.net 2.0. Or, is there any way to make above 2 programs support asp.net 1 objects? Thanks
  3. Hi everyone, I have a term project that our teaching assistant made us to prepare a presentation in VB6. So, I have above 100 forms that will present all slides in presentation. I would like to put a start menu and place all slides in it therefore user can easily browse and select the topic. I though that making a menu control array and calling related form from it's number is a good solution but the god **** visual basic 6 doesnt allow to give the same name to different menu items if they are not in the same sub menu.. To make it clear; --------------------------------I want but vb doesnt allow---------------vb allow but I dont want -----------------------------------name-------------index-------------------name--------index Start-----------------------------blabla--------------------------------------blabla ...Subject 1---------------------blabla2-------------------------------------blabla2 ......Article 1.1------------------mnuItem------------0---------------------mnuItem------0 ......Article 1.2------------------mnuItem------------1---------------------mnuItem------1 ......Sub subject 1--------------blabla3-------------------------------------blabla3 .........Article 1.1.1-------------mnuItem-------------2--------------------mnuItemx-----0 .........Article 1.1.2-------------mnuItem-------------3--------------------mnuItemx-----1 ...Subject 2 ......Article 2.1------------------mnuItem-------------4--------------------mnuItemy-----0 ......Article 2.2------------------mnuItem-------------5--------------------mnuItemy-----1 and goes like this.. It should be clear now.. So, is there any other solution to this? Start menu and preparing the slides as forms is necessary. How can I apply this layout to my project? Any ideas?? Any methods? Thanks a lot
  4. seems like a scary movie..
  5. Magnetic things can cause this dude. Do you have your speakers near your monitor? Anyway, most of the time 'DEGAUSS' works perfectly. I hope your monitor is digital not analog. Go to menu of the monitor, find the thing seems like horseshoe . Your display would vibrate for a few seconds and you'll have normal display.
  6. This was my best solution before I got my new pc 6 months ago...
  7. I dont use win xp for now on, but I remember that, one can create different hardware profiles. Right click my computer an open properties. Goto to hardware tab and you'll see harware profiles. Just copy the "profile 1". Select profile 2 and click properties. Select the option "Always include this profile as an option when windows starts". Then goto services, double-click the service you want to disable for second hardware profile, goto to 'Log On' tab and disable it for second profile. Now you will have an option on start up, to select and boot with desired hardware profile. Hope it is what you want...
  8. Last option is true. It creates a universall install cd that boots into text-mode setup. In addition, they use bootable word since when you just copy windows setup cd's contents to your hard disk and re-write them to a cd with for instance nero, it won't boot, i.e. it will be a simple data cd not BOOTABLE..
  9. It could be a spamware, malware, kind of virus or something else that trying to replace or hack one of your system files.. Do a spy search I suggest.
  10. What you're searching for can be WinPe(Windows Preinstallition Environment)... Or BartPe .. http://www.nu2.nu/pebuilder/
  11. I've been searching it for a very long time... I think the solution is getting a new modem huh.. ??
  12. I think there is not any page 2. Page 1 also provides you a bootable cd. No need to do an extra process. And, No, bootable does not mean autorun!
  13. Dude, There is a bootsector on your harddrive that tells computer to load that that file run this file etc.. Your boot sector just directs the system to windows loaders no matter what you have copied to hard drive. Dont ask me "how can change boot sector" since this is what I am searchin' for for 2 months. Now, that's the way; Open explorer, goto your setup files and double click winnt32.exe. Select new installition, accept the agreement, enter your cd key, click advanced options, select both options there(if the upper one is grayed out, this is OK), and continue with the process. Setup will copy needed files to somewhere, make your harddisk bootable to textmode setup of windows(that's you've asked). Hope works...
  14. As written there, your installed windows is newer than the cd.. I dont know why the 'continue' option is disabled.. I 'll search... Have you tried search it in google?? I think you have sp1 cd but you have sp2 installed on your machine.. Try slipstreaming sp2 into your installition source and try again.. http://www.google.com/search?q=setup+canno...rsion+on+the+cd
  15. Hi xerkon, With winnt.exe or winnt32.exe, they actually mean go to command prompt (start>run>cmd.exe), go to i386 folder which you copied from cd, and type winnt.exe or winnt32.exe with appropriate arguments ( /makelocalsource for ex.)... If you dont know anything about command prompt, for instance changing the current directory, dont even try to do it.. First, you should learn command prompt. Try this; D:\WinXpSp2\i386\winnt32.exe /makelocalsource /tempdrive:D: /s:D:\WinXpSp2\i386 Assuming you copied your cd to D:\winxpsp2 folder, open notepad, copy this line to there, and save as 'install.cmd' without quotes. Then goto the folder where you saved install.cmd then double-click it. With this code, setup will copy files to your hard drive, then reboot machine, start with text-mode setup.. Try it, if doesnt work, let me know...
×
×
  • Create New...