Jump to content
Xtreme .Net Talk

aman729

Members
  • Posts

    6
  • Joined

  • Last visited

About aman729

  • Birthday 01/14/1988

aman729's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. i have cought the problem in my project properties the debug section there are three options in enable debugers: -enable unmanaged code debugging -enable sql server debugging -enable the visual studio hosting process if i enable 2nd or 3rd option the program works fine but hangs exactly at 12th minute. if i enable 1st option then the program never stops but it works very slow... i think there is problem related to debugging process.. how can i do this that my application runs normally wiout stoping after 12 mins thanks!
  2. windowsapplication1.vshost.exe- application error the instruction at "0x67f5d899" referenced memory at "0x00000004". the memory could not be "read".click OK to terminate the program -this error is coming after 15mins of running my vb.net program - i am using modi ocr tool in a do....loop -i application is designed in vb.net. - i have also checked my ram for errors. -average cpu usage is abt 50 % what can be the reason for this problem..... i am not able to get as to where the problem is because the application is terminated after 15 mins. i u require i can give u the coding. A lot of thanks! good day
  3. Please help I am making my software relating OCR can any expert tell me where to find a freeware OCR command line tool I have tried MODI tool of office but I am not able to include the necessary files in my vb.net project �..(the DLL file is itself not available in my computer) Can anyone guide what can I do�� I have been searching the net for 2 days but I am not able to find a solution��SCREEN OCR is very good but only trail is available for free. If u say to MODI dll files of office then plz tell me how to use it . Thanks in advance
  4. i dont know how to make a listbox of variable width in which the the data of entire row is selected at a time i am using listbox1.items.add() method and inside add method i have writtem my variables for a single row like this listbox1.items.add(script(0) + " " + CStr(sp(0)) + " " + CStr(bp(0))) but the script is variable width and other fields are not comming in a line i want the out put to be as i have attached a file as 12kb zip plz help thanks for the sincerity.... untitled.zip
  5. hi every one i found a software a-apr180 in a crack site this software immidiately revealed my database file in ms access!!!!!!! i wonder how is this possible and its totally unsafe its a shame for a microsoft product. please let me have some guide or process because my software is based on ms access only and i am about to launch it bye....hurry
  6. i want my application to retrieve the information from the file`s property window as to when was the file created and when was it modified.... how can i do that using visual basic 2005 classes ????? can some one help??? thanks in advance
×
×
  • Create New...