Search results for query: *

  • Users: shaheed
  • Content: Threads
  • Order by date
  1. S

    changing font family and serif style in word

    hi...does anyone know how to change font family or serif style of the selected text in ms word through vb.net code??? thanks in advance.
  2. S

    tiff to doc

    hi! veebees objective: to retrieve text and images from an ocred image and then copy those in a doc file that must be created programmatically. text must retain its format (such as bold, italic, face, size etc) as well. achieved: i can retrieve the text right and can copy it as well in doc file...
  3. S

    monitoring file storage in database through progress bar

    hi veebees. still there is no response to my previous query with title 'retrieving file associated icons'. anyway, hop there will be soon from someone. besides that above said problem, i would like to forward my second problem. this time i will like to know how can i show progress of file...
  4. S

    retrieving file associated icon

    how can we retrieve an icon for the associated file extension??? can someone just help me out in writing a function that takes an extension (such as .doc; i am not passing a file name as an argument because it should not be mandatory to have some physically existing file on the hard disk to get...
  5. S

    moving splitter in desired range????

    i have a form with two panels with a splitter in between them...i want to restrict splitter moving toward right side of the form; i.e. i dont want to shrink right-side panel...i only want to move splitter towards left-side of the form upto CERTAIN LIMIT; i dont want to shrink left-panel that...
  6. S

    opening file in default editor

    how can we open the file in its default editor like for example opening doc file in word, pdf file in acrobat through your code.
  7. S

    converting OCRed tif image into word document

    hi...can someone tell me the way of coverting OCRed tif image into word document through vb.net code???
  8. S

    how to design tip-of-the-day

    hi...can some one help in implementing tip-of-the-day dialog??? especially i wud like to know how to implement the logic behind checkbox tht asks the user if he/she wud like to see the tip next time if he/she opens the application; in other words, how can we restore the settings set by the user...
  9. S

    problem with adding icon to imagelist...

    hi...i m having very minor problem but cant figure out how to solve it...first i made my own icon using .NET IDE and add it to my project (by using "Add Existing Item" option)but when i try to add that icon in ImageList the error message appears that says: "Bitmaps that are Icons can not be made...
  10. S

    creating help for application

    hi...is there any package available in .NET that can be used to facilitate in creating HELP for applications (in vb.net) just like the way Java provides javax.help package for the same above purpose. if possible, provide the link where best tutorial is available for this purpose.
Back
Top