Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- sort by:
- Relevance
- Date
- Popularity
- Explore the various benefits of the Collection object in VB6
- This conflicts with another Aitken tip?Peter says in a tip about unloading your forms that setting the form to invisible doesn't get it - rather one should unload the form.This tip loops through the collection of forms setting them to invisible. If you really are done with the windows shouldn't...
- Discussion threads 2005-10-28
- Common ASP.NET page functionality with inheritance
- Here is how to create base pages that you may use to create other pages throughout the site. ASP.NET 2.0's template page feature allows you to create base pages that you may use to create other pages throughout the site. This provides you with the...
- Technical articles 2005-07-13
- Common ASP.NET page functionality with inheritance
- ASP.NET 2.0's template page feature allowsyou to create base pages that you may use to create other pagesthroughout the site. This provides you with the ability to providea consistent look and feel without the effort that the currentASP.NET release requires. While this is a desirable feature, you...
- Technical articles 2005-07-13
- Understand the life cycle of VB6 forms
- It's important for VB6 programmers to understand forms' well-defined life cycle. Although the life cycle only consists of three stages, you need to comprehend the complex process in which forms travel through these stages. VB6 forms have a well-defined life cycle, which is important for programmers to understand....
- Technical articles 2005-06-09
- Unload the Debugger
- I am using Windows XP Pro system. My wife by error hit yes on debugging when on a web page the other day, but later said no and got out of the debugger. Since then, I have loaded some games which will install but when started (after the necessary reboot...
- Q&A 2005-03-14
Additional Resources
- VB6 Tip: Best practices requires that you ensure all forms unload
- Writing proper code requires that when a VB program ends, all of its forms will be unloaded and removed from memory. When a Visual Basic 6 program ends, all of its forms should be unloaded and removed from memory. VB doesn't do this automatically; therefore, if your...
- Technical articles 2005-01-14
- VB6 Tip: Best practices requires that you ensure all forms unload
- ensure all forms unloadIt's a good tip for MDI, but I remember seeing this snippet 6 years ago.For single form:Unload Me: EndUnloading all forms?In the code:Public Sub UnloadAllForms(Optional FormToIgnore _ As String = "") Dim f As Form For Each f In Forms If...
- Discussion threads 2005-01-17
- Microsoft Windows NT 4.0 Patch: Program Hangs During Unload with Secure Connection Update (Windows)
- This update resolves the "Program Hangs During Unload with Secure Connection" issue in Windows NT® 4.0 DEC Alpha. Download now to prevent problems while using a dynamic-link library DLL which may cause your computer to stop responding or download improperly. If you run a program linked to a DLL, and...
- Software downloads 2000-08-22
- Don't let the NetWare Management Portal tell the world how to hack your network
- The amount of information the NetWare Management Portal can broadcast about your server may leave you concerned about security. Don't panic yet. John Sheesley explains some options for protecting your server.When I discussed the NetWare Management Portal in my previous Daily Drill Down “Discover a new way to administer your...
- Technical articles 2001-10-17
- Improve Java support on your NetWare 5.1 server with Java 1.3
- NetWare 5.1 ships with Java 1.17b, but you can get added features and improved Java support on your NetWare server by upgrading to Java 1.3. In this Daily Feature, John Sheesley shows you how.The version of Java that comes with NetWare 5.x, Java 1.17b, is a stable version that runs...
- Technical articles 2002-02-20
- Shipwreck 1.0 (Mobile)
- Shipwreck 66% discount until update come out!Ever wonder how a maritime pilot maneuvers a ship to the dock without causing a shipwreck? Now you have the opportunity to try it for yourself!Shipwreck is the new, dangerously addictive, ship routing game. Even though Shipwreck is very simple to play, great skill...
- Software downloads 2009-07-19
- Understand the life cycle of VB6 forms
- ZombiesYou stated: "A form is finally unloaded when the Unload statement is called on it or when the program terminates."This is better read as: "A form is finally unloaded when the Unload statement is called on it."If any hidden forms are not unloaded, the application will remain in memory, even...
- Discussion threads 2005-06-13
- Trouble with xp recovery
- Trouble with xp recoveryI have a pc with 27 virus's so I went in and removed the virus's. Now I cant get windows to start up. I need to remove all the special Programs that are installed on the pc cause i dont have the cd program discs...
- Q&A 2005-12-24
- Help with macros?
- I have a workbook that is accessed by several users on ONE stand-alone computer. I need a way to track changes made on this book - basically the who, what, when, how it was changed. The sheets are hidden unless a valid username and password are entered on my "main"...
- Discussion threads 2008-04-14
- Ballmer: High-end Windows, Office coming
- Simple Opportunity, ReallyMicrosoft has the same very simple opportunity waiting for it whenever it is ready to face facts.To best compete with Linux/AIX/Solaris, etc.1) Eliminate redundant code a) avoid loading unneeded services b) simply reuse basic objects rather than repeat c) Minimize Kernel size2) Remove (or make...
- Discussion threads 2005-08-02
- Configure IT Quick: Use DOSFAT to access your NetWare server's DOS partition
- If you’ve used NetWare, you know that your NetWare server starts off booting in old-fashioned DOS and then switches over to NetWare. After making the switch, NetWare runs from and allows access from its own proprietary disk partition types, either the traditional Novell file system or NSS. Occasionally, though, you...
- Technical articles 2003-07-09
- Loading and unloading modules in Linux
- The time may come when you need to be able to load or unload a specific module into and/or out of the Linux kernel. In this Daily Feature, we'll take a look at three nifty commands you'll find helpful: lsmod, insmod, and rmmod.The time might come when you need to...
- Technical articles 2000-09-14
- Native File Access in NetWare 6 eliminates the need for the Novell Client
- If you've ever wished you could run your NetWare servers without the burden of running additional client software on your workstations, you're in luck. The Native File Access feature in NetWare 6 can free you from the need.Perhaps one of the most useful features that Novell has added to the...
- Technical articles 2002-12-04
- Patch your Novell server to prevent buffer overflows
- Novell recently released a patch for a new buffer overflow vulnerability for NetWare 5.1 and NetWare 6. John Sheesley shows you what the problem is and how to apply the patch.For a long time, NetWare administrators have been largely immune to the exploits and attacks that Windows administrators have had...
- Technical articles 2002-05-15
- XWindows marks the spot for remote NetWare server administration
- RConsole works great for network administration, but it can't display the NetWare GUI. Learn how to use XWindows to redirect the NetWare GUI on your server to your local workstation.As a seasoned NetWare administrator, you know you can remotely access your server’s console from your administration workstation using RConsole and...
- Technical articles 2002-05-08
- << Previous
- page 1 of 1
- Next >>