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# / June 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Embedded XSD files with includes15 Jun 2006 15:20 GMT1
(.NET 2.0)
I want to embed the XML schema files into my DLL. However, this schema is
"split" in several files, i.e., they use xs:include. Note that the include is
relative and contains only the name of the file, i.e., the fragments are
Activator.CreateInstance and .NET 1.1 SP1 causes exception15 Jun 2006 15:15 GMT1
I have a problem that does not happen without .NET 1.1 however it does
happen on machines that have .NET 1.1 SP1 installed. Createinstance
attempts to create an instance of ICEBOX.dll which references
usbComm.dll. Has anyone encountered this before?
Best way to get ctl and alt keys in Panel15 Jun 2006 14:57 GMT2
I'm trying to gracefully intercept Control and Alt keys for mouse
events within a Panel.  I realize that keyboard is not normally
relevant there, but in this case, I need to get Ctrl-LeftMouseButton,
etc.
AntiAliased Form15 Jun 2006 14:37 GMT2
i had made a borderless and shaped window using this code
public Form1()
{
this.FormBorderStyle=FormBorderStyle.None;
C# and Excel15 Jun 2006 14:17 GMT2
I have a C# program in which i need to read the data from the excel
file which is in network folder. The openign the excel file and reading
the data everything works fine with Excel class and other objects. Only
thing is there way to  notify my application if the Excel files get
checking for paticular value15 Jun 2006 14:13 GMT2
i have string of first 5 numbers not necessary of length 5
eg: "1235"   or  "3421"  or  "12345"
now i want to check wether 3 is present in string or not
or 5 is present in given string or not
Updating UI of another form15 Jun 2006 14:11 GMT2
as you can see from the level of my question, i am pretty new to c# and
programming in general.
situation: i would like to update the UI of a form (main form of my
application) from a second form (which was called from the first).
Programmatically runnung an application on windows startup15 Jun 2006 13:14 GMT3
How can I programmatically start a windows application when windows
loads. Can I get the code to do that, I'd rather do it with code than
with the setup & deployment wizard.
I'd also like to be able to set it up from the windows enviroment
How to get a part of a string using reg exp15 Jun 2006 13:13 GMT8
I need to get 00021 in "00sddsd00021dsd" and then increment it to become
"00sddsd00022dsd". Is there a way?
Signature

Mike

RTF to TEXT15 Jun 2006 12:26 GMT3
Hi  all
I'm doing a conversion and I need to convert an RTF field to TXT .
ie the input field ( read from a  SQL table ) using a DataReader is in RTF
fomat  -  the output to another system needs to be in Text format -  is
Regular Expression Help15 Jun 2006 12:02 GMT3
i'm looking to find a way (using RegEx) to take the following text
break it into 3 parts:
<table><tr><td>#Content#</td></tr></table> which will give me an
collection/list with 3 elements:
create and wait for multiple processes15 Jun 2006 11:02 GMT4
I know how to create a new process using System.Diagnostics.Process and
wait for the process to end using WaitForExit().  How do I wait for
multiple processes?  Is there an equivalent to WaitForMultipleObjects
under .NET?
Snaplines - distance from form borders15 Jun 2006 09:53 GMT3
Is it possible to change the distance from the form's border the form
designer suggests when you use snaplines?
I think it should be smaller.
Cant get the pointers to work in c#15 Jun 2006 08:39 GMT1
I have been trying to get the pointers to work in c#, i was told that you
have to set Allow unsafe code in your application properties and that should
do the trick, but it still dosent work, i keep getting Pointers and fixed
size buffers may only be used in an unsafe context. Any ...
C# String Trim() Error!15 Jun 2006 08:10 GMT5
C# Annoying string function or Am I doing Something wrong?
In VB6/VB.NET I can code like:
value = value.trim()
and it just work!
 
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.