all groups > dotnet general > august 2005 > threads for monday august 29
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
to bulid a intranet application which is best suited,vb.net or asp.net.
Posted by ds at 8/29/2005 9:38:50 PM
hello,
i want to know the difference between vb.net and asp.net in intranet
application.
to bulid a intranet application which is best suited,vb.net or asp.net.
i want to know the performance difference.
ds
... more >>
Member declaration
Posted by Tom at 8/29/2005 7:12:09 PM
If a class member is declared as
Public Shared Function foo(ByRef a As aObject, ByRef b As Integer) As
Integer
are references a and b at risk of collision (overwrites) even though
they are passed by referece?
... more >>
Internet connection detection
Posted by ThunderMusic at 8/29/2005 4:19:17 PM
Hi,
probably the question have been asked many times, but I can't find the
answer anywhere. Is there a way to detect if an internet connection is
active? just like Internet explorers detect you are offline when you try to
open it when not connected (then asks if you want to connect or work
offl... more >>
Blank text dialogs during deployment
Posted by dwaine at 8/29/2005 2:07:02 PM
I HAVE done this before, but can't figure this out. It's not critical, just
an annoyance.
Added RTF files to a standard deployment project, then "Read Me" and
"License Agreement" dialogs and set their file properties.... but
I get blank dialogs during install!!!
Any ideas?... more >>
Problems indexing Catalog..
Posted by Michel Moreno at 8/29/2005 2:02:56 PM
Hi everybody, i would like to query the Index Catalog, for a site, as
describe in the article:
http://support.microsoft.com/default.aspx?scid=kb;en-us;820105
But i'm having an error, I don't know what to do.
Please help me.
Thanx in advanced.
Michel
Here is the error.
Server Error in '/' ... more >>
Master Pages Vs Page Inheritance
Posted by nLella at 8/29/2005 1:52:47 PM
Hello,
I am trying to implement page templates in my web application.
I am using frame work 1.1. Can you suggest me, if I have to go with Master
pages(dll developed by asp.net team) or use page inheritance instead?
any help will be appretiated.
Thanks... more >>
sum of elements of integer array
Posted by Frank Xia at 8/29/2005 1:52:24 PM
Is there a concise way to sum the elements of an integer array? If the length
of an array is long, what is the best coding way to sum a range of the
elements of the array?
Thanks for any help!... more >>
VB.Net Application with no forms.
Posted by SpudFlubber at 8/29/2005 9:59:37 AM
I am trying to write an application that has no forms so I can make it
launch a webpage and not have to rely on the Favicon for it's icon. Can
someone point me to the direction for the application running without
having to use a form?
Jon
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Function expecting System.Guid - invalid cast problem
Posted by crawfordn NO[at]SPAM gmail.com at 8/29/2005 9:49:47 AM
Hi there,
I'm trying to utilize the WSUS API to create my own custom reporting
agents.
I'm using iUpdateServer.GetComputerTargetGroup, which is defined as
follows:
Public Function GetComputerTargetGroup( _
ByVal id As Guid _
) As IComputerTargetGroup
Implements IUpdateServer.GetCompute... more >>
Listbox, DataView, DataTable, and System.Data.DataRowView
Posted by GeraldBauer at 8/29/2005 8:34:10 AM
I am experiencing some weird behaviors with the listbox and dataview.
Here is a boiled down code snippet of what I am trying to do.
<snippet>
string MENUID = "MenuId"
, ITEM = "Item"
, MENU_ENTRY_ID = "MenuEntryId";
private void populateMenu()
{
DataView dv = _ds.Tables["Menu"].Default... more >>
FSO
Posted by Andy at 8/29/2005 7:12:02 AM
Are there any good references out there for FSO coding in .NET? I have
limited experience with .NET so I would be looking for some code examples as
well. I would like to view a directory and dynamically populate a web page
with a link to every file in the directory.
Any help is appreciate... more >>
activeX dll
Posted by ahmed khairy at 8/29/2005 6:15:02 AM
i've developed a user control using C# and turned it into a dll so that i can
use it on the web on an html page. however i need to put that dll in a cab
file so that it registers itself correctly on client's PCs. each time i try
to register it using regsvr32 it comes up with the error, that th... more >>
License check?
Posted by Bob at 8/29/2005 6:07:12 AM
Hi,
I have a program that I want to provide for install using a Windows
Installer. It is written in C# and has a support class for checking
validity of licenses, based on a license file.
It is easy enough to use this when the program is installed, but how do
I make the Windows Installer use t... more >>
Need best practice on handling exceptions caused by the Dispose me
Posted by Johannes Hansen at 8/29/2005 5:42:53 AM
What are the best practice on handling an exception caused by a Dispose
method when its called from inside a loop? Wrap the entire loop in a
try-catch or do the try-catch on each iteration to get as many of the object
Disposed as possible?
Take the following example:
Bitmap[] bmpArray = ... more >>
Empty fields in databinding
Posted by Savvas at 8/29/2005 12:13:45 AM
Hi
I have date/time fields in database access table and i would like to be
able to have the choice to be empty when i click the submit button in
my vb.net form.
In the click event of the submit button i have the following code:
Me.comInsertIC.Parameters("expirydatecoke05lpet").Value =
Me.t... more >>
How to create a popup menu with icons
Posted by Ignasi GirĂ³ at 8/29/2005 12:00:00 AM
Hello everyone
I wonder if exists any way of creating a popup menu (ContextMenu) where
every option has an own icon.
Thanks!
... more >>
|