all groups > c# > december 2004 > threads for sunday december 12
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Binary Differencing
Posted by Josh Carlisle at 12/12/2004 11:12:19 PM
I posted a question a few days ago concerning file differencing and I got
some thought provoking answers. My original question dealt with identifying
file differences for storage of multiple versions of documents, some binary
some textual. I know that there are many excellent version control syst... more >>
Binary Differencing
Posted by Josh Carlisle at 12/12/2004 10:54:04 PM
I posted a question a few days ago concerning file differencing and I got
some thought provoking answers. My original question dealt with identifying
file differences for storage of multiple versions of documents, some binary
some textual. I know that there are many excellent version control s... more >>
longhorn: sidebar apps
Posted by Dirk Reske at 12/12/2004 10:37:49 PM
Hello,
which version of Visual Studio do I need to develope applications for the
longhorn sidebar?
thx
... more >>
MDI Problem
Posted by Ferryandi at 12/12/2004 10:33:48 PM
Hi,
i want to ask about MDI
i have MDI parent that have Menu called Save
and i want to be able to save for example text from mdi
child that is active.
the problem is how to detect which MDI child that is
active. thax... more >>
ERR: "high encryption pack not installed"
Posted by Tamir Khason at 12/12/2004 10:07:15 PM
I just testing my program on Windows PE with Framework 1.1 pre-installed and
got a message "high encryption pack not installed" - what's the hell? The
only information I found in inet is related to some pyton issues with
networking, but nothing about .NET. Someone have a clue what it can be?
... more >>
Get minutes count
Posted by David at 12/12/2004 9:58:47 PM
Hello.
I have a string with some time in it, for example "13:59".
How can I get how many minutes is in it?
Like this: "1:30" contains 90 minute.
Can anybody show me some example?
Tank you.
... more >>
Different return type of same method in interfaces having inherit
Posted by Steven.Xu at 12/12/2004 8:59:08 PM
Hi every one.
I have two class: MyBase and MySon. MyBase is the base class of MySon. On
the other hand I have two interface: MyBaseItef and MySonItef. MyBaseItef is
the base interface of MySonItef. Now there has a GetMyClass method in
MyBaseItef liek: MyBase GetMyClass() in C#. If some class ... more >>
Custom Dialog Box
Posted by Michael C at 12/12/2004 8:54:38 PM
Hi all,
I want to create a control similar to the
System.Windows.Forms.OpenFileDialog control. Does anyone know where I can
find a working example of such a solution?
Thanks,
Michael C
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Passing an enum as a parameter
Posted by Simon at 12/12/2004 8:25:39 PM
Hi all,
I think I've seen someone passing an emumeration in code before.
Can anyone tell me if thats possible and why i would want to.
Many thanks
Kindest Regards
Simon
... more >>
How to format output
Posted by newbiecpp at 12/12/2004 8:15:13 PM
How can I format output string. For example, when I use:
Console.WriteLine("12345")
I want to output like
" 12345", i.e., I need set width is 10 and align at right. How can I do
it. I searched MSDN but cannot fine the format string. Thanks.
... more >>
Counting the number of bytes used by characters of a String
Posted by Nicolas at 12/12/2004 7:02:30 PM
Hi,
How one can count the number of bytes used by all the characters of a
String ?
i.e. String.Length * 2 (a char is 2 bytes long), but using more "proper"
ways.
Thanks.... more >>
Control.Paint gone missing
Posted by vooose at 12/12/2004 2:59:25 PM
Consider a UserControl TopCont that contains two other UserControls,
CompA and CompB.
Somewhere in the constructor of TopCont we have
CompA.Paint += new PaintEventHandler(compA_Paint);
CompB.Paint += new PaintEventHandler(compB_Paint);
I am calling Invalidate() on both of the child compon... more >>
Has anyone read Mastering C# Database Programming by Jason Price?
Posted by Zach at 12/12/2004 1:44:26 PM
I am looking for a good ADO.NET book to read. I know nothing about ADO as
yet. If anyone has read the book - would it be ok for starters? What did you
think of the book? If you didn't like the book, what would be your advice as
to which book to read on the ADO .NET for a ADDO.NET- newB?
Many t... more >>
An established connection was aborted by the software in your host machine
Posted by MajorTom at 12/12/2004 12:39:36 PM
Hello, I getting this error
An established connection was aborted by the software in your host machine
here:
TcpClient smtpSocket = new TcpClient(_serverSmtp, _portSmtp)
port = 25 (smtp server)
and my smtp server is working fine from the outlook program
any help ? please
TIA
... more >>
axWebBrowser Managed Code?
Posted by TimSLC at 12/12/2004 11:11:03 AM
Hi there,
Ok if anyopne has been reading my past posts I have been looking for
something in C# that will allow me access to the HTML DOM and visually
display in real time any changes my program makes to a web page (this is all
for testing purposes of a large enterprise web app). Anywho, I t... more >>
API's Constants
Posted by Mohammad-Reza at 12/12/2004 9:51:04 AM
In MSDN only name of API's Constants are given and if you want the value of
them you must search so.
I want to know is there any place that I can find them quick and simply.... more >>
Is it possible to capture an insert event from an Orcale DB?
Posted by Juan at 12/12/2004 9:31:28 AM
I need to do some processing from my app after a row is inserted in an
Orcale db, how can i do that?
Thanks,
Juan.
... more >>
hire hackers
Posted by johngates2010 NO[at]SPAM yahoo.co-dot-in.no-spam.invalid at 12/12/2004 8:51:53 AM
Want to hack , crack someone's Yahoo! , Hotmail or AOL email password
?
Do you want to know the password your target is using ?
Hire a Hacker for that....
All you need to do , is to goto www.hirehackers.net .
HireHackers group cracks the password for you , for flat $100 USD.
Some of t... more >>
Using Bitmap.Save Help
Posted by edisonlee at 12/12/2004 6:41:03 AM
How can I convert image for display from .GIF to .WBMP by using C#?
I cannot see for imageformat type by using function:
Bitmap.Save(OutputStream, System.Drawing.Imaging.ImageFormat.Gif)
Or may be ImageFormat does not support WBMP.
... more >>
Using Bitmap.Save Help
Posted by edisonlee at 12/12/2004 6:39:01 AM
How can I convert image for display from .GIF to .WBMP by using
ASP.NET(VB.NET)?
I cannot see for imageformat type by using function:
Bitmap.Save(OutputStream, System.Drawing.Imaging.ImageFormat.Gif)
Or may be ImageFormat does not support WBMP.... more >>
C# serial connection problems
Posted by Daniel Passwater via DotNetMonster.com at 12/12/2004 6:24:08 AM
I've written an app in C# in the compact framework. I've got a serial connection with a device running embedded C. We are using no flow control. That's not optional at this point. We are talking at 19200 baud, 8 bits, no parity, one stop bit. I can't get stable communication into my side.
Sympto... more >>
Database variable type mapping
Posted by Kenny at 12/12/2004 4:37:02 AM
Can someone point me to details about mapping various MSSQL server data types
to C# data types, particular "bit" and timestamp etc. etc. Strings/varchar
work fine..
Thanks,
KAC
--
Kenny A. Chaffin
Poet, Engineer, Gun Owner... more >>
How to restrict access to Files/Folders
Posted by Khaled Hussein at 12/12/2004 1:43:46 AM
Hello,
I would like to know how can I restrict access for specific files and
folders for specific running processes.
For example:
Lets say we have three running process P1, P2, and P3, I want to know
how can I restrict P2 from accessing a specific folder ex. C:\Test\ and
allow P1 and P3 to ... more >>
|