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# / September 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Assembly versioning problem22 Sep 2005 16:46 GMT1
I have been faced with an assembly versionning problem that I could not
solve in two days and would appreciate any help.
Here is what I have:
C# Exe "Exe" that uses Win32 COM DLL  "SD_MarketData" and C# Assembly
How to manage a binary file as changeable drive22 Sep 2005 16:31 GMT1
I'd like to create and manage a virtual drive. The contents of this drive
will be managed in a binary file. I don't know how to describe it better - if
you know the Daemon Tools that create a virtual CD-ROM drive vom an ISO image
file: That's exactly what I want to do, but not ...
web search22 Sep 2005 16:06 GMT6
i was wondering, is it possible to make a web search in asp.net/c#?
javascript is too complicated for my liking
Signature

Look Out!

Selecting from Datasets22 Sep 2005 15:55 GMT6
I use a data adapter to read numerous tables in to a dataset.
The dataset holds tables which in turn holds full details of the records
i.e. keys, extra colums etc..
In some cases I need to use parts of the tables in datagrids, and here is
newbie question22 Sep 2005 15:40 GMT9
I have seen files in some programs that I have been given that have the
extension of 'resx'.  Could someone please tell me what these files are,
what they are used for, and how i can load or create them.
Thanks
LDAP22 Sep 2005 15:34 GMT3
I am trying to retrieve a list of all the groups from Active Directory, so
e.g. (Team Leaders, Accounts, Development etc). ( I am going on the
assumption that email groups are the same as active directory groups...is
this right?.). If not, how do i get the kinds of groups i ...
Bitmap: From 32bppARGB to 8bppIndexed22 Sep 2005 15:20 GMT2
I'm trying to use this code but something goes wrong. Any idea?
BitmapData oldData = img.LockBits(new Rectangle(0,0,width,height),
    ImageLockMode.ReadWrite, PixelFormat.Format32bppArgb);
BitmapData newData = newBMP.LockBits(new Rectangle(0,0,width,height),
limit network traffic22 Sep 2005 15:06 GMT2
is there any way to programmatically limit the network traffic received
on a network adapter in C# ?
I need to simulate different speeds over an ADSL connection and run
tests covering speed limits from 1Mbps to 8Mbps on a single machine. So
Sleeping NotifyIcon Thread locks up explorer.exe22 Sep 2005 14:18 GMT2
Create a windows form and run the following code from a button:
notifyIcon1.Visible = true;
System.Threading.Thread.Sleep(15000);
Click the button.
Beginner Switch Statement Question22 Sep 2005 13:40 GMT2
In VB I can have a switch statement with a
Case  1 to 5
in C# it seems I have to have
Case 1:
Bitmap.Clone()22 Sep 2005 13:39 GMT1
Help plz, what's happen exactly when I do Bitmap.Clone() ?
Type Cast "Object"22 Sep 2005 13:21 GMT2
I am writing a click event for an array of PictureBoxes:
  for (int i = 0; i < 10; i++)
     pic[i].Click += new EventHandler (pic_Click);
  private void pic_Click (object sender, System.EventArgs e)
Database Connection questions.22 Sep 2005 13:00 GMT11
I have a few questions that I have been wanting to ask for long. These are
all related to ADO.net and specifically to conenction to database.
1) If I have opened a connection to a database through Connection.open()
method, and I do not use Connection.close() method, will garbage ...
decimal numbers c# and sql server22 Sep 2005 11:22 GMT6
I just want to update a column in a table having a value of a decimal
number.
Then I tried this via sql-query analyzer
update tablepost set preis = 0.71 where idnumber = 50
Browse for a network folder22 Sep 2005 09:45 GMT1
Im trying to write an application which goes through selected servers on the
network and (according to the file path provided) recurses through all
folders and deletes log files that fit a specified criteria.
This is working when passing UNC names between the methods, but the ...
 
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.