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 17132 - 17161 of 19704   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
17132
Yes, this is correct. but in managed languages, that is not of your business, they were actually invented so that programmers stop thinking about pointers in...
Eng. Ahmed Youssef
ah_hatem2
Offline Send Email
Nov 1, 2007
10:08 am
17133
Reference Type: The reference (address) is stored in stack memory and the object may store in RAM (other than Stack , OS) , CPU reg and hard disk depending...
NIhal Singh
nihal777
Offline Send Email
Nov 1, 2007
2:29 pm
17134
Value Type variables - Get Stored on Stack Memory. Reference Type variables - Get Stored on Managed Heap Memory ...
sajithgh@...
sajith78
Offline Send Email
Nov 1, 2007
6:53 pm
17135
Mahmoud Farahat <hero_19873@...> wrote: hi all programers , i want to know how to insert xmlElement in existing node ?? plz...
akin delu
akin4coast2c...
Offline Send Email
Nov 1, 2007
9:02 pm
17136
I want to convert an image to text to store in a database and be able to pull it out and convert it back to an image. Does anyone know how to do this in C#?...
Jason Weaver
william.weaver
Offline Send Email
Nov 1, 2007
9:02 pm
17137
u should convert it to array of bytes and store it in DB with datatype image Jason Weaver <william.weaver@...> wrote: I want to convert an image...
realhossam
Offline Send Email
Nov 1, 2007
11:51 pm
17138
Hello Jason, ... Why you want to convert the image in text? You must put the image or the text in a blob field .. You can use the UUENCODE/UUDECODE to convert...
cod
mazzeo.antonio
Offline Send Email
Nov 2, 2007
2:16 am
17139
I thought I had a working example in a project, but not. Try these links: http://www.thescripts.com/forum/thread524557.html ...
rlcorbin
rick_a_corbin
Offline Send Email
Nov 2, 2007
3:01 am
17140
We are using access for use as a Demo cd. I know we can use a object but we do not want a dbsavy person to be able to pull the image because it will be a...
william.weaver@...
william.weaver
Offline Send Email
Nov 2, 2007
1:41 pm
17141
As some other people mentioned, it's a lot wiser to store the image in a blob field instead of converting it. But I'm guessing since you asked the specific...
Pius Ott
saugoof
Offline Send Email
Nov 2, 2007
1:48 pm
17142
Please tell me how to use checkbox in System.Web.UI.Control.ListBox. Advanced Thanks... Send instant messages to your online friends...
Asim Siddiqui
m_asim1983
Offline Send Email
Nov 3, 2007
8:42 pm
17143
C#/.Net/VS2005 - How can I write text onto the form of a webpage through the use of a windows form that I can write? My idea is that I would like the text I...
gnikollaj
Offline Send Email
Nov 4, 2007
6:40 pm
17144
To start with : I'm new to C# and .Net but not to programming. I've read the C# school book on programmers heaven so the basic is not a problem but I have not...
sy0thoa
Offline Send Email
Nov 5, 2007
2:18 pm
17145
Hi all, Can anyone suggest me how can i lock an USB drive using C#.net? My ultimate goal is to use an independent application which will reside in my USB drive...
Tanvir Faraj
tanvir_faraj
Offline Send Email
Nov 6, 2007
2:44 pm
17146
Hi everybody, I'm currently working a small test desktop application for smart phones using Visual studio 2005. If I start the application locally on my...
Ivo Verus
ivo.verus@...
Send Email
Nov 6, 2007
2:53 pm
17147
Hi all, I am deeply perplexed on how I am going to achieve this. I need to create, open and manipulate both word documents and excel spreadsheets from a web...
dagda1970
Offline Send Email
Nov 6, 2007
4:50 pm
17148
If you have a budget, you can go with Aspose, Excel writer or some other suitable 3rd party product. They are not free. You can also look at VSTO to do this...
alvin bruney
vapor_dan
Offline Send Email
Nov 6, 2007
5:27 pm
17149
... creates ... For That u have to be show the coding...
Sunil
sunilbhoyar2628
Offline Send Email
Nov 8, 2007
12:31 am
17150
The problem was that current directory wasn't the same where the application was, but the root directory instead. Now, everything is OK. :) Best regards, Ivo...
Ivo Verus
ivo.verus@...
Send Email
Nov 8, 2007
8:03 am
17151
Hello I have a question in C#2005 I Have an arraylist has a list of integer I want to convert my list to byte of array byte[ ]........ How can I do this Thanks...
ahmed abdelwahab
ahm_hefni
Offline Send Email
Nov 12, 2007
3:12 am
17152
can anybody help me to change this vb code into c# or vb.net its code to populate the tree from product table /////My Product Table ProductId ParentProduct...
attiq.jaffar
Offline Send Email
Nov 12, 2007
3:14 am
17153
First Hi Everybody, using System.Data.OleDb; -----> this is your referance you must add this code top of your codes Private Sub Form_Load() ----> private void...
gazinews
Offline Send Email
Nov 12, 2007
4:02 am
17154
Has anyone figured out how to send or receive arrays from Microsoft Dynamics AX using the .Net business connector. Since it is really cranky with types I am...
sy0thoa
Offline Send Email
Nov 13, 2007
1:52 pm
17155
Hi I'm new to this site and find the information very interseting, I'm working on an application that uses serveral arrys as shown below: string[] RmID = { "0...
Laurens Gordyn
lgordyn
Offline Send Email
Nov 13, 2007
1:53 pm
17156
Hi all. I have a little problem, that I think somebody may be able to help with. I think it should be quite simple, and straight forward to somebody other than...
itslz
Offline Send Email
Nov 13, 2007
2:44 pm
17157
Hello Everybody, i am stuck wth a problem, i am using a third party dll and callng a method frm that dll, bt unfortunately the method doesnt return the xact...
venky.babu04
Offline Send Email
Nov 14, 2007
2:19 pm
17158
Is it a dotNet generated DLL? May be it's C++ or other compiled dll. In this case your only solution is to decompile it in assembly language... but you may be...
Fabio Cabella
cabbi3
Offline Send Email
Nov 14, 2007
2:46 pm
17159
I have a datatable that will need to be sorted and summarized based on an id field and then I will need to display individual records for each id. I'm thinking...
ernestlipford
Offline Send Email
Nov 14, 2007
5:00 pm
17160
Newbie question: I have a simple Winform app with a 'Close' or 'Exit' button. In the click event handler, should I use Close(); Or Application.ExitThread(); To...
Jeff Nygren
JNygren@...
Send Email
Nov 14, 2007
5:00 pm
17161
Hi Jeff The Close method of the form just closes the form, and I think it's a side effect that the app exits, for example, compact framework apps don't exit...
Matt Evans
im_matt_evans
Offline Send Email
Nov 14, 2007
5:22 pm
Messages 17132 - 17161 of 19704   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