| Thread | Last Post | Replies |
|
| string question | 07 Sep 2005 15:02 GMT | 15 |
Hello, I'm new to c$ I need help writing a function that matches a word only if the word is at the end of a string example:
|
| Grouping files in Web Matrix | 07 Sep 2005 12:37 GMT | 1 |
I am using Web Matrix with v.1.1 of the framework. I don't see a concept of a project or solution in Web Matrix, so here's my problem. I have one aspx file that wants to use a class file called "SkillSet.vb". Skillset.vb in turn wants to use another class file
|
| Atomic file-sustitution in .NET? | 07 Sep 2005 11:43 GMT | 4 |
On unix-based systems i use (the libc function) "rename" to do atomic replacement of one file with another. How would I achieve the same using .NET primitives?
|
| System.IO.StreamWriter Close or Flush method to shut down the computer in such a way that just part of the file is written? or an empty file is written? Also if the Close or Flush is to a streamwriter writing to a network share, is it possible for the netw | 07 Sep 2005 09:03 GMT | 1 |
System.IO.StreamWriter Close or Flush method to shut down the computer in such a way that just part of the file is written? or an empty file is written? Also if the Close or Flush is to a streamwriter writing to a network share, is it possible for the network to go down in such a ...
|
| GetObject() func does not work in asp.net? | 07 Sep 2005 07:21 GMT | 4 |
When porting my Windows app to asp.net I get an System.Exception: Cannot create ActiveX component. What function can I use instead? Thanks for your comments.
|
| win2k3 sp1 causes System.Net.WebClient.OpenRead to throw WebExcept | 07 Sep 2005 06:45 GMT | 11 |
I've installed win2k3 sp1 on a machine where an openRead on any given file was previously working. After installation, I get a webException as follows... .message "An exception occurred during a webclient request" ._Hresult = "-2146233079"
|
| MCAD / MCSD Learning. | 07 Sep 2005 03:42 GMT | 2 |
I am basically going head first into trying to gain certification in MCAD & MCSD. But, knowing schooling is not an option, since I work too much to take classes, if there any published materials I could buy that can help with self-study? Also, with the lack of funds, would it ...
|
| SHELL | 07 Sep 2005 01:20 GMT | 3 |
I want to run/start a program from inside a .Net Windows application. I've tried using SHELL() but it only seems to work for some programs like notepad.exe and .bat files. Other programs I try to run seems to fail with the error 'File Not Found'. Is there another command to ...
|
| connect to internet from a windows service | 07 Sep 2005 01:15 GMT | 6 |
I'm creating a windows service with VB.net. (vs 2003) I want this service to connect (or check the status of the connection) to the internet via a ISDN modem connection (standard dailup) without a logged in user.
|
| Best Conversion Method? - Oracle Raw(16) to Sql Guid | 07 Sep 2005 01:06 GMT | 1 |
I am adding support to my application for Oracle 10g and using Enterprise Library Data Access Application Blocks and trying to determine the best way to convert the GUID's which are stored as RAW(16) in Oracle (Byte Arrays) back to GUID's in my data layer. My best guess is a ...
|
| MSXML Post | 06 Sep 2005 22:58 GMT | 2 |
I would like to post some data from my application to one servlet and get response as a xml file. The datas to post are "UserName", "Password" and large Xml file. I"m trying to use MSXML. I'm converting xml to stream and sending it by send method of ServerXMLHTTP40Class. But I don't ...
|
| read http response from isp | 06 Sep 2005 20:14 GMT | 1 |
i want to read the http response sent from the browser to the isp (internet service provider). so that i can modify the content of the requested page before sending it to the client browser again(somethg like ad swapping).
|
| Installing Crystal Reports | 06 Sep 2005 19:56 GMT | 1 |
I've created a .NET application with a report using the crystal reports tool that came with it. When I try to run the application on another pc it doesn't work because it cannot find the crystal reports dlls and keys. How can I create an installation package so that the crystal ...
|
| How do I distribute my application? | 06 Sep 2005 16:36 GMT | 3 |
I have a windows based job logging application. The database for this sits on a central server. There are probably about 50-100 users, distributed across our network but at various sites. When I build my application in visual studio in Release mode, I get an executable. How ...
|
| how do i get the value of the combobox cell? | 06 Sep 2005 14:04 GMT | 1 |
how do i get the value of the combobox cell?
|