|
Icon Dear friends Can you tell me please where can I find icons I can use with my application for example Arrows icon Windows icon Icon at all I want a web site I can download the icon from Thanks for the help ... 7 Jul 2008 10:26
search using 2 text box in connected mode Dear friends I want to use 2 text box on the form to search data in connected mode I'm use this code and this code not work Please see the sql because may be wrong Thank you This is the code Dim cn As New OleDbConnection cn.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Dat... 7 Jul 2008 09:24
date time formatting hi, my sp takes datetime in 'yyyyMMdd HH:mm:ss' format. however my c# datetimepicker takes 'dd/MM/yy HH:mm:ss' format. how do i convert/parse the datetime value from the datetimepicker to the sp datetime format ? I've tried: eg. IFormatProvider culture = new CultureInfo("en-US", true); DateTime dt3 = Date... 9 Jul 2008 01:25
Convert Formatted Double Into String I have a double stored in a DataTable: dt.Rows(i)(MergeFieldName) I want to format this and store it into a string. I have formatting stored in a database, such as "$#,##0.00" How do I use this formatting, apply it to dt.Rows(i)(MergeFieldName), which is a double, and then store it in a string? ... 7 Jul 2008 14:33
clr and jit "Jon Skeet [C# MVP]" <skeet(a)pobox.com> wrote in message news:MPG.22b241bbc4f93330d41(a)msnews.microsoft.com... Daniel <Mahonri(a)cableone.net> wrote: What is the difference in definition between clr and jit compiler? The JIT compiler is just one small part of the CLR. Does the use of jit make .NET... 7 Jul 2008 14:33
Excel does not die using automation I have a vb.net app that opens an excel worksheet, reads data and then closes the sheet. Im noticing that the Excel process is still running after I have closed and disposed of my excel objects. The following code (Test1) demonstrates the essence of what I am doing. When I check the processes while ruinning ... 7 Jul 2008 21:46
online services Hi ! I am looking for free on-line web services written in .NET. The reason I need them is testing Java interoperability. I've successfully "consumed" some services at http://www.webservicex.net/, and I'd like to test some more. The services I'd like test should: - be free to access - deal with some comm... 5 Jul 2008 22:43
Cannot send email I am able to receive email but not send. The error msg is as follows: The connection to the server has failed. Account: Windows Mail Server: peoplescom.net Protocol SMTP, Port:25 Sercure (SSL): No, Socket Error: 10061, Error number 0x8000CCC0E Your help is greatly appreciated. ... 6 Jul 2008 10:56
Zune through a laptop How do I play my playlists from my zune through my laptop? I have instaleld the Zune software on my laptop and is see my device but I cannot figure out how to get my music to play ... 5 Jul 2008 17:38
I can't stop the application, "httpd.exe", jamming my computer! I am using Windows XP (lang.: en-U.K.). I recently found that an application called "httpd.exe" is running all the time (when the computer is on) and used up lots of the "CPU usage", from 10%~98%. My computer slows down graduatlly. When I tried to delete the "httpd.exe" from C:\WINDOWS and the related PF file f... 6 Jul 2008 11:57 |