all groups > dotnet general > october 2004 > threads for wednesday october 6
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
writing ints to file in reverse byte order
Posted by PHil Coveney at 10/6/2004 11:43:01 PM
Hello,
I need to support a file format that stores integers with the MSB first
and the LSB last. When I use
BinaryWriter aWriter = new BinaryWriter(aFileStream, Encoding.ASCII);
int someValue = 1;
aWriter.WriteInt32(someValue);
the byte stream that appears in the file is
01... more >>
print a from a webpage control
Posted by Logan McKinley at 10/6/2004 11:21:45 PM
I am creating a report and loading it into a web control in my C#
application. I need to change some printer settings, specifically, change
paper type to legal and the orientation to landscape and then print it. I
know how to change the settings through Drawing.Printing.PrintDocument but I
... more >>
Clusty Toolbar
Posted by John Bailo at 10/6/2004 6:58:49 PM
The Clusty Toolbar is here!
http://clusty.com/toolbar... more >>
photo album software using C# and .net?
Posted by Flip at 10/6/2004 5:16:55 PM
I am currently running JAlbum created webpages for viewing my photos
(http://jalbum.net/) and it's a great tool. However, I am moving away from
java, and I would like to know if anyone knows of a similar product done in
C# or something that is a webapp would be even better!
Thanks.
... more >>
ASCII to PDU convertion and back
Posted by DraguVaso at 10/6/2004 4:47:12 PM
Hi,
For my SMS-application I need to be able to send characters with accents
(like é and à). But this doesn't seem to work in Text Mode, so i will need
to do it in PDU Mode.
Does anybody has soem converting routines for that in VB.NET? I need my text
to be converted to a PDU-message, and ba... more >>
In java, not in c#
Posted by John Bailo at 10/6/2004 3:28:11 PM
Create a method BBB
private String BBB(String s)
{
return s + "hello";
}
Then call the method with
String BBB = BBB(company);
This will work in java, but not in c#;... more >>
Register C# IE add-on
Posted by Kevin Menard, Jr. at 10/6/2004 3:08:12 PM
Hi,
Sorry if this isn't the right place to be asking, but I could find a
group for C# in particular. I've inherited some code that is supposed
to be an add-on for IE (BHO I think), but I can't figure out how I'm
supposed to install it. I'm used to C++/COM where I'd just use
regsvr32. A... more >>
PropertyDescriptor information lost on data bound ComboBox when made invisible
Posted by aido at 10/6/2004 3:07:22 PM
Hi all,
I have bound a custom list object to a combo box's data source. This object
implements the ITypedList interface and returns a
PropertyDescriptorCollection to the fields in the list object. The
appropriate list field is then selected via the ComboBox's DisplayMember
property. Everythi... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Dynamicly adding images to detail lines in Crystal Reports for .NET
Posted by Guy Mahieu at 10/6/2004 2:41:15 PM
All,
Is there a simple way to manipulate the details section of a Crystal Report
at runtime on a per-record basis?
The reason I want to do this is that my database table contains an image url
field, but in my report I have to show the image rather than its location.
I have looked for ev... more >>
How to generate HTML pages
Posted by Nick at 10/6/2004 2:03:26 PM
Hi all,
I'm about to embark on a new project and can't decide quite how to do it.
In summary, I have a database whose data I want to use to create html pages
for a website. The website will just be a series of static html pages. I
will keep all the data locally and would generate the required ... more >>
Connection string in VB.NET
Posted by VK at 10/6/2004 12:14:02 PM
Dear All:
We are in the processing of building a new web site using VB.NET and
SQL2000
I had a question about WHERE to store the connection string for SQL dB -
in an include file or web.config file? What are the pros and cons if
any? We may be connecting to more than one database.
Many t... more >>
program surveillance
Posted by Anto at 10/6/2004 12:07:56 PM
Hello,
I'm italian programmer
I would have to realize a video program surveillance for cellular and
I do not know just from where to begin. Someone has a po' of experience in
merit? Practically through the cellular one I would want to be connected to
of the television cameras situated ... more >>
Access.mde reference
Posted by DrBob at 10/6/2004 11:09:04 AM
Is there any way to set a reference to an mde in an asp.net project to make
the code available?... more >>
VS.NET 2003 install w/o prerequisites cd.
Posted by Kmistic at 10/6/2004 10:03:03 AM
I am trying to install vs, but i don't have a prerequisite cd. I have disk1
and disk2 only. Is there way i can download the prerequisite cd from
somewhere?
btw, I don't have the physical CDS. My work has some deal where we just
download our software right from Microsoft.com. When we dow... more >>
Dectecting close (X) click
Posted by Nick Zdunic at 10/6/2004 9:38:04 AM
Hello.
I may have missed something simple here but I want to know that when a =
form is closed whether it was closed when the X is clicked.
How is this achieved?... more >>
Form not refreshing after autopostback unless keyboard or mouse mo
Posted by LRD at 10/6/2004 8:51:20 AM
Form not refreshing after autopostback unless keyboard or mouse move
Hi,
We created several new ASP.NET C# forms for our intranet. In each form we
use panels for different sections of the form that are visible or not
depending on what the user is doing.
Each particular form.aspx page ... more >>
VB. NET Shared Sub Main()
Posted by andre NO[at]SPAM online.nospam at 10/6/2004 8:15:03 AM
HI,
I’m learning C# and already know VB .Net. I noticed that C# you have a
Static Void Main () (entry point of the app).
Well that got me thinking, I was told that VB.net removed “The Black Boxâ€
of software (hidden code). Where is my Shared sub Main ()? When I create a
blank app ... more >>
Read hyperlink in excel sheet in VB.net
Posted by zino at 10/6/2004 7:27:02 AM
I have an excel sheet that have one of its cells as a hyperlink
I need to read this cell through Vb.net and get the value of the hyperlink
(the whole path ex: \\c:\document\..... ..... ... .. , not only the cell
content)
how can I do that
thanks for help... more >>
Temporary Data File
Posted by Taras at 10/6/2004 6:21:02 AM
I have an application that needs to allow multiple users to create a
temporary data file (created from MS Access database and MS Project files);
browse in a datagrid allowing deletes by no changes or additions; and run
reports. I need to have an empty file at the completion of the application... more >>
Writing a multipart content parser with .NET
Posted by darin_dimitrov NO[at]SPAM hotmail.com at 10/6/2004 5:32:27 AM
I am looking for an implementation of a multipart content parser for
..NET (http://www.faqs.org/rfcs/rfc2388.html). I suppose that the
HttpWebRequest class uses such a parser in order to extract the
parameters and uploaded files from the request stream. Correct me if
I am wrong but these classe... more >>
Two Dimentional Arrays
Posted by Kurien Baker Fenn at 10/6/2004 5:27:02 AM
Can anybody tell me how to store data to a two dimentional array.if the array
is declared as dim ArrayName(50,500).
Thanks in advance... more >>
Why would an inherited form resize itself in Visual Studio
Posted by Nick Zdunic at 10/6/2004 1:36:26 AM
Hi,
I have some forms in my application. Some visually inherited forms resize
themselves in Visual Studio - ruuning my previous settings. Locking the
form has no effect either.
The forms it has problems with seem to be when the inheritance structure in
greater than 2 levels deep.
It... more >>
Client IP Address or PC Name
Posted by Homer at 10/6/2004 1:27:01 AM
How can I obtain the client IP address or machine name from within an asp.net
application? I want to use this information to determine where to redirect a
web page.
Many thanks
Homer... more >>
Codes for learning the application
Posted by Yasseri at 10/6/2004 1:23:02 AM
Whould you please help me finding some useful links for programming code for
learning purposes? If possible free please!... more >>
How to open a file which is currently being used by another proces
Posted by sam at 10/6/2004 12:11:06 AM
I have to open a files for reading, which is currently being used by another
process(say file X). I could open file X in notepad, without any issues. How
can I open it in vb.net? I always get an error saying that file is being used
by another process. Any help please.... more >>
|