Jump to content

neo

Member
  • Posts

    1,209
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    India

Everything posted by neo

  1. Yaa U can use Vista Bootable DVD
  2. boot with Vista DVD and go Repair Option in Command prompt try FIXBOOT and FIXMBR.
  3. neo

    Windows version

    Not sure but check win32.sys
  4. I m using Windows Media Player 11 and always be use latest version.
  5. I have joined Vista as Beta Tester in development stage of Beta 2 and I have posted or informed about amny bugs timely. Can I get free Windows Vista.
  6. Thanks it works superub coding 5 Lines = 1 Line
  7. Hi everyone, I have trouble to get full path of a (*.txt) file My code with open dialog box =============================================================== Private Sub Button1_Click_1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim myStream As Stream Dim openFileDialog1 As New OpenFileDialog() openFileDialog1.InitialDirectory = "%Userprofile%" openFileDialog1.Filter = "Text files (*.txt)|*.txt" openFileDialog1.FilterIndex = 1 openFileDialog1.RestoreDirectory = True If openFileDialog1.ShowDialog() = Windows.Forms.DialogResult.OK Then myStream = openFileDialog1.OpenFile() If Not (myStream Is Nothing) Then ' GetFullPath('myfile.txt') Dim fileName As String = "myfile.txt" ////Also I don't want to get path of predefined files Dim fullPath As String fullPath = Path.GetFullPath(fileName) 'checking! file is in correct format MsgBox(fullPath) 'close mystream myStream.Close() End If End If End Sub=================================================================== when i select a text file from desktop , it retrives path "C:\Users\Administrator\Documents\Visual Studio 2005\Projects\WindowsApplication1\WindowsApplication1\bin\Debug\(Name of text file)" its mean this path from app.exe dir
  8. First initialze the HDD then reformat during the installtion provide sata driver using CD, DVD , USB etc... OK TESTED
  9. I have same problem but can be solved download update driver from hp site named as Realtek AC97 Audio Driver Update and extract them into folder and then give the path of folder n just try to update audio driver. NOTE: Once U will get Driver Signing Warning but ignore this Definately U will get Solution OK TESTED
  10. neo

    .doc into pdf ?

    Yup, if using Office 2k7 I thought that MS had to remove it from 2k7. but another PDFCreator, acts as a print driver so you can create a pdf from any printed doc. U can use PDF XPS plug-in in Office 2007
  11. Too bad
  12. Hi everyone, I want to build an application in VB2005 that uses SQL or Oracle as database pakages. the application converts text data (*.txt) to SQL or Oracle data file which means that application is reading datas from text file and then insert them into SQL or Oracle tables. Its my project work plz help to do so. I m using VB2005 and can use VB6 also plz guide me. text file has a format of records 2003861!2!10000!10 in the text file datas are separated by "!" and one line contains one record. these datas are respectively id_no,sem_year,adm_fees,recpt_no Download text file admfees.txt
  13. U don't need to any catalyst becoz Vista also supporting ATI most of g cards i m using ATI Xpress 200
  14. neo

    My sigs!

    last signature charming awesome job.........keep it up
  15. I m also have trouble Your file is deleted from RapidShare. I can't download from MegaUpload! due to virus, spy or many threats www.sendspace.com is another option
  16. Hi friends it should be helpful for all who are using res hacker here is basic of resorces information which help to add or modify res with new visual style or attributes Download
  17. thanks Nero Lite still working under Windows Vista RC1, RC2 awesome job
  18. Yes U can find all answers over ur question here http://unattended.msfn.org/ just try
  19. use reshacker to edit logonui.exe u will definitly get ur destination
  20. it may be possible by editing win32k.sys using reshacker or res tuner
  21. neo

    OEM

    yes u right i m also using wmp11 addon
  22. neo

    IE7

    IE7 also not have its own downloader which can resume download and increase download connections. its should be or must be needed
  23. joejoe.org crystalxp.net
×
×
  • Create New...