all groups > dotnet general > november 2004 > threads for friday november 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
.NET-BroadcastEventWindow not responding
Posted by stevenkobes NO[at]SPAM hotmail.com at 11/12/2004 11:33:07 PM
Every time I shut down my computer, I see a message saying
..NET-BroadcastEventWindow is not responding. (It's the usual popup
that appears when a program is hung.) I have to click the "End Now"
button to continue the shutdown.
Does anyone know what could have caused this, or how to fix it? ... more >>
Drop Down list in visual basic
Posted by Jon at 11/12/2004 8:26:01 PM
I am trying to create a "front end program" to an oracle database and am
using visual basic .net to create the program that will accomplish this.
What i need to do and what i can't find is the code to create a drop down
list with 4 values and one (null) set as a default. I am sorry if i just... more >>
Newbie - .NET Distribution Question
Posted by Mitchell at 11/12/2004 7:04:01 PM
Hello All:
This may be a dumb question, Please forgive me, but I cannot seem to
find a straight answer for myself. What I would like to know is, With the
Standard Editions of the .NET development tools, Can I distribute programs
that "I" write in
the IDE's?. What I mean is provided t... more >>
Monitor.Wait vs Thread.Sleep
Posted by DT at 11/12/2004 5:17:45 PM
Hi All,
I understand the Thread.Sleep method is a very effcient wait state.
Can the same be said for the Monitor.Wait method?
Many Thanks
DT
... more >>
Namespace alias using inline code?
Posted by Jon Maz at 11/12/2004 5:06:48 PM
Hi,
Simple one. The C# code behind for a .aspx page can have a 'namespace
alias', as here:
using AdsBusiness = Wrox.WebModules.AdsManager.Business;
Question: can you do this with inline code too, and if so, what's the
syntax?
Thanks,
JON
... more >>
Pass Data between 2 forms
Posted by Casey at 11/12/2004 3:52:02 PM
Yeah, I know this question was asked by someone elselike 2 weeks ago. But I
need some additional help. I have a program I'm developing, and multiple
different forms will be opened. For now though, I just have two forms. One is
the main window, and the other sets some preferences like names, an... more >>
Open Source c#
Posted by John Bailo at 11/12/2004 3:27:00 PM
This is a multi-part message in MIME format.
--------------070809010705090304090800
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
http://csharp-source.net/
--------------070809010705090304090800
Content-Type: text/x-vcard; charset=utf-8;
... more >>
app.exe.confg file being deleted when windows application is compi
Posted by Todd at 11/12/2004 2:06:01 PM
I just upgraded from the 2002.net to the 2003.net. I had been using a
..config file for database conection info. Now when I compile my application
to debug the config file is being deleted out of the /bin/debug folder. Is
there a fix for this?... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
asp button action not invoked
Posted by coyx NO[at]SPAM yahoo.com at 11/12/2004 2:03:35 PM
I have page that has a form. After pressing the button on that
page, it is to do some routine.
The problem is the action (codebehind written in c#) is not called.
I have a test server and it works find there but it doesn't do
anything in the production server.
Is there something that I have... more >>
Required Field Validator (ASP.NET)
Posted by MrMike at 11/12/2004 1:19:02 PM
Hi. I have a webform with a two required field validators. I have a cancel
button on the form which should allow the user to quit the form and
Response.Redirect to a previous webform. However, when users attempt to
cancel out of the form they cannot because the required field validators tur... more >>
Write to IIS/Event Log File ?
Posted by Angelos Karantzalis at 11/12/2004 1:14:31 PM
Hi y'all,
recently I've come across a situation where a web service needs to deal
with an exception that might arise, originating from a COM+ component. It
then returns an int value (please don't ask me why) indicating that there
was something wrong with the requested operation.
Assumin... more >>
UrlRewriting - how + where to do the redirect calculations
Posted by Jon Maz at 11/12/2004 12:20:21 PM
Hi All,
I'm doing UrlRewriting based on the model in Scott Mitchell's article "URL
Rewriting in ASP.NET".
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/urlrewriting.asp.
In this article the logic for rewriting URLs is contained in Regular
Expressions in the we... more >>
Functions and methods are not visible in a component
Posted by Mo at 11/12/2004 12:05:08 PM
Hi all,
rookie question:
I have built a component with one class declared as public. The class has
one function declared as public. The function takes one parameter. I
register the component.
Usage: In Microsoft Word, in the VBA editor, I check a reference to the
component. In the object brows... more >>
How do I set "Result Code" (visible in Scheduled Tasks) in VB App
Posted by Dave_NH at 11/12/2004 11:49:04 AM
I would like my VB application to set some specific values in the "Result"
code so that when we check the "Last Result" column in Scheduled Tasks we'll
see that information.
Suggestions?
... more >>
Picturebox control and paint events
Posted by ktcute at 11/12/2004 11:27:03 AM
I'm trying to write a simple drawing tool that saves images out as jpgs.
I've been using the paint event on the Panel control to draw the objects,
however I couldn't get the same drawing functionality when I switched to use
a Picturebox control.
I found that after all the objects had been ... more >>
C# webcam
Posted by Mathieu Chavoutier at 11/12/2004 11:07:25 AM
Hi.
Is it possible to do a program that show the "film" that is currently on our
webcam ?
I do not have a Webcam for the moment, so, if you have advices to chose a
Webcam compliant (with what I want to do), I would be thanksfull.
... more >>
C#, Listening music
Posted by Mathieu Chavoutier at 11/12/2004 11:05:32 AM
Hi.
I make a program that receive mp3 (it is not illegal mp3 : it's sounds
received by a micro). So I would like to do a program that could redirect
those mp3 to speakers.
Is there any simple way to do so ? (like use another program ? Use an
existant library ?)
And, I would like to appl... more >>
Visual Studio.Net & .Net Framework version
Posted by Jagan at 11/12/2004 11:00:03 AM
Hi there,
My Visual Studio.Net version is 7.1.3 and it automatically assumes .Net
Framework version 1.1 . How do I program for .Net Framework 1.0 and still use
7.1.3?
Thanks,
Jagan... more >>
Huge project - long build time
Posted by cody at 11/12/2004 9:26:31 AM
We have a huge project, the solutuion spans 50 projects growing. Everytime I
want to start the project I have to wait nearly over 1 minute for the
compiler to complete building. This is unaccaptable.
I thought about loading only the project I need into visual studio and not
the whole solution.... more >>
Mail Merge (Word 2003 & SQL server)
Posted by antonovaCCCS at 11/12/2004 7:50:03 AM
In our old VB 6 application we utilize a mail merge feature of Word 97 with
MS Access. A table in Access is populated from VB and a Word template is
wired to that table. So all we do in the code is call the merge method of
Word.
Problem:
We are moving to VB.NET (VS 2005) and Office 2003. I w... more >>
VB .Net or VS .Net
Posted by peaton NO[at]SPAM pt.lu at 11/12/2004 7:32:21 AM
I have been using vba and visual studio 6 (vb6 only) for developing
windows apps and I am keen to move to .net to keep my skills updated.
But my main reason for move would be to make asp applications less
painfull to develop. I have used solely vbscript/html/MSSQL for some
small asp apps I ha... more >>
WebDAV sample
Posted by Li Weng at 11/12/2004 6:54:03 AM
Hi,
I tried "Getting the size of a Mailbox(WebDAV)" from Exchange Server 2003 in
MSDN blog:
http://blogs.msdn.com/kclemson/archive/2004/01/23/62247.aspx
But I got error: (400) bad request.
at GetResponse call.
I tried Sending a Message and it success. So look like logon and connection... more >>
Space in table name problem with .NET scripting
Posted by Oggdorf at 11/12/2004 6:39:01 AM
The table names in my database schema have spaces. When the .tab files are
created in Visual Studio, the constraint names do not have brackets around
them causing a syntax error.
Is there a setting to turn brackets on at all times? This is the only
situation where it is a problem, all oth... more >>
Is there a simple way to select a row which has been just inserted in a dataset binded to a datagrid?
Posted by Juan at 11/12/2004 6:13:55 AM
Any help or advice is very welcome.
Thanks,
Juan.
... more >>
Low level Memory access in VB.Net
Posted by Hari Seldon at 11/12/2004 5:32:01 AM
I have a device located at address 300 - 312. I need to write to those
locations to operate it. In Linux C I would use the outb command to
accomplish this. Is there an equivilent way to do this under VB.Net?... more >>
memory Stream crypto bug ?
Posted by Stu at 11/12/2004 2:49:04 AM
Hi,
Im reading a file in from disk as a byte array then passing it to a memory
stream for decryption using crypto api functions. What I have found is that
you need to
reduce the array length by 2 from the original lenght in order to get it to
work
as there seems to be 2 extra 0 bytes at the... more >>
Class Library for use in VBScript
Posted by Jessard at 11/12/2004 2:19:03 AM
Hi all,
How do I go about making a C# .NET class library available for use in a
VBScript file using something like?
Set mylib = CreateObject("MyLibrary.Utils")
Surely it must be able to be done without too much fuss.
Jesse... more >>
Click through window
Posted by Sébastien FERRAND at 11/12/2004 2:17:02 AM
Hi everybody...
I'm in search a sample code which explain how i can click through a winform.
Thanks a lot.
Séb
--
Sébastien FERRAND
Rédacteur Asp-Php.net
[http://www.vbmaf.net]... more >>
|