| Thread | Last Post | Replies |
|
| Auto mail from SQL | 17 Aug 2006 15:57 GMT | 1 |
hi every one. i want to mail my site members through sql store procedure when anyone of them meet a specific condition.. i want to know how i can implement the condition using "job" in sql server and how i can mail them from
|
| Drag Drop Copy entire row - databound DGV to unbound DGV | 17 Aug 2006 15:48 GMT | 1 |
I need to drag drop & copy entire row contents from a Source databound datagridview to a Target unbound datagridview. Source is set to SelectionMode fullrowselect. I am not sure how to achieve this and I have not been able to find relevant
|
| MODI - Cannot delete file after document closed | 17 Aug 2006 15:19 GMT | 1 |
I am using Microsoft Office Document Imaging (MODI) with great success. However, when execute the following code, I get the error "The process cannot access the file 'myFile.tif'" (File name has been shortened). Here is the code I am using:
|
| pattern for if/else | 17 Aug 2006 15:15 GMT | 4 |
Is there a software pattern for using if then else? Thanks.
|
| Console autocompletion | 17 Aug 2006 14:35 GMT | 4 |
I want to write a small console application, that is used a bit like bash or cisco shell, with an autocompletion feature. Have you ever done that and is it possible ? I can't find any sample on google...
|
| Again Virtual Directory | 17 Aug 2006 14:11 GMT | 2 |
Again asking Question regarding Virtual Directories. now i've got the Virtual Directories list with the help of Michael. the code is used to get the virtual directory is System.DirectoryServices.DirectoryEntry iisServer = new
|
| Crystal Reports | 17 Aug 2006 13:55 GMT | 5 |
I wonder if there's a way to create a Crystal report without using database support. I'd like to use Crystal Reports to create some charts of my application data, but I don't see an option to import these data directly from application; it seems to me that I have to use the
|
| Auto updaters | 17 Aug 2006 13:54 GMT | 4 |
Hey guys When you get software on your machine that does this. 1) You load the software 2) it connects to its server
|
| download a file | 17 Aug 2006 13:33 GMT | 4 |
how do i download a file from server machine to client machine. Kalaivanan
|
| Creating and Getting list of websites/Virtual Directories | 17 Aug 2006 13:15 GMT | 2 |
after long long time. i'm back again with some questions. right now i'm developing a code that fetch the list of websites from IIS 5.0 or later and also cretes the Virtual Directory for a website in IIS 5.0 or later.
|
| Creating secure files | 17 Aug 2006 12:44 GMT | 2 |
I am working on a program and need to store sensitive data. I am able to create text files but I need to files to be secure. Do I use the hash class to secure my data and how would this affect new data being added to the file? Any help would be appreciated.
|
| How to use saveFileDialog | 17 Aug 2006 12:34 GMT | 2 |
I want to use saveFileDialog to save a file (like c:\aa.zip) to another place. How can I assgin c:\aa.zip to saveFileDialog
|
| String Format Question | 17 Aug 2006 12:21 GMT | 4 |
A quick one for someone hopefully..... How do I return a string "003" from the integer 3 ? I believe its something like: int tempval = 3;
|
| C# buffer in C++ | 17 Aug 2006 10:07 GMT | 1 |
I have application in c#, which store data buffer of 256, I have other application running on same computer which is in c++/MFC. I wanted data buffer of C# in c++/MFC software, this buffer changes frequently, what is best approch ?? how ??
|
| XML insert element to a certain nested child | 17 Aug 2006 10:01 GMT | 4 |
Im trying to add an element (<Tag>value</Tag>) under a certain child, but something goes wrong. It gets inserted just before the root end tag instead of the location I tought it would. I load an exsisting xml file, so I have the structure. I simply want to
|