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...
Show off your group to the world. Share a photo of your group with us.

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 16523 - 16552 of 19702   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
16523
That's exactly what I did. Thanks so much, Jasmine! ... two ... a ... ASAP. I ... because ... screen. ... whose ... elapses, ... timer ... incrementCounter ......
ernestlipford
Offline Send Email
Jun 1, 2007
2:01 pm
16524
Hi My initial suggestion would be to make the dataset a member variable of the form class, then in your form load, assign the member variable to a new dataset,...
Matt Evans
im_matt_evans
Offline Send Email
Jun 1, 2007
2:01 pm
16525
You need to declare dt variable globally - IOW, outside Form1_Load method....
Moishe Gershkovich
mgersh
Offline Send Email
Jun 1, 2007
2:02 pm
16526
Tell me whether it is winform application or ASP.net application. If it is Winform application then declare Dataset as form level variable. If it is Asp.net...
Dhanaji Patil
dhanaji26
Offline Send Email
Jun 1, 2007
2:04 pm
16527
I have been having no luck navigating to an url using this.myWebBrowser3.Navigate(theUrl) because the I get redirected to a login page which redirects to yet...
ernestlipford
Offline Send Email
Jun 1, 2007
2:19 pm
16528
Thanks you guys! I will have a look at your solutions. :-) Grtz & have a nice weekend, Nick ... From: "Jasmine" <jasmine2501@...> To:...
nick_journals
Offline Send Email
Jun 1, 2007
7:45 pm
16529
Hello All Who can i attach folder (not file) when i want to make setup to my program And if i want to save this folder again in the same place what shall i do?...
ahmed abdelwahab
ahm_hefni
Offline Send Email
Jun 2, 2007
5:06 am
16530
Hi again all, thanks for all the help last time. I have a little problem with sql - mainly because I know very little about sql. I've been 5 miles round the...
itslz
Offline Send Email
Jun 4, 2007
1:27 pm
16531
Hello friends, I want to join two labels by line by use of mouse, when user drag his mouse from label1 to label 2 , these two labels should get attach by line....
soniya patankar
soniya.patankar
Offline Send Email
Jun 4, 2007
1:28 pm
16532
Hi all.. I have a sample project to download a zip file from a remote host via ftp, I can download any file like .txt, .htm using the code, but when I try to...
johnsmith2797480@...
samsoftwareltd
Offline Send Email
Jun 4, 2007
1:30 pm
16533
Is @UserName declared in your stored procedure as something that gets passed to it? Something like: CREATE PROCEEDURE UserSomethingOrAnother ( @UserName...
mailrahn
Offline Send Email
Jun 4, 2007
4:32 pm
16534
Hi, I'm trying to implement a log window in my application. It is a simple form with a list-box in it, and I'm currently using the .Item.Add("Foo"); to add...
Thwib
mr_thwibble
Offline Send Email
Jun 4, 2007
5:34 pm
16535
Thanks Mailrahn, there is no stored procedure, and would rather make do without for now if I could. The code I presented is SQL in the select statement of an...
Liz
itslz
Offline Send Email
Jun 4, 2007
5:35 pm
16536
You need to use stored procedures. You should be using them anyway, but what you want to accomplish is much easier with stored procs. Almost all of my...
Jasmine
polly_peptide
Offline Send Email
Jun 4, 2007
6:04 pm
16537
I'm trying to get a webBrowser to access a specific url. Unfortunanately, when I try to navigate to the url, I'm redirected to another page with frames which...
ernestlipford
Offline Send Email
Jun 4, 2007
7:38 pm
16538
hi dear, i also tried to do the same its running perfectly. try running query in sql studio, there can be error in ur sql statement, if not please check what...
khushal thakker
johnkhush
Offline Send Email
Jun 4, 2007
7:39 pm
16539
Ok Jasmine - seen as youve given me my orders regarding stored procs - I will have a bash that way. Will let you know how it goes. Thanks - Liz From:...
Liz
itslz
Offline Send Email
Jun 4, 2007
7:41 pm
16540
There is item drag and item drop event Please check that. I hope that may solve your problem soniya patankar <soniya.patankar@...> wrote: Hello...
Dhanaji Patil
dhanaji26
Offline Send Email
Jun 5, 2007
1:42 pm
16541
You can create in your application a single instance of Log window (see Singleton pattern) and a static method LogWindow::AddLogText(string logtext) with the...
cod
wolfsea80
Offline Send Email
Jun 5, 2007
1:45 pm
16542
Cool - thanks. I'm working through Apress's 'Beginning Visual C#' book here at the moment - but it's the age old problem of wanting to run before you can...
Thwib
mr_thwibble
Offline Send Email
Jun 5, 2007
3:04 pm
16543
Hello all, I want to display records from my database (MySQL) in a GUI (windows form - DataGridView). Specifically, I want to display the newest record and I...
civilguy2857
Offline Send Email
Jun 5, 2007
3:06 pm
16544
Hi Khushal - folks. I got somewhere with this. """ ALTER PROCEDURE dbo.StoredProcedure1 ( @UserName nvarchar(50) ) AS IF NOT EXISTS (SELECT UserName, Email,...
Liz
itslz
Offline Send Email
Jun 5, 2007
3:11 pm
16545
I didn't mean to sound forceful. I just don't dress up my language with a bunch of 'politeness'. I just say it. Sorry about that. What you are doing already is...
Jasmine
polly_peptide
Offline Send Email
Jun 5, 2007
6:57 pm
16546
Hello, I am using StreamWriter in C# to write to a .txt file.... I have a very simple question... how can I place 'tabs' in the output that is written to the...
Joshua
joshua@...
Send Email
Jun 6, 2007
2:11 pm
16547
Jasmine, there was no need for any appologies. I normally deal with embedded software and hardware projects - not databases and websites. I'm in at the deep...
itslz
Offline Send Email
Jun 6, 2007
2:12 pm
16548
Dear, Your code is perfectly fine, but the problem is that it will work for first time when the value is not in the database. As you have written your select...
khushal thakker
johnkhush
Offline Send Email
Jun 6, 2007
2:12 pm
16549
I was assigned a task of modifying .psd files, the problem they wanted to solve is to make areas in a .psd files that its value are variable according to...
realhossam
Offline Send Email
Jun 6, 2007
2:20 pm
16550
Here the trick: sw.Write("Text1\tText2"); Cabbi ... Hello, I am using StreamWriter in C# to write to a .txt file.... I have a very simple question... how can I...
fabio_cabella@...
cabbi3
Offline Send Email
Jun 6, 2007
2:59 pm
16551
Hi Try: Sw.Write("Text1\tText2"); This is the url for the escape sequence documentation in MSDN it lists all the escape sequences you can use in text :) ...
Matt Evans
im_matt_evans
Offline Send Email
Jun 6, 2007
3:00 pm
16552
MMMmmmm - thinks Ive finally sussed it, with a lot of help and re-assurence from you people. The code wasn't .... quite fine from formviews point of you....
Liz
itslz
Offline Send Email
Jun 6, 2007
4:03 pm
Messages 16523 - 16552 of 19702   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