Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ssj3gohan
  • Content: Threads
  • Order by date
  1. ssj3gohan

    Error with a class

    I'm trying to convert a haphazard module to a class to improve reusability. However, I get the following error when I try to compile: Compile Error: Only public user defined types defined in public object modules can be used as parameters or return types for public procedures of class modules...
  2. ssj3gohan

    how to make it look like xp style

    i made apps in vb6 and i can get xpstyle from manifest and resource files, but it doesnt seem to work for vb.net 2003 any ideas??
  3. ssj3gohan

    word format

    is there any way of making a vb prog create a word file without using OLE? i was thinking of writing the headers for the word file with the print or put commands. thanks
  4. ssj3gohan

    ActiveX Forms

    How do i get an acitveX dll to diaplay a form when a function is called? i am using the follownig code: frmAbout.show but the program seems to ignore the line and continues on. Thanks for the help.
  5. ssj3gohan

    application versions

    i have just recently started in vb.net, holding back upgrading from vb6 due to cost. Anyway, I want to add a splash screen showing version and author etc. In vb 6 there was a simple code of app.major for version app.minor for point release and app.revision for revision. in short: the app...
  6. ssj3gohan

    ActiveX DLL

    can activex dlls display a form? i made a msn plus plugin but the form never shows. if i put a msgbox there it will show but anything after and includin the form.show code is ignored
  7. ssj3gohan

    Error 1000

    My program encodes and mp3 and then deletes the source wave file. When i run my program in the vb6 ide it works properly, but when i compile it and run it after it encodes adngets up to the deleting bit i get an error "Runtime Error 1000-path/file access error". Does ne1 no what this means and...
  8. ssj3gohan

    Playing CD

    How to play a cd using MCISendString commands???
  9. ssj3gohan

    good vb examples

    does anyone know where to get good examples
  10. ssj3gohan

    split files + rejoin them

    Does anyone know how to get vb to split a user specified file into little 'chunks'? Also how to write a batch file from vb to join the files together or get vb to join them together? i also need a way to sense how many 'chunks' a file has been split into. Thanks
  11. ssj3gohan

    file split

    i need a code that will chop a file up into smaller bits eg say a 2.88 mb file, into a 1.44 mb file ie take the data, write it out in clumps of 1424 kb
  12. ssj3gohan

    skipin a movie

    i got a progam playing movies and i want to know how i can use a slider to skip in the movies or use a text ox and type in the time and skip there
  13. ssj3gohan

    DAT Files

    How can i make a mmc or a wmp control pplay DAT files(VCD Files) Thanks
  14. ssj3gohan

    Multimedia Control

    how can i get a mmcontrol to play files that are selected in a file list box? thanks Daniel
  15. ssj3gohan

    alternate dload

    where else can i download html studio besides the microsoft site? it says i dont have permission to download it or go onto the stie
  16. ssj3gohan

    Laptop Battery Power

    Do u know of any vb6 controls that could report the life left in the laptops battery? i.e. Hours/mins left, percentage of charge, total useage so far. I run XP Pro and unlike win2k does not tell remaining time. I try sysinfo but it reports x% 0hrs remaining, 0mins remaining, 0secs remaining Thanks
  17. ssj3gohan

    What To Use To Make .chm File

    What do i use to make a .chm file? is it is a program where to download or is it installed with the vb tools?
  18. ssj3gohan

    Make own web browser

    Does anyone know how i can make my own web browser in vb6? I dont want it to rely on MS Internet Explorer because the core is unstable. I dont want to use ie or opera they are unstable and netscape is crap in the new revision.
  19. ssj3gohan

    Add Help File

    Does Any one know how to add a help file in a vb6 program?? I run VB6 Enterprise Edition and i haven't installed entrprose tools. Thanks

Part and Inventory Search

Back
Top