all groups > dotnet general > november 2003 > threads for tuesday november 11
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
msdev.exe is gone under visual studio 2003
Posted by schouwla NO[at]SPAM yahoo.com at 11/11/2003 11:04:59 PM
Does any one know what msdev.exe was replaced by since Visual Studio 6.0?
Lars... more >>
Can Anybody tell me???
Posted by VBNetUser at 11/11/2003 10:40:52 PM
Hi
I have a text Box control.I have written some code in its
vadating event. When I close the form through forms's cross
(X) button. then also the validation fires.how to prevent
it. because it does't happen in vb6 Forms.
Please Suggest me.
Thanks in Advance
VBNetUser
... more >>
How To: Work around a Users Region Setting (Date issue)???
Posted by JamesBV at 11/11/2003 9:20:40 PM
My PC's Region setting is set to "English (Canada)"... cause I am in Canada
(eh?) (: I'm using VB.net, standard edition (v1?)
So I wrote my application based on this Region. I've both Short and Long
dates being displayed (including a DateTimePicker).
BUT... at work, there are some machin... more >>
How to hide the DOS console of a program started by a dotnet application on Win98
Posted by Jason Han at 11/11/2003 8:45:19 PM
I have a .NET Windows application which launches another .NET console
application using
Start() method in the Process class. I set the StartInfo.CreateNoWindow to
true. But
on Windows98, the console still shows up (on XP and 2000, no window shows
up).
Could anyone tell me how to hide the con... more >>
Permission to Create a File in VB .Net
Posted by fripper at 11/11/2003 8:40:23 PM
When testing a VB .Net application on my system (with IIS installed) I get
an error message when using the fileopen function and the file does not
exist ... i.e. I want fileopen to create the file. The message I get is:
* * * * *
Access to the path "c:\inetpub\wwwroot\_private\(filename)" i... more >>
system reboot (crash) after .NET program closes
Posted by Chris LaJoie at 11/11/2003 8:01:47 PM
We (My team and I) are currently developing an application that works fine
on 3 of our dev machines, but our 4th is having a problem. It's an old P3
733Mhz with 192MB RAM and running XP Pro. It runs the program we're
developing just fine, until it tries to close. About 60-70% of the time, it
... more >>
HLP: e.HasMorePages = True (NOT)
Posted by Mr. B at 11/11/2003 7:41:44 PM
VB.net (standard)
I'm experiencing some difficulties in printing multiple pages using Print
Preview.
The following is my main parts of my printing subs (excess info deleted for
your viewing pleasure). For a single page, the print preview (and an actual
print) are OK. Getting the .HasMoreP... more >>
Serialization
Posted by Arran Pearce at 11/11/2003 6:42:37 PM
Hi,
I have just looked at serialization (to a file) and was surprised how easy
it seemed to be. Are there any issues when serializing objects? or is it
really just that easy and powerful and I am looking for problems?
cheers for any info.
Arran
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
security problem
Posted by Miguel Angel Dinelli at 11/11/2003 5:19:01 PM
Hi, all
iI´m trying to connect to web server and I got this message:
An application error occurred on the server. The current custom error
settings for this application prevent the details of the application error
from being viewed remotely (for security reasons). It could, however, be
... more >>
Adding "Attributres" to ListBox
Posted by Jim Douglas at 11/11/2003 5:00:25 PM
I don't know if I can do this or not. I want to add the Date1, Date2, Date3
attributes to the select option. Any help is appreciated!
<select id="txtProject">
<option Date1="01/01/2003" Date2="01/05/2003" Date3="01/06/2003">AR
Balance</option>
</select>
Thanks!
--
Jim Do... more >>
MS Access concurrency exception
Posted by Charlie Williams at 11/11/2003 4:37:36 PM
I am having difficulty performing updates and deletions
on an Access database using the Update() method of the
OleDBDataAdapter. I can insert rows without a problem,
but I get a concurrency exception when trying to update
or delete.
I am quite sure that no concurrency conflicts actuall... more >>
FileSystemWatcher
Posted by jlea at 11/11/2003 4:14:05 PM
I'm trying to watch a file from my XP-Pro workstation to either a Win2000 or
a NT4 machine and everytime I try to set the path property to something such
as \\PDC1\cdrive\ I get a system.nullException error.
Anyone have any ideas? Does this work? It works just fine on my local
machine: "c:\abc... more >>
calculation only works once in debug mode
Posted by rodger at 11/11/2003 4:04:45 PM
hi all,
I have a form with two text boxes, a go button and a formula in the code
to perform a calculation a value is entered in one text box, and press
buttonm
a result is computed which is entered in the second box.
This functions the first time that I run the form in debug, but only ... more >>
Odd character returned when using Encoding.UTF8.GetString(MemoryStream)
Posted by Chris Lacey at 11/11/2003 3:16:00 PM
Is anyone aware why the following code (intended to write XML into a
memory-based XmlTextWriter, and return the complete document as a string)
produces badly formed XML due to the resultant string always commencing with
a question mark
string xmlRequestString;
MemoryStream memoryStream = new ... more >>
Issue with VS.NET talking to SQL Server
Posted by Frodo at 11/11/2003 3:13:32 PM
I have a problem establishing a link between Visual
Studio.NET 2003 and SQL Server 2000. Both are installed on
a Windows Server 2003, standard version.
Visual Studio.NET Issues
===================
From Visual Studio.NET 2003 I attempt to ‘Connect to a
database’
The ‘D... more >>
Newbee question about SQL and Datagrid
Posted by EMW at 11/11/2003 3:07:42 PM
I've posted serveral times to get an answer, but till now still now
satisfying answers.
Here is my problem:
I have filled a datagrid control with the contents of an Excel sheet.
Over 3500 rows of information.
I used a dataset which I then binded to the control.
That worked.
Now I wa... more >>
open New form and hide old
Posted by rodger at 11/11/2003 2:50:19 PM
i use the following code to move to another form with in my VB .net project,
Dim myForm As New Form2()
myForm.Show()
however form one remains open,
how can i hide form1,
Roger
... more >>
"The dependency <myAssembly> could not be found." displayed during compilation
Posted by Ray at 11/11/2003 12:07:04 PM
Hi,
I am receiving this message in the output during
compilation; it is not an error nor a warning. I have
<myAssembly> as a library assembly included as part of my
solution, and I have also added it as a reference in my
project.
This does not seem to have any side effects as it doe... more >>
VS.NET 2003 IDE startup delay when connected to network
Posted by ng950 NO[at]SPAM yahoo.com at 11/11/2003 11:54:05 AM
Hello!
I have following developing environment:
Visual Studio.NET 2003
..NET Framework 1.1
local ASPNET account exists
Windows XP Professional
All worked perfectly for months.
Since yesterday opening IDE (Start -> MS Visual Studio.NET 2003)
WITHOUT loading any file or project or sol... more >>
disable ALT+TAB
Posted by tom at 11/11/2003 11:35:03 AM
Hello,
How can I disable ALT+TAB?
I've already done it for ALT+F4 by trapping
windows message 16 in the WndProc override of a form.
Does anyone know the windows message for ALT+TAB?
thanx
t... more >>
API or Assembly for Windows Server 2003 POP3 svr
Posted by Nicholas Then at 11/11/2003 11:04:34 AM
Is there a way that I can tie into the POP3 server on
windows 2003 so that I do not have to run command line
applications all the time? Maybe as an API or .NET
Assembly?... more >>
TextBox numerical values
Posted by rodger at 11/11/2003 10:23:04 AM
Hi all,
how do I set a Textbox to only accept numerical values in vb .net
many thanks
rodger
... more >>
Detect whether DotNet Framework installed
Posted by zZ at 11/11/2003 8:14:48 AM
Hi All,
I need to detect the framework installed from both VB.Net and VB6. Can
someone give me an hint?
Thanks for any tip.
Kind regards,
Zen
... more >>
VB.net exec command line program
Posted by Nicholas Then at 11/11/2003 7:37:07 AM
I am writing an application that will call a command line
application. Basically I have set up the windows 2003
POP3/SMTP service and to change a password of a mailbox,
I need to execute the following program:
winpop changepwd somename@domain.com SomePassword
I have the folowing code in... more >>
Code to append to resource files
Posted by Nick at 11/11/2003 3:43:37 AM
I am trying to add to existing resource files in vb code.
The code below seems to overwrite the resource file, even
though I use OpenOrCreate file mode.
Dim fs As New FileStream("c:\items.resources", _
FileMode.OpenOrCreate, FileAccess.Write)
Dim writer = New ResourceWriter(fs)
w... more >>
Difference between a System Architect, Solution Architect, Application Architect, and Technical Architect
Posted by vicksoulios NO[at]SPAM spherion.com at 11/11/2003 3:06:35 AM
Hi Folks,
I'm not too sure if this is the appropriate place to ask this
question, but I'm trying to figure out what some of the main
differences between the following Job roles are on an IT Project:
* - System Architect
* - Solution Architect
* - Application Architect - Is this the same as... more >>
System.Net.Sockets.SocketException
Posted by paulbubach at 11/11/2003 1:59:18 AM
Hi @all,
we have the following problem. We have developed an
application with the Visual Studio.Net 2002 and the project
runs on it. But now we have change the version of the
Studio and now we use the Visual Studio. Net 2003
enterprise architect and now we get the following exception:
System... more >>
How can I retrieve the window directory in C#???
Posted by Hans at 11/11/2003 12:57:11 AM
Can anybody tell me how I can get the windows directory
in C#?
Tanx, Hans... more >>
|