Search Results

Search found 2 results on 1 pages for 'safi'.

Page 1/1 | 1 

  • Cannot boot from Ubuntu USB

    - by Safi
    I create a ubuntu 10.10 bootable USB via the method that is described on the download page of ubuntu. I made that from windows and also from ubuntu 10.04 (I have dual boot). When I boot from the USB made, the menu shows and when I run it, it gives a beep and nothing else. It never boots. USB creation from both methods result the same. I downloaded ubuntu via the torrent provided from Ubuntu. Any help will be very appreciated. I want to make my USB just like a Live CD so that I can run it on some other computers also.

    Read the article

  • passing parameter to dowork?

    - by safi
    How can i Pass parameter to background_DoWork? public void bgw1_DoWork(Object sender, DoWorkEventArgs e) { make_zip_file argumentest = e.Argument as make_zip_file; Thread.Sleep(100); argumentest.return_path = argumentest.Makezipfile(files, IsOriginal); e.Result = argumentest; } i need to pass files,isOrginal parameter...? i am calling this method: public string run_async() { bgw1.DoWork += bgw1_DoWork; bgw1.RunWorkerCompleted += bgw1_RunWorkerCompleted; make_zip_file mzf2 = new make_zip_file(); bgw1.RunWorkerAsync(); return return_path; }

    Read the article

1