all groups > dotnet general > november 2004 > threads for sunday november 14
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
Cannot add a dll to reference
Posted by WM Chung at 11/14/2004 10:24:02 PM
Hi all,
I meet a problem in building my .Net Solution and I would like to seek help.
After I have added a dll to reference in one of my project in my solution,
when I re-build the solution, I meet the following error :
------ Rebuild All started: Project: OIDCOMMON, Configuration: Debug .N... more >>
how to create ASCII to postscript file or pdf file from C#.Net
Posted by SW at 11/14/2004 10:00:38 PM
Guys,
I have a huge text file that I want to break and generate
an multiple pdf files from C# application.
My problem is to generate a pdf file.
Programatically, I should able to give a page break and
change a font and size.
We are using Acrobat 6.0 professional. By using
pdf-distiller, I ... more >>
Creating setup project using VS.NET2003 - registry settings
Posted by Ravi at 11/14/2004 9:30:01 PM
Hi,
I'm trying to create a Setup project that can add some registry
settings during the installation. I'm using the Registry editor to specify
these registry entries.
The registry (string)values that I'm trying to add need to be set to
the computer name of the machine on which t... more >>
check server
Posted by Aaron at 11/14/2004 5:58:13 PM
how do i write a script like this?
if dllhost.exe's cpu usage is greater than 90% then
run iisreset
end if
Thanks in advance,
Aaron
... more >>
is it possible to load a dll into application at runtime?
Posted by Tee at 11/14/2004 5:41:13 PM
is it possible to load a dll into the application at runtime?
eg: a main application, and a few dll, each dll might contains some
function, properties, or windows form. All of them were built in .NET.
So those DLL might look like a plug-in for the main application, is this
possible to achiev... more >>
2 questions
Posted by gary at 11/14/2004 5:07:11 PM
I am newbie to dotnet.
I wanna make codefile.cs store global variables and procedures so that
form1,form2...formx could call them. but I have 2 questions
1. may I create codefile.cs like the following:
using System.Windows.Forms;
public void MsgBox(string s)
{
MessageBox.Show(s,"I... more >>
Mutex and single instance console app ?
Posted by PL at 11/14/2004 3:09:29 PM
I simply cannot get this to work with my current project, if I create a test
project
with only the code below it works fine but in my real app it still allows
two instances.
using System;
using System.Threading;
namespace MutexTest
{
class Class1
{
[STAThread]
static void Main(str... more >>
return value from popup window in asp.net
Posted by lekshmi at 11/14/2004 1:42:11 PM
I have a web page which allows user to enter some values in a text boxes and
combo boxes. The user should be allowed to select a date in the same page.
For this when the user clicks a image button, i have to show the calender in
a separate window. But as the user selects a value, it should be ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Validating
Posted by Joel at 11/14/2004 12:36:07 PM
Hi! I have a textbox and there is a validating. My question is when I quit
(Push Button) I don't want the validating proc to fire, is it possible?... more >>
VB.NET, multiple entries into web based VB.NET app
Posted by Guy Pelletier at 11/14/2004 12:36:05 PM
I have an web VB.NET app that collects data and clculates values then puts
all of the data into an SQL server.
The problem I am havining is that every once in a while the system will
enter 4 or 5 copies of the data from 1 push of the submit button.
I suspect that this may be something with the... more >>
SQL Join and ASP.NET dataset - newbie
Posted by Sebastian Kenny at 11/14/2004 9:41:15 AM
I'm new to VB.NET. I'm usging an SQL select join in the following way:
----------------
strConn = Application.Get("DB_CONNECTION_STRING")
Dim MySQL As String
MySQL = "Select * from Users u, Banks b where u.UserID=? and b.BankID =
u.BankID"
Dim MyConn As New Odbc.OdbcConnection(strConn)
D... more >>
Best Practice Question
Posted by cclark NO[at]SPAM unfi.com at 11/14/2004 9:25:00 AM
I have a question on whether or not this is good practice. I have a
fairly complex web user control (a datalist embedded in a datalist
with lots of controls) that I will call Usercontrol1 and a lot of code
in the codebehind of the user control for setting/getting properties
of the controls. Wh... more >>
Timer...How to measure an event?
Posted by Gary at 11/14/2004 4:20:01 AM
Hi,
How does one set up a timer so I can measure the time to do an event?
Something like this I guess the format would be,
start timer...
(do event)
....stop timer
display total time in seconds in a msg box
thanks,
Gary
... more >>
|