| Thread | Last Post | Replies |
|
| How to clean browser cache? | 13 Aug 2007 16:54 GMT | 1 |
I'm trying to delete files from the browser's cache by doing this: DirectoryInfo di = new DirectoryInfo(Environment.GetFolderPath(Environment.SpecialFolder.InternetCache)); foreach (FileInfo fi in di.GetFiles())
|
| Usercontrol exposing an object array from a contained control | 13 Aug 2007 15:58 GMT | 3 |
I've got a usercontrol containing a ListView control. I would like to comehow expose the Listviews Item and Column collections so that I can access them using MyUserControl.Items.Add("NewItem");
|
| newb question - Manipulating Text Files | 13 Aug 2007 15:51 GMT | 3 |
hey everyone! In amongst my C# learning i'm starting to fiddle around with some basic code on stuff that interests me. So I decided to write a really simple console app that basically opens and reads the first line of a text file and then
|
| Populating a MS Word template with C# | 13 Aug 2007 15:32 GMT | 2 |
Does anyone know of some useful articles that explain how to develop word templates that contain fields that will be populated from a database. I am new to this and the project I am working on will retrieve a user generated Word template that I will use to populate the template ...
|
| Run VBScript files remotely with psexec, cscript, Process, and ProcessStartInfo | 13 Aug 2007 15:25 GMT | 1 |
m_oProc = new Process(); ProcessStartInfo oInfo; oInfo = new ProcessStartInfo("\\\\" + sSourceServer + "\\" + Environment.SystemDirectory.Replace("C:", "C$") + "\\psexec.exe", " \
|
| Instantiating a .NET Excel Worksheet | 13 Aug 2007 13:50 GMT | 1 |
Hi readers, Thanks for looking at this artical. I've made an office project in C# based on an Excel Workbook template. The project has checkbox controls on a worksheet
|
| sending email failes | 13 Aug 2007 12:38 GMT | 3 |
I am trying to send an email using System.Net.Mail but the whole application (not VS) is getting shutdown with this message in the Windows EventLog: One or more Visual Studio templates is invalid and will not be displayed.
|
| Windows application and low resolution? | 13 Aug 2007 11:47 GMT | 7 |
I have a Windows application developed in VS.Net 2002 and upgraded to VS2005, and when I try to run it in an 800x600 resolution, it doesn't load completely (plus its memory usage is really high). If I minimize, and maximize it, then it'll display correctly.
|
| Using ITypedList to fill DataGrid not working | 13 Aug 2007 10:57 GMT | 4 |
form code ----------- ArrayList cList = new ArrayList(); ArrayList aList;
|
| Put Google Ads into c# program. | 13 Aug 2007 10:26 GMT | 1 |
My program is using webbrowser contorl. I want to add my Google Ads into my program for free version. but Google Ads are several lines of java script code, not a single URL.
|
| Cryptography | 13 Aug 2007 10:00 GMT | 1 |
I am developing an all in one shell for remote control of our office PCs. The shell offers remote desktop V5 or 6, vnc, ultra vnc & remote assistance all from one shell and offers a treeview browsing tool integrated with the active directory to select the computer to remote ...
|
| Reed PDF | 13 Aug 2007 08:39 GMT | 2 |
Can I read a pdf file using c#? Thank you
|
| Setup project and adding a start menu shortcut | 13 Aug 2007 07:55 GMT | 1 |
Hi, can someone please provide me with some information on how I can create a shortcut from the users start menu/ desktop to my installed application when I am using the VS2005 setup wizard. I have tried rightclicking on the relevant folders in the setup wizard
|
| Lockdown and Idle events | 13 Aug 2007 07:16 GMT | 1 |
I would like to run my app (C# 3.0 Win application) on the following XP pro/home events: Enter and exit idle mode (peripherals don't get input for few minutes) Station lockdown and entrance (winkey + L or alt+ctrl+del -> lock computer)
|
| Boring Topic, Cialis | 13 Aug 2007 05:32 GMT | 2 |
Hi I seriously :) it is boring topic. I just post it in msreader.net in "CSharp" only for testing! Just for funn: viagra
|