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

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Disable DataGrid10 Aug 2007 21:16 GMT1
Hey all,
How do I disable a DataGrid ?
This works under IE, but not FireFox:
    myDataGrid.Enabled = false;
Accessing form components from a thread10 Aug 2007 17:54 GMT6
This was easy in C++ (well, relatively.)  Now I'm in the C#
environment and everything I try doesn't work.
I'm running a thread in which I have two accesses I need to components
on a form.  In one instance it's to simply check the text of a button
Regex to get VB6 function definitions10 Aug 2007 17:43 GMT2
I'm trying to write a regular expression to capture VB6 function
definitions and I'm abit stuck. The rules are:
Function header:
* Must contain the words SUB or FUNCTION
Why is .tlb installed ?10 Aug 2007 16:40 GMT1
I have an install project which installs two .exes and a number of
.dlls, which are libraries of the solution.
With one of the libraries, a .tlb is installed along with the .dll. Why
is this so ?
ObjectDataSource completely in code behind10 Aug 2007 16:36 GMT4
I'm dynamically creating PDFs and trying to create an objectdatasource
completely in the code behind, but I can't figure out how to call the
selected event.  Here's what I have so far...
       string App1ID = 1234;
C#.NET postback retrieving data question10 Aug 2007 16:24 GMT1
I'm trying to use
   protected void Page_Load(object sender, EventArgs e)
   {
       if (IsPostBack)
Finding program/"component" version info10 Aug 2007 16:08 GMT7
Not sure exactly what my question is or what forum to ask on.
I know how to get version info from a particular file.
e.g.
FileVersionInfo.GetVersionInfo(filePath)
Exception at this.Icon in InitializeComponent()10 Aug 2007 15:05 GMT1
There is a program in C#.Net  that uses a Windows application. While opening
only a particular form , the form fails to open as there is an icon
associated with it.
The exception thrown has message :     "Exception has been thrown by the
Alignment and string.Format10 Aug 2007 14:52 GMT2
In the docs for String.Format there is an alignment component which
allows you to pad the field to a certain number of spaces.
e.g.
FormatFName = String.Format("First Name = |{0,10}|", myFName);
Process Component %& focus10 Aug 2007 14:07 GMT1
Im using a Process component to run external application (FineOCR.exe)
In StarInfo i set  theProcess.StartInfo.WindowStyle =
System.Diagnostics.ProcessWindowStyle.Hidden;
When the process is started main window looses focus, can this be avoided?
let me count the ways10 Aug 2007 13:54 GMT5
hey all,
let's say i have some categories that i want to attach to a product. my
thought on storing this information was storing each of the categories for a
particular product into one database field, semicolon delimited?
colors in database10 Aug 2007 13:39 GMT2
what's the best way to store and retrieve colors from a database? string or
RGB values or...
development partner10 Aug 2007 10:57 GMT1
I  joined some of the microsoft.public group.I have some programming
knowledge in  java.But
for the last one year I am into C#.NET.
I am looking for a partner who can help me in developing some
Difference, == and Object.Equals10 Aug 2007 10:38 GMT17
What is the difference of == and Object.Equals()
If I want to query werther to pointers are pointing to same instance, do I
use == or Objects.Equals?
foo a,b;
Calling Vb6 from c#10 Aug 2007 10:34 GMT3
hi im looking for examples to call a dll from C#
this vb6 dll has no UI
i am building a new application in c# for new projects
but i have to work with old vb6 stuff.....
 
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.