Jump to content
Xtreme .Net Talk

Shazbots

Avatar/Signature
  • Posts

    57
  • Joined

  • Last visited

Everything posted by Shazbots

  1. I coulnt find any examples that use a MDI Child as a plug-in (i checked the example divils example with GUI ) but have no idea if it is possible to have a MDI child instead. Anyone plz help
  2. There are examples using BITS on the microsoft site somewhere. Here is one of them C# Sorry couldnt find the vb version.
  3. looking good, like to see updates
  4. Here is wrapper made for vb6 and should work with com refrerence: vb6 A C# one is also in development: C# - Shazbots
  5. hmmm i have the same problem atm. Before my format it worked, i must of missed something on reinstall.
  6. i read that the full windows source is spprox 40GB in size, so unless its that big its just part of it.
  7. maybe a sample is in order :D
  8. well i have tryed to: * load them into an array * read from a textfile
  9. I wanted to make an autocomplete text box for between 50,000 and 100,000 words. All the samples i knew would cause overflows. Then i heard something about xml and indexing that would allow me to do this, after seaching several sites to no a avail i posted here. If anyone knows about this feature or a solution plz help.
  10. If anyone has some comments about this plz tell, i was looking to buy delphi and now its .net (Delphi� 8 for the Microsoft® .NET Framework) Offical Site
  11. didn't you only want it for the text box? put it in the textbox's got focus event
  12. a quick search on any source code site would return many results PSC one
  13. what do mean by incorporate? Do you want to play them?
  14. There is no easy way to do this: 1. ReDim all your variables, settings etc, Form_Load again or make a sub_main 2. Run another instace of your app then close the current one
  15. i think it supports com, but u will also need the vb6 runtimes EDIT: mdsn support for com in vb.net
  16. thats right but some features like xp style without manifest are only avaible with vs.net 2003
  17. some code might help, its a bit hard to tell whats going on
  18. its back compatible - ie. 1.0 apps work in 1.1 and above but 1.1 app may have more functionality then 1.0 allows (vs.net doesn't want to open vs.net 2003 project files).
×
×
  • Create New...