First  |  Prev |  Next  |  Last
Pages: 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Question about printing
Say I have PrintDocument pd = new PrintDocument(); Say I have a file c:\trialk.txt How do I associate the two in order to privide input for ptinting? Thanks, Zach ... 21 Jun 2010 00:25
Uninstall
Hi all, I am using Visual basic 2008 which is not in package and insalled as single software on my pc. i have create an application which is not built yet. i just want to know how can i create uninstall function in visual basic 2008 that after building my project when any user install this application on their p... 12 Jun 2010 19:20
what is base() in inheritance
hi ; i have a problem with how i could use [ base( ) ] and i wrote a program for it but it didn't work using System; namespace inheritance_1 { class Program { static void Main(string[] args) { employee me = new employee("sara", "me", 1000); } } } cla... 12 Jun 2010 14:54
Encrypt/Decrypt with varying key size
I am using the following code snippet to encrypt/decrypt using DES algorithm. protected string Encrypt(byte[] key, string originalString) { if (String.IsNullOrEmpty(originalString)) { throw new ArgumentNullException ("The string which needs... 13 Jun 2010 18:18
Fueling your car with natural gas from home
Dear Everyone, as you know the price of the Oil is more and more increasing, while the oil supply is decreasing. Moreover Oil is causing wars, terror, oil spills, a lot of greenhouse gases. Do you know that there is plenty of natural gas ? The supply will last for many decades, probably for hundred years. A lot o... 12 Jun 2010 05:02
C# Telnet Library and Cisco IOS example
Here is an example of a telnet library along with a program that uses it to log into a Cisco router and download the IOS configuration. http://www.xpresslearn.com/networking/code/csharp-telnet-client AlhambraEidosDesarroll wrote: how I do telnet 13-Jan-09 hi all how can i do using c# telnet mail.doma... 11 Jun 2010 14:49
Filtering a MS Access Dataset
I am a newbie making a database app. My database is a MS Access database. I have a startup form with a datagrid showing all the records in table called Report.(The Datagrid automatically created a dataset of the entire database.) When a report is selected on this form, I want another form to open which has data awa... 12 Jun 2010 10:27
AssemblyLoadEvent unexpected behaviour
Hi I test dynamic loading of Assemblies for a "plugin Design". (define Assembly-Names in Config-File, loading this Assemblies from Host-Application...) To check serious rule violations (my own rules) i declare a AssemblyLoadEvent in current AppDomain. If a Assembly ist "not according to my wish" I will canc... 11 Jun 2010 13:42
Why is my GetFields(BindingFlags.Instance | BindingFlags.Public)not working? (Sample working code included)
On 6/11/2010 8:52 AM, sloan wrote FieldInfo[] publicFieldInfos = t.GetFields(BindingFlags.Instance | BindingFlags.Public); is returning nothing. public abstract class MySuperType { public string STString { get; set; } public abstract string MyAbstract... 11 Jun 2010 20:23
Why is my GetFields(BindingFlags.Instance | BindingFlags.Public) not working? (Sample working code included)
My code in see the NonPublic members, but not the Public ones. Full sample code below. FieldInfo[] publicFieldInfos = t.GetFields(BindingFlags.Instance | BindingFlags.Public); is returning nothing. Note, I'm trying to get at the properties on the abstract class as well as the 1 concrete class. ... 11 Jun 2010 13:42
First  |  Prev |  Next  |  Last
Pages: 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23