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# / May 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Renaming folder problems04 May 2008 17:51 GMT1
I am trying to rename a folder by using
Directory.Move(soucrceFolder,destFolder) but keep getting the following
error:
Cannot create a file when that file already exists.
validate length value04 May 2008 16:32 GMT2
How do I validate that there are xx number of bytes data after a given spot.
Here is an example;
2008/04/24 19:16:50  [128009]ARES_EINDICATION 010.050.082.108 117.3.01
(1d61)         RX  68 bytes  1D 61 26 02 34 E8 AA 20 76 97 51 28 50 76 38 64
Host Control in DataGridView04 May 2008 10:55 GMT7
Can someone tell me how I can host a LinkLabel in a DataGridView (the
existing DataGridViewLinkColumn does not provide what I need). Do I
need to derive from DataGridViewTextBoxCell or from DataGridViewCell?
Many thanks for any feedback/examples.
WebServices based file transfer - not efficient?04 May 2008 09:02 GMT6
I have theoretical problem. In my web service project there was a need
to implement file download/upload using WS. I have created UploadChunk
and DownloadChunk methods which transfer files in chunks - consecutive
web method calls. The problem is, that when i am testing this approach
Study guide for exam 2557 question04 May 2008 08:56 GMT1
I tried this in the microsoft.public.cert.exam.mcsd group but no reply for
weeks, there isn't much traffic so I move here
(microsoft.public.dot.component_services is also dead)...
Is there a way to obtain the study guide for course 2557 (Building COM+
Mapping Network Drive in C#04 May 2008 05:30 GMT10
Sorry about that previous one. I pressed enter too early.
How does one go about mapping a network drive in C#. i know you use
MapNetworkDrive in scripting languages, but i'm not sure how to do it in C#.
It doesnt seem like C$ would use MapNetworkDrive.
Word Interop04 May 2008 04:52 GMT1
I have a simple application that opens and closes a word application.
If I run the following code:
using System;
using System.Collections.Generic;
Base Virtual Event Being Called Twice04 May 2008 02:15 GMT3
Hello Everyone.  Below is the code that is in question.
--- BEGIN CODE WITHIN INHERITED FORM ---
protected virtual void OnFormClosing(object sender, FormClosingEventArgs e)
{
CheckedListBox disabled, how to scroll?03 May 2008 18:08 GMT3
Hi,
A simple, but yet frustrating issue. I am using CheckedListBox control on a
Windows Form in a C# application. When I disable CheckedListBox, the vertical
toolbar is becoming disabled also. So the user has no way to scroll control
.net and system.data.oracleclient datetime question03 May 2008 17:24 GMT4
hello I run an sql which returns a datarow itemarray field of
system.datetime.  the problem is the database
only stores the date, but the returned value includes a time of
12:00:00 AM.  I do not want the time.
Generics question03 May 2008 16:48 GMT2
I am trying to convert a class I have to generics and I can't seem to find
any possible why to implement it.  I'm beginning to think I'm doing something
I shouldn't or I hit generics limitation.  
Here is an example of the old way:
Confused with services03 May 2008 14:08 GMT4
I'm am I bit of a newb when it comes to services. I need someone to explain
in English how to go about this with no experience in programming services.
Basically I need to make a simple app which monitors the event log and sends
email. That part is fine.
Update Thread03 May 2008 09:59 GMT5
I'm currently writing a program in which I use the FileMonitor to monitor a
folder in which I store downloaded images. I know that I can't add much
coding in the filemonitor's event in risk of losing some new entries, so
I've deceided to create an update thread. This thread is ...
Can your app detect Webrowser events?03 May 2008 08:55 GMT2
I want to make a WYSIWYG editor for HTML pages that can detect events in the
webbrowser control in real time and control the webbrowser control (and
internal documents) to allow simple stuff like dragging and dropping HTML
controls on the webbrowser control.
Anonymous instances and disposal03 May 2008 07:54 GMT10
using(BinaryReader reader = new BinaryReader(new FileStream(filePathName,
FileMode.Open)))
{
  //do something here
 
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.