Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / C# / November 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Set Focus in axWebBrowser (newbie)23 Nov 2006 09:15 GMT2
I am quite new using csharp.
I have a axWebBrowser control in my windows application. The
axWebBrowser will contain a textbox. Is there any way to set focus to
this text box from my windows application ?
Cross-thread operation not valid ???23 Nov 2006 08:45 GMT3
I receive this message:
"System.InvalidOperationException: Cross-thread operation not valid: Control
[your_control_name_here] accessed from a thread other than the thread it was
created on"
question about string23 Nov 2006 08:43 GMT4
I am just wondering what is the different by putting an extra "@" sign
in front of string delcaration ? Specifically :
string test = "hahaha";
string test1 = @"huhuuh";
Jpeg Image and Picture Box23 Nov 2006 07:06 GMT1
How can I display a jpeg image on a Picture box or Panel and be able to set
scrollbars to it.
Thanks
-zs
Identifying Control with Focus and AppendText23 Nov 2006 06:45 GMT3
I'm trying to AppendText to a TextEdit.  I have a procedure  that will
go through the controls on a Windows form and return the control that has
"focus".
I have a number of TextEdits on my form and don't know which control
A threading problem23 Nov 2006 03:23 GMT2
This concerns controlling access to methods in different classes.
The meat of it is as follows:
public class CommsControl
{
NetworkStream Read/Write operations - # bytes read/written.23 Nov 2006 02:44 GMT1
Is there a way to find out how many bytes NetworkStream Read/Write actually
read/wrote when there is an exception (i.e. socket read/write timeout).  Or,
can I assume that if there is an exception that no bytes are read/written.
Thanks,
Stream stats23 Nov 2006 00:44 GMT11
I've heard it's possible to extract information from a game as it's running.
For example some people extract the RPM of a car and have a real tacho
connected to their PC, or just log certain information to a file. How is
this done? I've tried google but can't find anything ...
PreTranslateMessage22 Nov 2006 22:20 GMT2
In MVC++ it is possible to override PreTranslateMessage. Is this not
possible in a form under C# ?
- H
quoted string in .Net (@="\u...") convert to unicode22 Nov 2006 21:55 GMT4
I have this situation:
string h = "#u00d8";
h = h.Replace("#","\\"); // => h = @"\u00d8"
WriteLine(h); //=> "\u00d8"
Get error messages back from a Remote machine22 Nov 2006 21:32 GMT1
I've a c# app that I execute on a remote machine, which works as I expect it
to, but when I encounter an error on the remote machine how do I know what's
going on, since it's a remote app?
For instance on the remote app that I execute I check for the existence of a
Array of Class Question22 Nov 2006 21:29 GMT2
I'm looking at this code at MSDN:
http://msdn2.microsoft.com/en-us/library/system.collections.ienumerable.aspx
using System;
using System.Collections;
String builder22 Nov 2006 20:53 GMT8
I have Function with string parameteres:
public string newLine(String string1,String string2,String string3){
   StringBuilder webLine = new StringBuilder();
   webLine.Append("<tD nowrap>" + string1 + "</td><td nowrap>" +
Get Calling Class type in base clases static method.22 Nov 2006 20:49 GMT1
How do you think i can get this to work..
Der1.GetCallingClassType() should return Der1
public class Base
{
Graphics Help22 Nov 2006 20:30 GMT2
Hello, the objective was to print a filled circle to the picturebox, and
print the color name to a textbox each 2 seconds.  Following is the code I
used, however, I could never see anything except the last item in the
arraylist being printed, tried different ways to iterate ...
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.