all groups > dotnet general > december 2004 > threads for wednesday december 8
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
CD Writing Sample Code
Posted by S Shulman at 12/8/2004 9:46:19 PM
Hi
I am looking for CD Writing Code Sample to burn CDs directly fom my program
Thank you
Shmuel
... more >>
Title bar icon
Posted by mailme.faisal NO[at]SPAM gmail.com at 12/8/2004 9:02:04 PM
I want to remove title bar icon of a window.
The window should be resizable & it should have close (cross) button at
upper right corner.
I m using VB 6.
Any Help. Thanks in advance. & HOPE FOR FEEDBACK
... more >>
Title bar icon
Posted by mailme.faisal NO[at]SPAM gmail.com at 12/8/2004 8:55:52 PM
I want to remove title bar icon of a window.
The window should be resizable & it should have close (cross) button at
upper right corner.
I m using VB 6.
Any Help. Thanks in advance. & HOPE FOR FEEDBACK
Faisal Nawaz
... more >>
Is there an event for image change for a PictureBox Control? please help.
Posted by Jose Michael Meo R. Barrido at 12/8/2004 6:14:36 PM
Hi! Can u please tech me a way to know if the image in the picturebox has
changed? what event should i catch the chage?
... more >>
Crystal Reports Unbound report?
Posted by larzeb at 12/8/2004 5:28:28 PM
I need to write a Crystal Reports report by passing it an array of
objects. The report needs to cycle through the array and print an
address label for each object.
I cannot figure out how to use CR by getting data from an object. Can
anyone help?
TIA... more >>
Terminating a thread from the main thread
Posted by Charles A. Lackman at 12/8/2004 4:33:40 PM
Hello,
I have created a thread that writes data from a memorystream to the
harddrive. If the user, during the write decides to cancel the operation, I
call Abort on the thread.
i.e.
Private Sub WriteToDiskButton_Click
MyThread= New Threading.Thread(AddressOf WriteToDisk)
MyThread.Sta... more >>
Path.GetFullPath and ":"
Posted by Mark Urish at 12/8/2004 3:39:16 PM
I want to make sure that a filename is an "absolute path" (ie. has a drive
spec. and root, or else is a UNC path) if it isn't already one.
Path.GetFullPath seems to do the trick, except there is one thing in the MSDN
documentation that makes me nervous.
MSDN says that GetFullPath will thro... more >>
Understanding ASP Namespace and RunAt
Posted by Keith Spitz at 12/8/2004 2:35:02 PM
Please forgive if this isn't the right place for this question...
A data grid contstructed in ASP .NET (in a .aspx file) might look like this...
<asp:DataGrid ID="dg" RunAt="server" ...>
<asp:TemplateColumn>
<ItemTemplate>
<asp:Label ID="lbl" RunAt="server" .../>
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Unique email/messaging requirement!!!!
Posted by Rupa at 12/8/2004 1:09:04 PM
Hi,
We have a unique email/messaging requirement. We have a Windows application
in VB.NET. Our customers need to be able to send email or a message to our
server. But the catch is that they do not have an exchange server or any SMTP
mail server. All we can count on is that they have an intern... more >>
Windows Service uninstall
Posted by tuuky at 12/8/2004 1:07:06 PM
I've created a Windows Service in C# and an installer project for it.
I installed the service using the packaged installer project and the service
was installed correctly and it runs fine.
I've since made some changes to this service.
I then proceded to uninstall it (Add/Remove Programs) to... more >>
Executing VS.NET ERROR: Ms development environment has not been installed for the current user
Posted by Barry G. Sumpter at 12/8/2004 12:31:25 PM
Can get VS.Net to execute properly.
I'm not the only one having this prob.
The registry deletions don't work for me.
Any users of MVPs have a solution for this?
... more >>
creating a .net setup project in vs 2003
Posted by pbj at 12/8/2004 11:43:04 AM
my application was created in vb.net, vs 2003. the setup project was also
created in vs 2003. one of my application reviewers reported this:
The .Net link that is included in the setup is not the correct link, it's
outdated. The link should be changed from this:
http://msdn.microsoft.com/libr... more >>
Impersonate user from ASP.NET - access to network file share
Posted by Michelle NO[at]SPAM bwalk.com at 12/8/2004 11:31:21 AM
Hello!
I have an ASP.NET application (1.1 framework) that needs to be able to
read/write files on a network share. The access to this file share
will be fairly restricted, so I need to impersonate a specific user
account on our domain in order to gain access. The impersonation is
only needed... more >>
Progressbar vertikal instead of horizontal ??
Posted by Peter Stojkovic at 12/8/2004 11:00:38 AM
This is a multi-part message in MIME format.
------=_NextPart_000_0008_01C4DD15.2654CD40
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Progressbar vertikal instead of horizontal ??
I Want use a progressbar VERTIKAL instead of horizontal !
... more >>
Error 1704 .Net Framework Install Currently Suspended
Posted by CMan at 12/8/2004 10:54:04 AM
Hi,
We are currently trying to install .Net Framework v.1.1 on a server which
already has v1.0.
We are receiving the following error.
Error 1704.An installation for Microsoft .NET Framework SDK (English) is
currently suspended. You must undo the changes made by that installation to
conti... more >>
NotifyIcon Doesn't Disappear When Program Closes
Posted by Phil Galey at 12/8/2004 10:44:18 AM
VB.NET 2002 on Windows 2000 SP 3
When I start my program, the NotifyIcon appears in the tray, as it should.
However, when I close the program, the NotifyIcon remains until I hover over
it with my mouse. If I don't hover over it to make it disappear and then
open the program again, another one... more >>
Streaming with System.IO and System.Net
Posted by Charles A. Lackman at 12/8/2004 10:33:43 AM
Hello,
I have an app that has a process bar on it and it sends and retrieves data
back and forth to a web page using WebRequest and WebResponse. The stream
is received from the web page and written into a memorystream then written
to a file on the hard drive. When the app's start button i... more >>
SecurityException: Requested Registry Access is not allowed
Posted by Scott Emick at 12/8/2004 9:58:59 AM
In my visual studio (enterprise arch. 2003) when I try to open my projects,
or add to a project a component (vb windows project)
I get a big red X inside a red frame and the error pops up:
The following exception has occured:
SecurityException: Requested Registry Access is not allowed.
I... more >>
Obtaining web resource parameters/information.
Posted by Alfetta159 at 12/8/2004 9:29:02 AM
I'm dealing with the System.Net Namespace particularly using WebClient
classes. I'd like to be able to query or obtain information regarding web
resources such as href'fed graphic files or other linked pages without
actually downloading.
I admit that I'm not even sure if http supports that.... more >>
ASP.NET and Windows Services
Posted by JXT at 12/8/2004 9:17:09 AM
I have created a Windows Service that I would like to Start/Stop from
ASP.NET. I can access most of the properties of the ServiceController class
without any issues. When I attempt to Start or Stop the service from my web
form, the following error is generated:
System.ComponentModel.Win32... more >>
Which layer do you build the connection string?
Posted by H at 12/8/2004 9:11:31 AM
This is a question that has haunted me for quite some time.
if you build a 4 tier database application where the 4th tier is the
database server (MS SQL 2000), where do you build the connection string?
The obvious answer is to hard code it into the middle layer and use a config
file.
Th... more >>
Looking for free POP3 server for unit testing
Posted by Eric Marthinsen at 12/8/2004 8:13:03 AM
Hello-
I want to set up a small, reliable, local POP3/SMTP server to use in
conjunction with some unit tests. I want to be able to send a message and
quickly test to make sure it arrived and to run a few regex matches on the
content to make sure it has the right content. Does anyone ... more >>
Move file to remote computer
Posted by Eje at 12/8/2004 7:46:10 AM
I need to move files from one computer to another using
VB in .Net.
I have tried System.IO.File.Move but this command seems
to function only between locations on the same computer.
I have mapped the path to the other computer so I can
refer to it by using a drive letter ("R:\").
Is there a... more >>
Cannot install service
Posted by Harshad at 12/8/2004 6:35:03 AM
Two questions.
1) I followed Walkthrough of Win Service App. At the end, when I run Setup
it complains about incorrect user and/or password. Where does it look for
userid? I have logged in as Administrator.
2) Why cannot I install the service with ServiceName.exe /install command as
I ... more >>
|