Modules
Hot Links
Login
Nickname

Password

Don't have an account yet? You can create one. As a registered user you have some advantages like theme manager, comments configuration and post comments with your name.
Who's Online
There are currently, 13 guest(s) and 0 member(s) that are online.

You are Anonymous user. You can register for free by clicking here

Update for 9/28/2004



Search Engines and Frames

Search engines have a tough time with frames. Using frames either prevents them from finding pages within a web site, or it causes them to send visitors into a site without the proper frame "context" being established. If you saw a single page with three frames appear. The content for these frames http://www.developersdex.com/gurus/code/962.asp

Connecting Peripherals with ease

You’ve probably faced problems when shifting your comp or getting a new peripheral as to which cable goes where and what the empty ports might be for. If you look closer you’ll realise that it’s not as complicated as it seems. The back panel has been built in such a way that each port/ socket is bui http://www.developersdex.com/gurus/code/961.asp

Searching the Web

Looking for information on the internet but not getting relevant results.Here is a piece of advice which can prove useful to you.Now that we know how search engines basically work, we should use this knowledge to think the way search engines think so as to reduce the communication gap between man http://www.developersdex.com/gurus/articles/885.asp

Meta Tags and Search Engines

These are unseen words put in the code of a web page by it author to specify to the search engines which concepts page should be indexed under. This can be helpful particularly when certain words are likely to have more than one meaning. However, certain web authors, in order to get more hits, put t http://www.developersdex.com/gurus/articles/886.asp

Computers and Toxic Ozone

If you are obsessed with computers, you are making friends with the toxic Ozone. Yes, it is the same Ozone, which protects the Earth from dangerous outer space radiation.Laser printers are essentially responsible for the generation of Ozone. A laser printer generates several electrical charges. In http://www.developersdex.com/gurus/articles/887.asp

DataSet, DataGrid and the Treeview Controls - Part II by Ravichandran J.V.Attached files - Code behind and the forms + the compiled executable.It is not always necessary for you to obtain data from a database. Using ADO.Net, which is a XML aware technology, you can populate a dataset by using the ReadXML() method of the dataset object and assign it http://www.developersdex.com/gurus/articles/882.asp

DataSet, DataGrid and the Treeview Controls - Part I by Ravichandran J.V.The DataSet is a class and acts as an in-memory database for the application that owns it. The DataSet object is part of the disconnected model of ADO.Net and is part of the System.Data namespace.The Dataset class is an unique representation of a collection of like objects. I http://www.developersdex.com/gurus/articles/881.asp

FIX: You may receive an "Operation Aborted" error message in Internet Explorer 6.0 Service Pack 1 (SP1) if the SmartNav feature is enabled on .aspx pages

(884022) - Fixes a problem in Visual Studio .NET 2003 where you receive an "Operation Aborted" error message in Internet Explorer 6.0 Service Pack 1 (SP1) if SmartNav is enabled on .aspx pages.


Events and Delegates through an User Control (C# and VB.Net Examples) by Ravichandran J.V.It is often that you find a requirement for a TextBox, which takes input only of some type of characters or only of 'n' number of characters. Unlike the VB 6.0 environment, where many of such functionalities had to be programmed, these are available as in-built properties with http://www.developersdex.com/gurus/articles/879.asp

Using SQL server 2000 tools for performance tuning SQL Server 2000 Tools for Optimization=======================================SQL Server provides many tools that aids in checking and tuning performance of queries. They include:1) SQL Profiler2) Index Tuning Wizard3) Query AnalyzerGiven below is the detailed usage specification for taking advan http://www.developersdex.com/gurus/articles/890.asp

Re: ARRRGGGHHHH Function Pointers!!!!

Doh! for 1. Yeah. I meant MethodHandle.So Doh! for 2. I did not realize that part. :)-- Girish Bharadwajhttp://msmvps.com/gbvb"Willy Denoyette [MVP]" <willy.denoyette@pandora.be> wrote in messagenews:uq03YahoEHAA.2140@TK2MSFTNGP11.phx.gbl...> Girish,>> Unfortunately this doesn't work:> 1. d.Method.Me...


Re: ARRRGGGHHHH Function Pointers!!!!

Girish,Unfortunately this doesn't work:1. d.Method.MethodBase.GetFunctionPointer(); doesn't compile because MethodBase is no property of MethodInfo, GetFunctionPointer is a method of RuntimeMethodHandle. So you have to use - IntPtr f = d.Method.MethodHandle.GetFunctionPointer(); but read on...2. The...


Re: ARRRGGGHHHH Function Pointers!!!!

BTW: If you want to get the IntPtr for a delegate, you can do that byIntPtr funcPtr = d.Method.MethodBase.GetFunctionPointer(); //d= delegate, Soyou dont have to resort to strncpy hack :)-- Girish Bharadwajhttp://msmvps.com/gbvb"Girish Bharadwaj" <girishb@mvps.org> wrote in messagenews:%23eCqjMboEHA...


Re: ARRRGGGHHHH Function Pointers!!!!

brrr.... That is some code. :) love it.-- Girish Bharadwajhttp://msmvps.com/gbvb"Willy Denoyette [MVP]" <willy.denoyette@pandora.be> wrote in messagenews:OZyE15aoEHAA.2300@TK2MSFTNGP10.phx.gbl...> Maybe this is what you are looking for?>> // CS file sample program passing callback function pointers ...


Re: ARRRGGGHHHH Function Pointers!!!!

Maybe this is what you are looking for?// CS file sample program passing callback function pointers through a structureusing System;using System.Runtime.InteropServices; public delegate void CalcDelegate(int arg1, int arg2); [StructLayout(LayoutKind.Sequential)] struct FunctionTable { public IntPtr...





General Information

Site Map




Copyright © by General Information All Right Reserved.

Published on: 2005-10-06 (838 reads)

[ Go Back ]
home  |   topics   |   content   |   links   |   contact   |   login   |   search  |   sign up   |   privacy policy
General Information Technology News info-on-it.com © 2005