| Thread | Last Post | Replies |
|
| Renaming folder problems | 04 May 2008 17:51 GMT | 1 |
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 value | 04 May 2008 16:32 GMT | 2 |
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 DataGridView | 04 May 2008 10:55 GMT | 7 |
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 GMT | 6 |
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 question | 04 May 2008 08:56 GMT | 1 |
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 GMT | 10 |
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 Interop | 04 May 2008 04:52 GMT | 1 |
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 Twice | 04 May 2008 02:15 GMT | 3 |
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 GMT | 3 |
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 question | 03 May 2008 17:24 GMT | 4 |
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 question | 03 May 2008 16:48 GMT | 2 |
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 services | 03 May 2008 14:08 GMT | 4 |
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 Thread | 03 May 2008 09:59 GMT | 5 |
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 GMT | 2 |
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 disposal | 03 May 2008 07:54 GMT | 10 |
using(BinaryReader reader = new BinaryReader(new FileStream(filePathName, FileMode.Open))) { //do something here
|