Search the web
Sign In
New User? Sign Up
CSharpNET · C# .NET (C-Sharp) Developers' Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 17028 - 17057 of 19711   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
17028
Hi I've to transmit live video 4m Server to multiClients and I m working in C#,using UDP and capturing video from webcam in .avi format.Some1 suggested me to...
rsgenius2003
Offline Send Email
Oct 1, 2007
2:09 pm
17029
Hello everybody, Can anyone help me in displaying a Balloon ToolTip for my application,is it possible to customize position of Balloon, i also need the Balloon...
venky.babu04
Offline Send Email
Oct 1, 2007
2:57 pm
17030
Hi, I wanted to write a web service that will monitor whether the database is up(running) or down in different servers located at different machines. Im new to...
Rupesh
rupesh_91
Offline Send Email
Oct 1, 2007
6:45 pm
17031
... http://www.codeproject.com/cs/miscctrl/ballontooltip.asp...
Bob Forward
kahtuma
Offline Send Email
Oct 2, 2007
12:03 am
17032
Hi everybody, DataAdapter class in .NET 2003 only have provisions for INSERT, SELECT ,UPDATE and DELETE commands through its InsertCommand, SelectCommand,...
Anirban Sengupta
stfy_maharaj
Offline Send Email
Oct 2, 2007
9:55 am
17033
Hi everybody, OleDbDataAdapter class in .NET 2003 only have provisions for INSERT, SELECT ,UPDATE and DELETE commands through its InsertCommand, SelectCommand,...
Anirban Sengupta
stfy_maharaj
Offline Send Email
Oct 2, 2007
12:54 pm
17034
How about using the OleDbCommand class to execute your commands? Or use it to call a stored procedure that does what you need... Matt ... From:...
Matt Evans
im_matt_evans
Offline Send Email
Oct 2, 2007
1:06 pm
17035
Hi folks, Question from a novice. I am searching a document for strings and I am currently marking the found strings with the following code: ...
Francois Massion
massionf
Offline Send Email
Oct 2, 2007
1:41 pm
17036
I'm looking for a solution for the following: I have a SQL server database with a table, containing fields itemID, Colour, shape, weight, quantity. Colour and...
tim_jacobs100
Offline Send Email
Oct 2, 2007
1:42 pm
17037
Use the SqlCommand object with a SqlConnection. For simple stuff you don't need the extra junk of a DataAdapter. SqlConnection cn; ...
Jasmine
polly_peptide
Offline Send Email
Oct 2, 2007
2:18 pm
17038
you don't need to Set Identity Off , instead of using the query below cmd = new SqlCommand("INSERT INTO cust" + "(custid, custname)" + "VALUES('" +...
Muhammad Asif
x_cellent4u
Offline Send Email
Oct 2, 2007
4:45 pm
17039
I am trying to invoke a vpn connection using code, I found an article that is using the following code Process.Start(VPNPROCESS," -d " + _VPNConnectionName) ...
realhossam
Offline Send Email
Oct 3, 2007
12:56 am
17040
Hi All, The below sample code is working fine in web application. string str; str=getInt(CheckBoxList1.Items[i].Value); // here getInt is function but forget...
Wasim Wasim
wasimbhiwandi
Offline Send Email
Oct 4, 2007
2:57 am
17041
Dear All, I am using desktop application developed in .NET 1.1. Application requests opened hardware channels to get the data, processes that data and inserts...
Muhammad Asif
x_cellent4u
Offline Send Email
Oct 4, 2007
2:59 am
17042
Are your threads using some sort of thread synchronisation? Is there a chance that threads are blocking waiting for some resource or lock, and so missing some...
Matt Evans
im_matt_evans
Offline Send Email
Oct 4, 2007
8:35 am
17043
The CheckedListBox control maintains 3 collections that are: All the items in the CheckedListBox Checked items (including ones that are 'indeterminate') ...
Matt Evans
im_matt_evans
Offline Send Email
Oct 4, 2007
8:54 am
17044
Thanx Jasmine and Matt for replying.. @Jasmine Well, I had said that I am using Oracle 9i as my database and u have given ur suggestion based on SQL Server...
Anirban Sengupta
stfy_maharaj
Offline Send Email
Oct 4, 2007
12:01 pm
17045
This likely is not a performance issue. It's more likely to be a bug. Performance would cause the application to slowdown or hang, it shouldn't cause events to...
alvin bruney
vapor_dan
Offline Send Email
Oct 4, 2007
1:07 pm
17046
can u help me in some coding ..im working in C sharp and my interface inclde 3 text fields and 2 buttons namely Submit and ADD MORE TASKs. what i need is that...
Zubi Fazal
zubi_libran
Offline Send Email
Oct 5, 2007
5:17 am
17047
Hi, Waht application wat that Desktop or web application ? Let me know. It HTML it can be donw as: And you send the noOfRows in that table as query string. So...
Praveen Kumar
hyderabadi.p...
Offline Send Email
Oct 5, 2007
1:35 pm
17048
Hi Friend, I am filling the CheckedListBox from a particular table based on ComboBox selection.I am geeting the data in CheckedListBox as soon as i select...
Wasim Wasim
wasimbhiwandi
Offline Send Email
Oct 5, 2007
1:36 pm
17049
Where your code'll run ? web or application ? Wiltek Ghozali www.ImperiumSolution.uni.cc www.armada-it.com ... From: CSharpNET@yahoogroups.com...
Wiltek
Wiltek_g@...
Send Email
Oct 5, 2007
1:36 pm
17050
Zubi, there are properties of any controll you put on the form, DoubleClikc on the button on which on want to add an action.in its onClick event do the...
Ilyas Iqbal
edgelogix
Offline Send Email
Oct 5, 2007
1:36 pm
17051
I have an asp.net application that calls Process.Start(); to control the VPN connection, the problem is that it works fine while I am running it from visual...
realhossam
Offline Send Email
Oct 6, 2007
6:51 pm
17052
Hello everyone, I have this code for TCPListenPort. The code works fine, but my manager is asking me to establish multiple connections to the same port. How ...
vinki05
Offline Send Email
Oct 7, 2007
1:47 am
17053
... From IIS, your application invoke the Process.Start with insufficient privileges.. try to exec the application pool with your credential, not with ASP_NET...
cod
mazzeo.antonio
Offline Send Email
Oct 7, 2007
1:47 am
17054
Hi, I have 3 froms namely, login form,Menu form and Index form. When i login frm login form then Menu form opens but login form remains exist. How i can close...
Wasim Wasim
wasimbhiwandi
Offline Send Email
Oct 7, 2007
1:47 am
17055
Hi,Iam Ranjeeth, Iam working with windows application(c#.net),and we r using sqlserver2000 as a database. i have taken three textboxes,and two...
rangeeth_g
Offline Send Email
Oct 7, 2007
1:47 am
17056
Hi , When i use below code ,it works fine in web application int counter=0; CheckBoxList1.Items[counter].Selected = true; How can i write the same code if i...
Wasim Wasim
wasimbhiwandi
Offline Send Email
Oct 7, 2007
1:48 am
17057
Dear Wasim. in the login form after showing the menu form write that: login.close(); or if the login form is the base form: login.hide(); Wasim Wasim...
paradise seeker
adel_soli
Offline Send Email
Oct 7, 2007
3:38 am
Messages 17028 - 17057 of 19711   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help