all groups > dotnet general > february 2004 > threads for tuesday february 17
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
Feedback Form
Posted by Mohamed Hosam at 2/17/2004 11:25:09 PM
Hi everybody. I have to create an asp dot net file that takes the form
variables from an ASP file and sends them by email then redirects to another
ASP file.
Can anybody provide help or code? Any help is appreciated.
Mohamed
... more >>
Passing a Parameter to a Form when Opening
Posted by Paul Fairless at 2/17/2004 9:35:31 PM
I have a form called frmCustSearch to search for customers against an SQL
Server database.
The form contains a simple textbox into which the Customers surname is
typed, and a datagrid then becomes visible on the form containing the
CustID, Surname, Forename and address of all people with that ... more >>
Passing a Parameter to a Form on Opening
Posted by Paul Fairless at 2/17/2004 9:35:08 PM
idea
Posted by ichor at 2/17/2004 6:34:27 PM
hi
i want to develop an application where i can store all the tips and tricks i
discover and get from other developers.
i want that application to store xml, c# , sql based code snippets so that
it makes development easier.
however i want to know if such an application already exists which i ca... more >>
install an app
Posted by ichor at 2/17/2004 6:31:12 PM
hi,
i have created a c# application. now i want to install it on another
machine.
what does the client machine need to have ?
does it need the dotnet framework ? and anything else?
and how do i make an installation setup?
i used to use wise for vb apps.
is there any thing for c# apps?
thanx... more >>
Questions
Posted by Jordan at 2/17/2004 6:23:08 PM
Hi, I am a consumer, not a developer. How do I know if my
computer uses .net, and how does it benefit me to have it?... more >>
Socket+StreamWriter
Posted by Vladimir Bezugliy at 2/17/2004 5:20:25 PM
I have a server that listen a socket.
And I have next client:
TcpClient socketForServer = new TcpClient("IVBEZUGLIY", 21000);
NetworkStream networkStream = socketForServer.GetStream();
StreamWriter streamWriter = new StreamWriter(networkStream);
streamWriter.Write("Hello12345!!!");
streamW... more >>
Native Support for OLE Structured Storage
Posted by Edmond Neo at 2/17/2004 5:01:07 PM
I use structured storage to store large amounts of data in various streams. I realize that I can call structured storage through a wrapper in .NET, but I'm concerned that there is a performance issue if large amounts of data are passed through the wrapper
Does anyone know what is the peformance... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
submit a .net page to asp page
Posted by jim at 2/17/2004 3:41:05 PM
I new with .net and asp.
I can't find a way to link a asp page from a asp.net page.
I have tried a button and even a simple hyper link is not working.
When I click the hyper link in asp.net(in the navigateUrl I have an asp page), it let me down load the asp file.
Can anybody help me?
Jim... more >>
what is the code to creating text compose many cells
Posted by nader75 NO[at]SPAM gaza-dot-net.no-spam.invalid at 2/17/2004 3:38:22 PM
hello
what is the code to creating text compose many cells almost like excel
program to
or how do that
and thankyou for all :?:
Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION **... more >>
Fill a ComboBox
Posted by Pepehammer at 2/17/2004 3:25:20 PM
Hi everybody!
I got a combobox to fill.
I want to display some information (Text), but when I select a item, I want
to return a number.
The info I want to fill in is something like this:
TEXT VALUE
Category1 10
Category2 15
Category3 35
... more >>
Own software licensing
Posted by soubry cedric at 2/17/2004 3:22:32 PM
Hi
I'm looking for a blueprint, architectural software design concerning
licensing.
We have a three-tier application (Gui/Application/Db).
We want to limit the number of work posts that can make use of the program
simultaneously.
If someone buys 12 licenses, only 12 work po... more >>
Displaying a GIF File from a URI Location
Posted by Jason at 2/17/2004 2:16:31 PM
I got the following error when I ran the below code
Error: URI formats are not supported
DilbertPic = Dilbert.DailyDilbertImagePath(WebService call
(dilbertPic = "http://www.dilbert.com/comics/dilbert/archive/images/dilbert20182998040217.gif"
(Picture Box)picViewer.Image = Image.FromFile(Di... more >>
How do I do key based Authentication in C#
Posted by Fresh_Air_Rider NO[at]SPAM Hotmail.com at 2/17/2004 1:46:08 PM
I used to write websites in classic ASP which authenticated a user and
retrieved a comma separated list of "keys" via a COALESCE query from a
SQL Server database which determined which areas of the site they
could access.
The list was stored in a session variable and could be something like
"... more >>
Programmatically Sending Email (with web links)
Posted by m_gorgone NO[at]SPAM hotmail.com at 2/17/2004 1:31:21 PM
Hi All,
I'm currently sending email with a backend program that is being used
to monitor data in a SQL2000 database.
Basically I'm trying to figure out how to add a link to the email body
that has text instead of the really, really, long "http://..." string
that is generated by the program.... more >>
Path to Dll's
Posted by Allan Bredahl at 2/17/2004 12:58:48 PM
Hi All
Normally when I want a component dll to be visible, I copy the .dll to the
..Net framework folder, and the component becomes visible in the Visual
Studio 'Add reference' / 'Add Item' lists.
Isn't it possible to add another folder to this search path, so dll's
contained in e.g. c:... more >>
Socket and authorization.
Posted by Vladimir Bezugliy at 2/17/2004 12:30:21 PM
I use Socket for network communication.
I listen some port.
And where some computer send data to this port - I read it.
But how could I recognize from what computer I get data(host name IP
address)?... more >>
msgbox
Posted by Massy at 2/17/2004 11:36:08 AM
Hi all,
Just a quick question...
does anyone know how i can include the value of a combobox into my message that appears in my messagebox?
i.e if my combobox contains USA, how do i write 'you are in the USA site' ??
thx... more >>
interop
Posted by <.> at 2/17/2004 10:28:39 AM
Hi,
I have a set of classes source in C++ and I want to use those from C#, can
I just make these into a regular DLL and export these and DllImport these
from C# with no problems?
Is it that easy?
... more >>
functions
Posted by Gav at 2/17/2004 10:13:46 AM
Can you overload functions in .NET?
I using C# I used to use C++ and in this I could declare a function as:
func1()
{
}
and I could also declare a function as:
func1(string sParam1)
{
}
then depending on whether or not I call:
func(); or
func(somestring);
it would call on... more >>
éÎÆÏÒÍÁÃÉÑ Ï ÒÁÓÓÙÌËÅ ÐÏ .Net
Posted by hDrummer at 2/17/2004 10:11:04 AM
úÄÅÓØ ×Ù ÍÏÖÅÔÅ ÐÏÄÐÉÓÁÔØÓÑ ÎÁ ÂÅÓÐÌÁÔÎÕÀ ÒÁÓÓÙÌËÕ -
http://subscribe.ru/catalog/comp.soft.prog.dotnetgrains
ïÂÚÏÒ ÓÏÂÙÔÉÊ, ÐÒÏÉÓÈÏÄÑÝÉÈ × ÍÉÒÅ É ËÁÓÁÀÝÉÊÓÑ ÐÌÁÔÆÏÒÍÙ .Net - ×ÙÈÏÄ
ÎÏ×ÙÈ ÐÒÏÄÕËÔÏ×, ÏÂÎÏ×ÌÅÎÉÑ ÓÁÍÏÊ ÐÌÁÔÆÏÒÍÙ, ÐÒÉÍÅÒÙ ËÏÄÁ ÎÁ C#, ÐÅÒÅ×ÏÄÎÙÅ
ÓÔÁÔØÉ, ÓÏ×ÅÔÙ ÐÏ ÎÁÐÉÓÁÎÉÀ ÐÒÉÌÏÖÅÎ... more >>
Is it possible to run procedure only?
Posted by Jerome Smith at 2/17/2004 9:42:19 AM
Hello all,
Is it possible in Visual Studio.NET to run only a procedure Sub...End Sub,
and not the whole project? I am used to developing with VBA (Visual Basic
for Applications) in which you can.
Thank you,
Jerome Smith
... more >>
Start Page trouble
Posted by Jerome Smith at 2/17/2004 9:37:42 AM
Hello all,
I am having trouble with the Visual Studio .NET Start Page. When I click on
the left-pane links such as "Online Community" and "Headlines" I get an
error message saying:
"This feature requieres that you have connected to the internet previously
or are currently online."
Howeve... more >>
Sorting a Strong Typed Dataset
Posted by Freeon at 2/17/2004 7:56:05 AM
Hi, I am looking for a way to sort a strong typed dataset. It would seem the most straightforward way is to use a dataview. The only problem is when I use the dataview I seem to loose the strong typed properties from my original dataset
Anyone that can point me to an example of how to sort my da... more >>
Programing for Palm OS or Win CE
Posted by Nick at 2/17/2004 5:55:45 AM
Does anyone know any good books or sites that have info on how to program
for Windows CE or Plam OS
Thanks
Nick
... more >>
Bootstrapper installation on Win98
Posted by Rakesh at 2/17/2004 5:26:10 AM
Hi
I 'm using the Bootstrapper source code to install the .Net Fx 1.1 but on Win 98 it is giving error for DLL
SHLWAPI.DLL. I checked that file is present but the version of that file on target machine is very old than the one o
my development machine
How can I build this to be a single static S... more >>
A .NET application launching an XLS or Word document
Posted by Peter at 2/17/2004 5:26:08 AM
Hi, please advise the following how-to
Within a .NET application, launch an Excel or Word document in a different process
Thanks
Peter... more >>
Help Me!!
Posted by Sam Kelly at 2/17/2004 2:31:05 AM
Have a problem with Visual Basic .NET standard.
When i create a new exe file, vb is not allowing me to add any forms etc to it, i get the message "Automation Server Can't create object"
What does this mean and how do i get around it!!??
Thanks in advance for any advice!!
Sam Kelly. ... more >>
Obtain .NET "Ticks" from J2EE "Millis"
Posted by num NO[at]SPAM laposte.net at 2/17/2004 1:39:35 AM
Hi all,
Sorry for cross-posting.
I have to convert a J2EE date as a long ("Millis") in a .NET date as a
long ("Ticks")
In Java, currentTimeMillis, is the difference, measured in
milliseconds, between the current time and midnight, January 1, 1970
UTC.
In .NET, DateTime.Ticks is the 10... more >>
|