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.

Messages

  Messages Help
Advanced
Messages 18288 - 18317 of 18317   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
18288
Hi Blue,    m ... From: mneale1 <mneale1@...> Subject: [C#.NET] Re: New to group To: CSharpNET@yahoogroups.com Date: Tuesday, September 2, 2008, 3:04...
samina wajeeh
samina_wajeeh
Offline Send Email
Sep 2, 2008
3:47 am
18289
Hi Blue,   mneale is absolutely right, at the time you need to save the total value in a global variable , and please let clear about what problem you are...
samina wajeeh
samina_wajeeh
Offline Send Email
Sep 2, 2008
3:56 am
18290
WOW... Text1, Text2, ComboBox13, ListView3 and yet another Text24. Then your code may look like: ... Text1.Text = ComboBox13.Text; Text24.Text = Text2.Text+" -...
Fabio Cabella
cabbi3
Offline Send Email
Sep 2, 2008
2:56 pm
18291
Hi friends,   I want to access a webservice from Remote server(www.yahoo.com) to local machine( 122.165.12.204: 8080 ). I did that concept but its displaying...
abdul rahman
mohamedrahu
Offline Send Email
Sep 2, 2008
2:56 pm
18292
I agree i did wrong calling the textboxes objects names like those... but, since this is supposed to be a list where intermediates and advanced users are i...
Carlos de Luna Saenz
cdelunasaenz
Offline Send Email
Sep 2, 2008
3:27 pm
18293
 >I want to access a webservice from Remote server(www.yahoo. com) to local machine( 122.165.12.204: 8080 ).    Do you mean access web service on...
Tham Chaiket
tchaiket
Offline Send Email
Sep 2, 2008
3:50 pm
18294
What the exception says is that the webservice call had no response try the following: a) review if you are "inside" a firewall, if you are then the system...
Carlos de Luna Saenz
cdelunasaenz
Offline Send Email
Sep 2, 2008
5:32 pm
18295
abdul - There is probably a problem with the DNS, the port used, a firewall or permissions on the service you are attempting to get to. Getting to these can be...
mneale1
Offline Send Email
Sep 2, 2008
5:32 pm
18296
What is the name of the web service that you are trying to connect to? Chip ... -- "The reason the mainstream is considered a stream is because it's so ...
Chip Dunning
chipdunning
Offline Send Email
Sep 2, 2008
5:32 pm
18297
Hey Carlos I kind of liked what you posted. The idea of a clue is to get them off and running an still not remove the chance to learn. You gave an answer that...
mneale1
Offline Send Email
Sep 2, 2008
6:15 pm
18298
blue - This is not to assist in the assignment but a by the way. If you could use four text boxes you could do the work without using variables. The code would...
mneale1
Offline Send Email
Sep 4, 2008
4:05 pm
18299
Hi Carlos, may be I was a bit too rude in my replay... sorry about that... but I'm fed up to see source code where many many "programmers" do not spend 5...
Fabio Cabella
cabbi3
Offline Send Email
Sep 4, 2008
4:05 pm
18300
Hi I am Priyanka.i am new in this group. i just got one of C# project but i don't have much knowledge of C#. so can u pls guide me abt this nd which books i...
patelpriyanka21
Offline Send Email
Sep 4, 2008
6:22 pm
18301
Hi, I have a question on Structs. How would I declare and reference a Struct in an ArrayList, IList, or other higher array object? I've used it before, but...
greenlamar3020
Offline Send Email
Sep 5, 2008
12:09 pm
18302
What type of C# project will you be working on? ASP.NET/C#, WinForms, etc. Will you be connecting to legacy projects? or Web Services? I would recommend...
Chip Dunning
chipdunning
Offline Send Email
Sep 5, 2008
12:09 pm
18303
Hi Priyanka, For c#, "complete reference c#" is the best book, no need to get any other books. On Thu, Sep 4, 2008 at 11:26 PM, patelpriyanka21 < ... -- <div...
Manoj Puranik
manoj_puranik81
Offline Send Email
Sep 5, 2008
12:13 pm
18304
Hi! I am Amit Prajapati. how are you? If you learn c# from primary level than refer c# by balaguruswmai In this book you can also learn all concept of OOP. Hi ...
amit prajapati
a_c_prajapati
Offline Send Email
Sep 5, 2008
12:14 pm
18305
Hi Priyanka Go through the csharpcorner.com or you can also find another good tutorials if you will search on google. Thanks & Regards, Manish Rai Software...
Manish
rai1manish
Offline Send Email
Sep 5, 2008
12:14 pm
18306
Anyone know how to load an Excel XLS file into a C# form, so it's editable and can be saved back to the XLS format. Thanks Green, greenlamar3020@......
greenlamar3020
Offline Send Email
Sep 5, 2008
12:14 pm
18307
hai i am also new to this group.But eager to study C# in detail.I am also in of guidence. GK patelpriyanka21 <patelpriyanka21@...>...
gopakumar p
gkchittur
Offline Send Email
Sep 5, 2008
12:15 pm
18308
Hi I'm a new here ! My aim here is improve my english !!! I'm software developer in c#.I have 2 years expirience. So if some one want to make conversation with...
marat197504
Offline Send Email
Sep 5, 2008
12:15 pm
18309
I have some problem with my vsto Excel add-in. In my add-in i want to raise onclick event of some native Excel button.. I mean that if you click on my addin...
marat197504
Offline Send Email
Sep 5, 2008
12:15 pm
18310
Hi you can use Generic Collections as the following : using System.Collections.Generic; public struct Struct1 { public const string CONST = ""; } List<Struct1>...
Mohamed El Baz
bezo2100
Offline Send Email
Sep 5, 2008
1:38 pm
18311
... Hi!! I think you just need use Ado.net and create table from excel worksheeet (you can connet just to worksheet not to file) ...and after this use...
marat197504
Offline Send Email
Sep 5, 2008
1:38 pm
18312
There are some links that describe how to call your VSTO code from vba code through a COM add-in: http://msdn.microsoft.com/en-us/office/cc482931.aspx ...
Shaun
programmerby...
Online Now Send Email
Sep 5, 2008
1:38 pm
18313
Thnx Shaun for answer I try this option before (execute) but it not working for me I found the tools bar after that i found button that i need to execute but...
marat197504
Offline Send Email
Sep 5, 2008
2:51 pm
18314
I found this vb.net code somewhere on the net and we used here for our app. You can take a look and adjust to C#. Hope this helps... Alcides Schulz ...
Alcides Schulz
alseethis
Offline Send Email
Sep 5, 2008
2:52 pm
18315
public struct struct1{ int var0; string var1; string var2; }; List<struct1> Arr = new List<struct1>(); IList is the interface - since you are creating a...
Chip Dunning
chipdunning
Offline Send Email
Sep 5, 2008
2:52 pm
18316
There are two ways to learn more English one is as you say. The other is to use this board and others to use the English you konw, and add words and phrases as...
mneale1
Offline Send Email
Sep 5, 2008
3:10 pm
18317
VSTO provides the thisApplication object which represents the Excel spreadsheet, you should be able to go from there.Regards,Alvin Bruney [MVP...
alvin bruney
vapor_dan
Offline Send Email
Sep 5, 2008
4:51 pm
Messages 18288 - 18317 of 18317   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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