Click here to Skip to main content
15,922,696 members

Videos


Page 13 of 36
8 9 10 11 12 13 14 15 16 17


.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
241. MemoryStream or other solution..
http://www.c-sharpcorner.com/uploadfile/ashish1/memorystream10272005214644pm/memorystream.aspx[^]http://www.dotnetperls.com/memorystream[^]http://msdn.microsoft.com/en-us/library/system.io.memorystream%28v=vs.71%29.aspx[^]http://blogs.msdn.com/b/tolong/archive/2007/11/15/read-write-xm...
Desktop Programming » Windows Forms »
Vitaly Tomilov Updated: 23 Jun 2012
Rating: 5.00/5 ( (2 votes))
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
242. hide values in response.redirect()
So, what you are asking is that you want to show a different page without URL redirection....In ASP.NET it is usually achieved by using partial views, so either a partial view or the main layout itself initiates a request, and replaces the partial view using AJAX, which leaves the current...
Web Development » ASP.NET »
Vitaly Tomilov Updated: 23 Jun 2012
Rating: ( (No votes))
.

()
» »
Updated:
Rating: ()
243. How to Layout Structure from C++ in C#
Not sure if it is possible to map an array of chars from C++ and into string in C#. If the suggestions above fail, try use char[] instead.Other than that, in many cases when I needed to expose C++ code to .NET I used COM Automation types. In case of a string, you pass it in as type BSTR,...
Programming Languages » C# 4.0 »
Vitaly Tomilov Updated: 23 Jun 2012
Rating: ( (No votes))
244. Compatibility stuff in C/C++
The best C++ development platform across OS-s is Qt[^]. It is also much more powerful than .NET 4.0
Vitaly Tomilov Updated: 23 Jun 2012
Rating: 5.00/5 ( (1 vote))
245. coding of datedifference
You did not specify whether it is for MFC C++ or something else, so here's the MFC version of it...1. Get date/time when the book was issued:CTime bookIssued = CTime::GetCurrentTime();2. Get date/time when the book was returned:CTime bookReturned =...
Vitaly Tomilov Updated: 23 Jun 2012
Rating: 5.00/5 ( (1 vote))
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
246. Contact Book Loop error
It means that you are making a call to method WriteToFile(void) that's declared at the top, but not implemented anywhere.In your code you implemented version of WriteToFile that takes several parameters, but you do not have implementation for one without parameters, that which you are trying...
Vitaly Tomilov Updated: 22 Jun 2012
Rating: 5.00/5 ( (2 votes))
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()
.

()
» »
Updated:
Rating: ()

Page 13 of 36
8 9 10 11 12 13 14 15 16 17