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# / May 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Need To Disable Horizontal Scrolling - Why Is HScroll Property Ignored?10 May 2007 19:00 GMT3
I have a user control that needs to allow vertical scrolling but not
horizontal scrolling.  In the user control's resize event, I need to
adjust the size of all the children controls.  For this to work
correctly, I need the AutoScroll to not enable the horizontal
Structure in CSharp10 May 2007 18:48 GMT7
I have a structure written in C++ / VC.NET and would like to convert that
into CSharp.  I am not getting any success.  Can any of you please help me
out.  Following is the structure in C++:
       struct R_OMNI_LINK_MESSAGE
Q: Child list for field x cannot be created.10 May 2007 17:28 GMT1
Have a little problem when i want to use the other dataset with the same
grid.
When i display the form i use the UniqueFolders. All works fine, then click
a button
Cursor is Black?10 May 2007 16:55 GMT2
Im using VS 2005, ive created a cursor file, deleted all the "layers"
appart from 32x32 256 colors and added the image. I saved it and set
it to be embedded as a resource.
I use this line to call it:
32 vs 64 bit10 May 2007 16:54 GMT3
Given the following in Win32
[DllImport("User32.dll")]
internal static extern Int32 SendMessage(IntPtr hWnd, UInt32 Msg, UInt32
wParam, Int32 lParam);
Compiling an .NET v1.1 executable with MS VS 200510 May 2007 16:38 GMT7
The problem is really quite straightforward: I develop my applications
in Microsoft Visual C# 2005 Express Edition, and I need to run the
application on Windows XP which have .NET Framework version 1.1
installed, and installing .NET Framework 2.0 is not an option.
DropDown List Box10 May 2007 16:36 GMT1
Is there any chance to let the serverside DropDownList box to execute the
JScript instead of writing the SelectedIndexChanged event.
The reason i initiated this question is. by writing code at
"SelectedIndexChanged Event" you are allowing the page post back and
convert string to integer10 May 2007 16:33 GMT3
in need an example of converting a string to integer
preventing html encoding by server control10 May 2007 16:17 GMT1
It seems asp.net controls automatically encode the attribute values.
For example, I need to have whitespace in OPTION tag. After binding
data to the dropdownlist, the source html has the following:
<option value="1">&amp;nbsp; North America</option>
Q: Overide OnPaint in textBox10 May 2007 15:28 GMT2
I have a textBox on a windows form.
Can i overide the textbox OnPaint directly in the form, if so how.
Or do i have to inherit the textbox control and overide it there?
Regards
c# transactions in 2.0 intermittently differs from 1.1?10 May 2007 14:58 GMT2
I'm making an update in c# ASP.NET 2.0 using the OleDb provider for
SQL Server.
I have an existing application running on 1.1 that works fine. Now I
want to convert it to 2.0.
IL Security10 May 2007 13:44 GMT5
It seems that C#.Net is not especially secure. What I mean is that if
I were to write an application in C# and then try to sell this
application, someone else could just come along and decompile it and
steal my code. Am I missing something here or is this the way that
What can be stored in application settings?10 May 2007 12:36 GMT4
I've been toying with the idea that it might be nicer to store all my
settings as application settings rather than having to play games with saving
and restoring from an external file.  However, my data to be saved is
represented by several structures that contain all kinds of ...
Format Number  as in ToString("#,###.00")10 May 2007 11:40 GMT5
I am bring backa  data reader dr from the database/
So I have a number of fields such as dr["ExtendedPrice"]
To put this in a  table I use "<td>" + dr["ExtendedPrice"].ToString()
+ "</td>"
DataAdapter10 May 2007 10:53 GMT1
Is that a good practice for every table to have its own DataAdapter and
DataSet?
Emil.
 
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.