Search the web
Sign In
New User? Sign Up
pcsharp · Pocket C#
? 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 154 - 183 of 1441   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
154
I've been using it for a bit of both - a little development on the commute to work, and then for compiling/testing in the evening. I use both SharpDevelop (on...
nocturnalkiwi@...
nocturnalkiwi
Offline Send Email
Aug 4, 2004
11:19 am
155
hi friends my project is to develop a compiler for pocket pc but i don't know how to start and wht r the tools and application i can use for it . i don't have...
amitsinha_nitc
Offline Send Email
Aug 6, 2004
12:45 pm
156
hi friends my project is to develop a compiler for pocket pc but i don't know how to start and wht r the tools and application i can use for it . i don't have...
amitsinha_nitc
Offline Send Email
Aug 6, 2004
12:46 pm
157
After reading several posts here, I kinda have an idea how to install the c# program and the IDE. The only thing I still don't know is that do I still need to...
liu_kang_360
Offline Send Email
Aug 9, 2004
7:38 pm
158
There are news for new version of IDE?...
acquariusoft
Offline Send Email
Aug 10, 2004
8:11 am
159
Sorry for my English :D in my csant project file i have this section <resources basedir="/pc#/MyMoneyPocket/images"> <file name="car.bmp" /> <file...
acquariusoft
Offline Send Email
Aug 10, 2004
8:16 am
160
I've posted a problem with TcpClient several days ago, and now I returned to the subject and tried to use Socket class instead. I get the same error while...
koterpillar
Offline Send Email
Aug 12, 2004
4:19 am
161
Dear Member, Today, the hot.Net members received both C# and VB.NET code with subject "158# SHA1 (Secure Hash Algorithm) class for the passwords and the...
Nuri YILMAZ
vbnethardcoder
Offline Send Email
Aug 13, 2004
3:35 pm
162
Can you post some code that demonstrates the problem? I've had some success with the Socket object and may be able to help... ... returned to the subject and...
nocturnalkiwi@...
nocturnalkiwi
Offline Send Email
Aug 15, 2004
12:12 am
163
... Example 1: new Socket(0, 0, 0); "Could not find resource assembly" Example 2: new TcpClient("non-existing.host", 555); "Could not find resource assembly" ...
koterpillar
Offline Send Email
Aug 15, 2004
12:42 pm
164
Hello, i can't access to the site http://mifki.ru/pcsharp/ there are some problems? Tnx...
acquariusoft
Offline Send Email
Aug 16, 2004
8:01 am
165
Umm, that wasn't really what I meant. It's much more helpful if post example code that can be compiled and run, something like this: using System; using...
nocturnalkiwi@...
nocturnalkiwi
Offline Send Email
Aug 17, 2004
2:17 pm
166
Hi friends , It's showtime . Our website has been launched and all of you are most welcome to register absolutely free of cost. This website is meant for ...
workproject_2004
workproject_...
Offline Send Email
Aug 20, 2004
9:51 am
167
Hi friends , It's showtime . Our website has been launched and all of you are most welcome to register absolutely free of cost. This website is meant for ...
workproject_2004
workproject_...
Offline Send Email
Aug 20, 2004
9:52 am
168
... You see, you did it yourself. So anyone familiar with c# will understand what I mean. ... I thinked so too. But at that time, I haven't had MSDN, and just...
koterpillar
Offline Send Email
Aug 20, 2004
11:59 am
169
I have a .dll named ASpriteDotNet.dll How do I add this to my project? Thanks...
ddosful
Offline Send Email
Aug 20, 2004
6:20 pm
170
Place it with other libraries and add <references> <file name="System.Data.SqlServerCe"/> </references> to <cscc> section of your .csant file....
Vitaliy
pronvit
Offline Send Email
Aug 22, 2004
8:12 am
171
... post ... understand what I mean. You missed my point entirely. I shouldn't have to "do it myself". If you want others to help you then you have to make...
nocturnalkiwi@...
nocturnalkiwi
Offline Send Email
Aug 22, 2004
10:56 am
172
hello, the site http://mifki.ru/pcsharp is offline?...
acquariusoft
Offline Send Email
Aug 22, 2004
11:50 am
173
Sorry, my site will be online soon....
Vitaliy
pronvit
Offline Send Email
Aug 22, 2004
12:17 pm
174
... Well, I thought that build the wrapping for the line of code is easy enough. I apologize if it isn't so. ... This is a _Pocket C# bug_, imho. ... Thanks....
koterpillar
Offline Send Email
Aug 23, 2004
12:11 pm
175
Is it possible to build/compile a dll with pcsharp ?? ... if yes how ? csant file, special instructions in the code itself ?? thanx....
pauvtype2003
Offline Send Email
Aug 23, 2004
3:18 pm
176
Is there an alternate site to download the software from until the main site gets back up?...
bounty_hunter_42101
bounty_hunte...
Offline Send Email
Aug 23, 2004
3:40 pm
177
There are news for new release of IDE?...
acquariusoft
Offline Send Email
Aug 24, 2004
12:25 pm
178
Sorry for my English :D in my csant project file i have this section <resources basedir="/pc#/MyMoneyPocket/images"> <file name="car.bmp" /> <file...
acquariusoft
Offline Send Email
Aug 24, 2004
12:26 pm
179
you wrote: "Place it with other libraries..." What other libraries? You mean in the windows folder? The project folder? Thank you. I really appreciate it,...
ddosful
Offline Send Email
Aug 25, 2004
4:21 am
180
I notice that you use "String" in examples, however, VS.NET uses "string". What is the difference? Thanks...
ddosful
Offline Send Email
Aug 25, 2004
4:23 am
181
the program folder \program files\pc# ... project...
acquariusoft
Offline Send Email
Aug 25, 2004
7:42 am
182
I use a Toschiba e740 I can use pcgcc sucessfully. I appear tohave cf net installed. If I develop a smallapp on SDevelop on pc and copy exe file to PDA when it...
ianmcm99
Offline Send Email
Aug 25, 2004
11:24 am
183
Let's say I have a project in VS.NET. what are the steps I need to take to transfer it to my PPC. For instance, the project has a AssemblyInfo.cs and App.ico...
ddosful
Offline Send Email
Aug 25, 2004
11:57 pm
Messages 154 - 183 of 1441   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