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 SkipVought 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: *

  1. revanthn

    Object Status

    if myobj is nothing only checks for any associations for the object and is not related to checking the very exsistance of the object.Please suggest something else.Thanx for your reply
  2. revanthn

    Object Status

    Hi guys, How can I know if an object is loaded or unloaded. I am using Visual Basic 6.0 Enterprise Edition please suggest something. Thank You. revanthn
  3. revanthn

    help needed on floppy driver

    Hey, It's good that you are working on a floppy drive controller driver and when you are having trouble implemeting it why don't you take a look at how other hobby OS'es are making it work and make sure you are conformant to drive controller requirements first and then you can fiddle with...
  4. revanthn

    Processor & Fan

    Hey there, There is this piece of software called "MotherBoard Monitor ... something" it has got all the stuff you asked for, just download and install.Google for it. revanthn
  5. revanthn

    Van Jacobson pbuf's

    That true and nice but what you are talking about is the "Implementation of a TCP/IP stack" and what I am talking about is an "Optimised version of the same implementation" and that's where Van Jacobson's research comes in. He says Memory-to-Memory Copies and Interruptes are...
  6. revanthn

    Van Jacobson pbuf's

    Hey guys Recently I was going through a paper by Van Jacobson "Changes to 4.4 BSD Kernel Architecutre" and some more searching left me with the following results Van Jacboson prototyped most of the code in 4.4BSD-Lite but most of the code including pbufs implementation...
  7. revanthn

    Kernel Source Code

    HI guys I am totally new to linux and I am just curious to take a look at the kernel source code I went to www.kernel.org and downloaded the latests linux kernel after i opened the tar ball file there is only one file and no source code do i still need to decompress the bz file too or it is...
  8. revanthn

    porting .lib to .dll

    How do i port a c .lib file to .dll file so that the functions can be called from VB
  9. revanthn

    Dll Function Formal Parameters

    HI there I think this one is needed for everyone for example if there exsists a dll named abc.dll the to use it you have to either reference it in vb or directly declare function through "Declare" command but if you can't reference it and you want to declare it but you don't know the...
  10. revanthn

    Physical Address in VB and Hardware drivers

    Hi there how to interact with hardware and their drivers from VB please give me some sites for information thank you /Revanth
  11. revanthn

    how do you know if there is nothing in an object

    hey i think the problem is that you didnot end the if statement ot give me more details
  12. revanthn

    How do you create a message box

    HI there it is like this You can use the Default visual basic message box Just follow the code the keyword "msgbox" will do it Just type the keyword where you want the message to appear and the following syntax like msgbox("your message,title,etc") /Revanth
  13. revanthn

    win32api

    hi guys there is a cool site name www.allapi.net from which you can get a lot ot api functions and more check it out
  14. revanthn

    Putting VB programs on the web - for others to use

    hi there you can implement you vb application in webpage for that you can do two things 1.Use activex controls for controling thing to web pages and the other is using vb scrpit thought asp works fine /revanth

Part and Inventory Search

Back
Top