all groups > dotnet general > february 2004 > threads for sunday february 22
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
Assigning Icon to startup file
Posted by AW at 2/22/2004 7:51:13 PM
I hope that this is the right place to pose this question.
I'm a newcomer to VB.net and have not been able to work out how to assign an
icon to the projects
start up folder when compiling the project for distribution.
Please can any one point me in the right direction.
Thanks
Al@n
... more >>
Security issues relating to submitting href links and text:
Posted by Chipmunk at 2/22/2004 6:44:02 PM
I am currently developing a website (ASP.NET) which allows users to
submit a web form containing a href link in one field and descriptive text
in another field. The records will stored to varchar columns in a SQL Server
2000 database and hosted by a 3rd party ISP. The list of links will then ... more >>
Dynamic loading and debugging
Posted by hOSAM at 2/22/2004 5:09:01 PM
Simple question: How can I debug inside an assembly which I loaded using
Assembly.Load ?? I use VS.NET 2002.
... more >>
UCOMIStream, MSHTML and WebBrowser control Persistence Problem
Posted by Charles Law at 2/22/2004 5:08:39 PM
Sorry for the cross post, but I'm not sure who is best placed to answer this
one.
This is the most bizarre behaviour of MSHTML and streams.
I have a WebBrowser control that contains nothing but some default HTML. I
want to copy the document and modify it before saving it to disk.
So, I cl... more >>
Sad Direction MS Indigo moving away from WS Standards
Posted by Roseanna80 NO[at]SPAM hotmail.com at 2/22/2004 4:00:57 PM
So with MS looking towards Longhorn Indigo messaging, for Service
based Applications Integration, its brief dalience with adoption of
industry wide Web Service standards is over. This is a major
dissapointment we were looking towards a more positive attitude
towards interoperation with third pa... more >>
COM and MultiThreading
Posted by Murad Tchary at 2/22/2004 12:21:41 PM
Hi
Here is the code that I use in my app and that code works just fine:
loProcessThread = New Thread(AddressOf ProcessSomething)
loProcessThread.IsBackground = True
loProcessThread.Start()
'Wait until some data will be ready to be use ...
Do
... more >>
How to programmatically select items (rows) of a ListView in C#.NET?
Posted by Dave Wijay at 2/22/2004 11:36:05 AM
Hi
Does anybody know how to programmatically select items (rows) of a ListView in C#.NET
Thanks in advanc
Dave... more >>
HHTP file download:
Posted by Bryan Martin at 2/22/2004 11:29:26 AM
Ok im trying to figure out how internet explorers file download box always
seem to at least come close to knowing the exact file size/time to download.
From what I can tell its getting its not getting its info from the
content-length. I know this because I can test query against a apache box
th... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
.NET Deployment to large drives fails - update
Posted by afh3 at 2/22/2004 10:42:59 AM
I have a client for whom I have developed several ASP.NET applications and
web services.
They recently upgraded their web servers to very large (>2TB) storage
capacities.
*UPDATED INFO*
I tried installing the applications on an array of approximately 1TB in
size, and the setup fails with d... more >>
Newbie: Show child window
Posted by Grodon Knote at 2/22/2004 8:41:05 AM
H
I'm just a confused newbie, so please excuse this question: In one of my click- handlers of my main form, the following shall happen: A new window shall appear, that gives the user some information about what the main thread is doing (some status). But which "Show" function shall I use
I decla... more >>
Upload file under VPN
Posted by Selena at 2/22/2004 7:21:05 AM
I have vb.net windows application which need to upload file to server. It can run properly without using VPN. How can I run it with VPN? Is there any components or code to upload file? Or is there any method to get Ip assigned by VPN? Thank you.... more >>
Set selected item in listview
Posted by Sam Johnson at 2/22/2004 3:26:05 AM
H
how can I SET the selected item in a listview control
Thank
Sam... more >>
Could not access CDO.Message
Posted by neil_stevens NO[at]SPAM blueyonder.co.uk at 2/22/2004 2:15:22 AM
Hi,
I am getting an exception thrown when i am trying to send mail using the
following code
Dim msg As MailMessage = New MailMessage()
msg.From = Forum + " <" + forum@developer-source.co.uk + ">"
msg.To = TestUser+ " <" + neil_stevens@blueyonder.co.uk + ">"
msg.Subject = subject
I... more >>
|