all groups > dotnet general > october 2003 > threads for tuesday october 28
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
Can someone point me in the right direction?
Posted by John Osborne at 10/28/2003 11:18:41 PM
I'm a beginner at this programming thing (C# and VB/VB.Net) but I have
been given a task that I don't even knwo how to start to accomplish.
I'm not asking anyone to write the code or anything, just to point me in
the right direction if you can.
The situation is this... My boss w... more >>
Deploy solution localization in Dutch and Finnish
Posted by Robbie De Sutter at 10/28/2003 8:17:21 PM
Hello,
When I create a deploment solution (VS.NET 2003 Academic), I can choose
one of the eight supported languages (localizations (chinese, english,
french, german, italian, japanese, korean, spanish)), but I need to
distribute my program in an other languages.
Currently I need the Dutc... more >>
Can anyone help please ASP.NET
Posted by Dave at 10/28/2003 7:48:13 PM
this is probably a really easy one to solve, but i have only been
programming dot net for a couple of weeks, i have a webform with a couple of
dropdowns, and a calendar which pops up after pressing a button, the problem
is that when a date is selected the dropdowns lose the selected item and
eit... more >>
release mode static initialization error
Posted by roger at 10/28/2003 7:24:25 PM
Here's a weird one...
The code below works just fine when I build in DEBUG mode.
Today, I tried to build my solution in RELEASE mode, and
immediately fell over this problem - apparently something
in the order or sequencing or something regarding static
initialization.
Consider this clas... more >>
Visual studio .NET installer is launching
Posted by Bragadiru at 10/28/2003 6:42:04 PM
I installed visual studio .net on my W2k workstation. Now, whenever I'm
doing a search (F3) or run a particular application, the visual studio .NET
installer is launching and I have to cancel it several times before I can
continue. What should I do to avoid this ?
Thnx for any advice
... more >>
makes-no-sense DBNull Errors
Posted by Anna Lin at 10/28/2003 6:18:08 PM
Hi all,
I am re-posting this message with more information. We
have been getting an error (see error message) frequently
on this line.
ElseIf dsOrder.Tables("tblItem").Compute("Sum
(ItemQuantity)", "ItemQuantity > 0") > 99 Then
The ItemQuanity value can never be NULL since we use IS... more >>
VS.NET 7, Strict=ON, VB problem
Posted by Marc Champagne at 10/28/2003 5:19:23 PM
Hi folks,
With the following code sample in a window's form (VB.NET
7)...
Structure CustomerRecord
<VBFixedString(12)> Public IDee As String
<VBFixedString(45)> Public Name As String
End Structure
Shared CusRec As CustomerRecord
Shared Cust(500) As CustomerRe... more >>
VB.NET 7, printing to a printer directly
Posted by Marc Champagne at 10/28/2003 5:18:30 PM
Hi folks,
I wish to print on pre-printed continuous forms on a dot
matrix printer.
My initial intent was to access to printer directly (in raw
mode, somehow) in order to send whatever is necessary to do
the job.
I had to try... but FileOpen does not permit opening LPT1.
From what I ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
VS.NET 7 - Deployment Project Blues
Posted by Marc Champagne at 10/28/2003 5:16:43 PM
Hi folks!
I have built a VB project in VS.NET 7 which also includes a
deployment project.
Everything builds ok.
When I install the setup package, it installs without a
glitch.
Then all subsequent runs of the application via any shortcut
that was made in deployment that refers to "Sh... more >>
AD
Posted by Garfield at 10/28/2003 5:06:23 PM
Hello with all I have a large problem with a development AD here my code
objDE = New
DirectoryEntry("LDAP://Server/CN=Users,dc=local,dc=domain", "user", "mdp",
AuthenticationTypes.Secure)
Dim newObjDE As DirectoryEntry = objDES.Add("cn=Test1", "user")
newObjDE.Properties("sAMAcc... more >>
.NET app is changing current directory
Posted by John Bauer at 10/28/2003 5:03:36 PM
Our windows forms app appears to be changing its current directory without
any code performing this action. At some random time during the day, the
current directory will be switched to:
C:\Program Files\Common Files\System\Mapi\1033
There is no code in the app to do this. Any ideas what cou... more >>
Connection Exception
Posted by Andrew Chalk at 10/28/2003 5:03:33 PM
When I try to run my WinForms app. I get the exception below while trying to
connect to a remote database with the following connect string:
private static string sCon = "NETWORK library=dbmssocn;data
source=192.168.0.6,1433;initial catalog=Fred;user ID=IUSR_AJC2;Password=";
Unhandled Except... more >>
Installing VS .NET 2003 Academic on 2 Machines
Posted by quentincompson at 10/28/2003 2:00:56 PM
can i do this? it seems as if this version of vs .net has that whole
activation thing....
i assume that prevents me from installing it on 2 boxes at the same time,
correct?
... more >>
Plz help. SQL help needed.
Posted by Eva at 10/28/2003 1:54:25 PM
Hi,
Im new to Vb.net and am trying to create my first
practice project. The problem iv encountered is to do
with SQL queries issued against my Access DB iv created.
i want to wright a query that will pull all the caravan
details that are available at a partuclar date which will
be enter... more >>
Datagrid
Posted by Tonya at 10/28/2003 1:39:03 PM
Hi,
I need help on datagrid control. I am currently using it
to display all the data from a particular table from my
DB. What i want is the ability for the user to select a
row (the whole row and not individual items. I want to
avoid giving the user the ability to select an indivdual
it... more >>
Connecting in a database
Posted by Sukist at 10/28/2003 10:34:23 AM
Hi all !
I=B4m with a problem to make a connection in my application.
I=B4m in VB.net, and using a sql2000 database. When I=B4m try=20
to connect to database, I can open the connection, but=20
can=B4t execute a stored procedure. My code is:
<code>
Dim objConn as New SqlConnection("Password=3D1... more >>
Endless Loop refreshing DGrid after Updating another DGrid
Posted by Derek at 10/28/2003 9:55:42 AM
I am trying to refresh one datagrid after updating
another datagrid. I can not call BindData for one under
the other bind sub because it creates an endless loops on
page load. Is there way to rebind without the loop or
how could I call page.refresh or at least close the
window after one ... more >>
How to Compile Program?
Posted by ping at 10/28/2003 9:41:57 AM
Hello everyone!
I had already installed VC6.0 in my computer, then i installed the Vs.net.
I wrote some programs of vs.net with the UtraEdit and compiled them in
command line. For example, i wrote a program of Hello World with C#
language:
using System;
class MainApp
{
... more >>
.NET applications run under any Windows operating system?
Posted by edith at 10/28/2003 9:18:56 AM
I was wondering if I create an application using vb or
c# .NET and install it in several differents windows
operating systems (win95, win98, win2000 professional), it
will run ok? Does it matter the os to run an exe file
created under vb .NET or c# .NET????? I really appreciate
your help .... more >>
.NET OutOfMemoryException
Posted by Peter Aberline at 10/28/2003 8:06:12 AM
Hi all,
We have written a C # .NET application and we're
encountering memory problems in the form of
System.OutOfMemoryException.
Our application creates many thousands of objects in a
temporary in memory store, which uses a lot of runtime
memory. Not an ideal situation, but an acc... more >>
ASP Calendar
Posted by Greg at 10/28/2003 7:24:34 AM
How do you get rid of the days of the month that are not
in the month selected in a calendar control? For
example, I have a calendar control that shows November,
at the beginning and end of the calendar you can see the
end of October and the first few days of December. All I
want is Nove... more >>
DB Queries
Posted by Kerry gracefield at 10/28/2003 6:01:43 AM
Hi,
i wanted to find out how i can create another sql command
withing the same connection. Currently i have a datagrid
on a page that pulls all the coloumns from a table. What
i want is another query on the same page to do some other
functions. do i need to add and configure anothe
OLED... more >>
vb.net coding
Posted by Tonya at 10/28/2003 2:58:12 AM
Hi,
Iv just got a quick coding question for vb.net. I have
currently got 10 checkboxes on form2 and a listbox on
form one. what i wanted to do was allow the user to check
any of the checkboxes on form2 and have those that are
selected to be diplayed on the listbox on form1.
how should ... more >>
|