all groups > dotnet general > may 2004 > threads for sunday may 9
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
Modifying a dot net exe directly?
Posted by pseudobill2004 NO[at]SPAM yahoo-dot-ca.no-spam.invalid at 5/9/2004 7:58:45 PM
I have an app (single exe) in which I want to modify a few strings
depending on the type of user. I know I can set up an automatic
build process to take care of this (I actually have done this), but
it would be faster to use a little utility to directly modify a
template exe (i.e, only creating... more >>
about upload file
Posted by Vincent at 5/9/2004 6:41:05 PM
does .net provide any control to upload file? as I need to use the following control to upload fil
<input id="Upload1" type="file" name="Upload1" runat="server"
but when I post back to server(haven't save the form yet, but doing other action), this control's value will lost. While other server ... more >>
How to use "session_start"
Posted by Mercy at 5/9/2004 5:11:02 PM
Hi,
I'm a newbie. I was trying to figure out how to use the Session_start method? The reference books I'm reading say that a session STARTS when "session_start" is called. But ... in their sample code... I never see that explicitly called. Is it supposed to be called from the Global.asa file (... more >>
Architecture Question
Posted by Greg Bacchus at 5/9/2004 1:17:23 PM
I need to build a data based application that will be served up to many
users from the one server using Citrix. So in other words each server will
be concurrently running between 20 and 40 instances of the application under
different user accounts.
To reduce load on the SQL server I want to ca... more >>
High CPU usage in Sockets
Posted by Anatoly at 5/9/2004 10:31:48 AM
In our application I need to detemine if there is a internet connection
valid.
So I build a windows service which every minute creates telnet connection
against some host and port.
If I do connect to this host I know that internet connection is OK.
The problem: after few days CPU usage growing ... more >>
controlls disappear from the forms
Posted by paja at 5/9/2004 6:36:03 AM
Hi
I need to use the "Slider" control. When I drag and drop this contol I get a message that the ActiveX is not licensed and cannot be used
In older version where this Slider was used successfully, when I open the form all controlls are invisible although all code is there
Any suggestion are ... more >>
What is this message:
Posted by Varun at 5/9/2004 5:36:02 AM
Hi
im having a problem with all images that are being used on a single form. The application keeps crashing when i try to run it. When i remove the image from the button etc the error disappears. Does anyone know how i can resolve the error.....
An unhandled exception of type 'System.Resources.M... more >>
Cant solve this error.
Posted by Me at 5/9/2004 4:06:03 AM
Hi Folks
I keep recieving the following error message when i try to bind a combobox to the value that is in a textbox. the application crashes on the following line...
Me.CBoxTitle.SelectedItem = frmExistingCustomer.TBTitle.Tex
this is the error mesaage i recieve
An unhandled exceptio... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Crystal Reports.Net
Posted by IMRAN SAROIA at 5/9/2004 1:15:48 AM
Hi!
Can any one advise alternative methods to deploy Crystal reports which is
integrated into .Net ?
I tried to Use Setup project and wizard. Crystal
reports merge modules were also included. But still the
application gives the message that Report load to failed.
At first it was giving the... more >>
|