Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / C# / August 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
How to clean browser cache?13 Aug 2007 16:54 GMT1
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 control13 Aug 2007 15:58 GMT3
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 Files13 Aug 2007 15:51 GMT3
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 GMT2
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 ProcessStartInfo13 Aug 2007 15:25 GMT1
m_oProc = new Process();
ProcessStartInfo oInfo;
oInfo = new ProcessStartInfo("\\\\" + sSourceServer + "\\" +
Environment.SystemDirectory.Replace("C:", "C$") + "\\psexec.exe",  " \
Instantiating a .NET Excel Worksheet13 Aug 2007 13:50 GMT1
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 failes13 Aug 2007 12:38 GMT3
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 GMT7
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 working13 Aug 2007 10:57 GMT4
form code
-----------
ArrayList cList = new ArrayList();
ArrayList aList;
Put Google Ads into c# program.13 Aug 2007 10:26 GMT1
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.
Cryptography13 Aug 2007 10:00 GMT1
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 PDF13 Aug 2007 08:39 GMT2
Can I read a pdf file using c#?
Thank you
Setup project and adding a start menu shortcut13 Aug 2007 07:55 GMT1
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 events13 Aug 2007 07:16 GMT1
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, Cialis13 Aug 2007 05:32 GMT2
Hi
I seriously :) it is boring topic. I just post it in msreader.net in
"CSharp" only for testing!
Just for funn:  viagra
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.