all groups > dotnet general > august 2006 > threads for monday august 21
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
Wanted: .NET Infrastructure book
Posted by froowstie at 8/21/2006 9:48:31 PM
Hi folks,
I work in IT, but on the infrastructure/engineering side. At work I'm now
being asked to design infrastructure solutions to support new .NET
applications. Typically, this infrastructure must be highly available and
support things like load balancing etc.... the only problem is I d... more >>
Does Atlas disable JavaScript functions????
Posted by Bruce One at 8/21/2006 6:08:31 PM
When I put an UpdatePanel (Atlas control) araound my ServerControls they all
seem to vanish from the page (I cant find them in my source page...). So the
browser fires an exception telling the control does not exist if I try to
execute the JavaScript function document.getElementById...
Any ... more >>
Combobox with MultiLine TextBox
Posted by Pieter at 8/21/2006 3:22:25 PM
Hi,
Using this Multiline
Combobox(http://www.vbcity.com/forums/faq.asp?fid=15&cat=ListBox%2FComboBox#TID58434),
doesn't allow the user to type multi line text in the texbox-part of the
combobox. Does anybody has any idea how to achieve this? What should I
override to draw a multiline-text... more >>
bizarre program termination
Posted by Lee Crabtree at 8/21/2006 1:23:25 PM
My app is being written in Visual C# Express. I've started to have a
rather bizarre program termination. It's not very consistent, but I've
noticed this line in the Output window:
The program '[3436] app.exe: Managed' has exited with code -1073741819
(0xc0000005).
A quick google search... more >>
Importing data into SQL Express
Posted by RichG at 8/21/2006 12:21:02 PM
Hi (hope this is in the right forum)
We have an app that was done in FoxBase 2.6. We need to pull the data into
SQL Express. We have some data in the new app now via mapping DBF's to an
Access 2003 MDB then up sizing. Since we upsized the MDB we have made
structure changes to the MDF.
I w... more >>
How to get Title when Drag and Drop link from IE to my app?
Posted by Staal at 8/21/2006 12:06:02 PM
My C# application supports drag and drop of files, folders, shortcuts and
links from other applications into mine. This all works pretty nicely,
except that I am trying to get a little more information when a web link is
dropped onto my application from Internet Explorer.
When you drag the... more >>
Delete Key behavior
Posted by Joemanc at 8/21/2006 11:43:01 AM
I've converted my VB6 app to VB.NET 2003. For some strange reason, the delete
key will not work in any of my textboxes in the application. The backspace
key works just fine. The delete key works in textboxes in VB6. Is there some
new event that I need to code for the delete key in VB.NET?... more >>
Most recent file
Posted by Lee at 8/21/2006 10:39:01 AM
I have an application where I need to find the most recent file placed in a
folder. For example, my users periodically place an image file with the
format "ImageXXXX.jpg" (where XXXX is some arbitrary number) and I need to
get the latest file in the folder. Does anyone have a .NET solution t... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
creating a compile time error... is it possible?
Posted by ThunderMusic at 8/21/2006 9:53:07 AM
Hi,
I'd like to create a compile time error in my class... maybe there's a way
already built in in the framework so I can achieve what I want... I have 2
constructors in my class. One of them has mandatory parameters, I mean, they
should not be null nor empty (for strings). So I'd make the ... more >>
deploying database files
Posted by lord.zoltar NO[at]SPAM gmail.com at 8/21/2006 9:45:40 AM
Hi,
I'm wondering how I deploy a database with an application.
I know that I can require SQLServer Express to be installed, using the
ClickOnce deployment system, but I also need to know how I can include
the database files and have them installed into SQLServer Express as a
part of the install... more >>
a list of the most common CLR's out there
Posted by Marcus at 8/21/2006 9:40:24 AM
I need a list of the most common CLR's out on the market today.
I want to distribute my software which is compiled in VS2003 (c# code).
In my setup project I list all the runtimes that I know of which my
application will target.
Since my application is compiled with VS2003 it targets CLR 1.1.4... more >>
Am I allowed to distribute the CLR with my application
Posted by Marcus at 8/21/2006 9:05:04 AM
My c# application that will be for sale very shortly depends on the
customer having a CLR installed (anyone of the CLR's that I have
mentioned in my setup project).
I would like to include one of these CLR's in my setup project, is this
legally OK?
... more >>
Suggestions on deploying VB.NET app via Network share?
Posted by tendim NO[at]SPAM gmail.com at 8/21/2006 5:10:28 AM
G'day group.
Currently our organization us using VB6 based applications, and I am
trying to push forward and migrate some of the smaller things to
VB.NET, eventually migrating all applications from VB6 and other legacy
languages/systems (Pure VBScript, DataEase, etc.) over to .NET.
Currentl... more >>
My.Settings value problem in VB2005
Posted by John S at 8/21/2006 3:05:01 AM
Hi,
I'm trying to store the value of an LDAP Filter string in the app.config
file of a VB2005 application.
I've made the following entry:
<setting name="LDAPFilterSring"
serializeas="String">
<value>"(&(objectcategory=person)(objectclass=user))"</va... more >>
Language Support!!
Posted by neh.chan NO[at]SPAM gmail.com at 8/21/2006 1:28:07 AM
How do u implement multiple languages support [English, Spanish,
French, German etc..] for a web application in .net 2.0??
... more >>
How to get all Http Headers
Posted by Max at 8/21/2006 12:37:37 AM
hi
In my application i allow user to send mail. now for security perpose
when any user send mail using application i want to store all the http
headers of the user so that i can track the user, means from which IP
mail was sent and other such information. so how i can get all the http
header ... more >>
Stored procedures in dataset
Posted by Jon Haakon Ariansen at 8/21/2006 12:00:00 AM
Hi all,
I don't know where to publish this question but hope this newsgroup is okey.
I'm working in Visual Studio 2005 and are now creating a dataset file where
I will do all the transactions with the database.
I have a consumer table where I want to insert, update and delete consumers.
... more >>
|