Jump to content

vmaglente

Member
  • Posts

    8
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Philippines

About vmaglente

vmaglente's Achievements

0

Reputation

  1. @jaclaz Thanks for the reply sir. I'm sorry for incorrect term usage ("integrating") because it got you confused. What I meant was that my app can call the local format.com from Windows and run it to format a usb drive. I'm not trying to distribute it or anything. I am also aware of the various USB Formatting Tools like HP Formatting Tool but our programming instructor told us not to use those tools. We are told to run a formatting process using the local format.com from Windows. I was successful in doing a format operation on my usb flash drive but I still can't show the process % of the formatting process on my GUI.
  2. Hi all, here's the scenario. I'm creating a simple program for formatting USB flash drives and I've decided to integrate format.com in my program to format the usb flash drives. On my form I have a combo box that lets the user select what USB drive to format, a button to start formatting, and finally a progress bar to show the percentage of the formatting process. I've succeeded in integrating format.com in my program but the progress bar won't update because I don't know how to get the % of the formatting process of format.com programatically. By the way, I'm using Visual Basic .NET 2005 but any solution from any other language is welcome. I'm also using Windows 7 as my operating system. Thanks.
  3. Hi MSFN members, Good day! I need some help about my Thesis Software. I'm not looking for any programming code or something, I just need concepts/topics relating to Computer Science. My Thesis Software is basically a Registry Tweaking and Recovery Software for Windows 7. The problem is that, my professor is requiring me to find topics/concepts so that I can relate my Thesis Software to my Computer Science program. To be specific, my prof wants me to find Algorithms and Data Structures topics that my software can use for the documentation. Below are the details. I hope someone can help me with this. Thanks in advance. Program: B.S. Computer Science Thesis Software: Registry Tweaking and Recovery Software What is needed: Algorithms and Data Structures topics/concepts that I can relate the thesis software to
  4. Wow! Thanks for the reply CoffeeFiend! Question answered.
  5. Hi again MSFN members! Does anyone know how to create software that work 100% compatible with Windows 7 using Visual Basic .Net?
  6. Thanks for the reply Mr. Jinje. It gave me an idea how to determine the OS platform. I think I just need to find a code snippet for the VB .Net version of the code.
  7. Hi MSFN members. I'm planning to develop a GUI tweaking software for Windows 7 using VB .Net 2008. I need to know how to get the information to determine if the software is running on a Windows 7 operating system using VB code. Any help would be useful. Thanks in advance. Some useful information Programming Language: Visual Basic .Net 2008 Target OS: Windows 7
×
×
  • Create New...