all groups > dotnet general > august 2006 > threads for friday august 4
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
Survey: Enterprise Architecture and Software Development
Posted by james NO[at]SPAM architectbook.com at 8/4/2006 5:24:44 PM
Several prominent researchers are conducting a survey and looking for
500 respondents by Friday on the topic of enterprise architecture and
software development. Here is the link to the survey:
http://www.surveymonkey.com/s.asp?u=845572436515
After completing the survey, results are displayed ... more >>
Dynamic Panel
Posted by Dominique at 8/4/2006 5:12:01 PM
Is it possible to change the size of a Dynamic Panel and fix it?
Thanks,
--
Dominique... more >>
Developing Windows application using .NET?
Posted by wassa at 8/4/2006 3:25:05 PM
Wouldn't the fact that you need to deploy your .NET application with a
giant 23mb framework rule it out of being used for serious commercial
applications, except maybe those apps that will be huge in size anyway?
... more >>
String Woes in VB.net
Posted by Gordon at 8/4/2006 3:02:02 PM
Hi;
My goal is to remove the file name, minus the extension, from the following
string =
\\aServer\dir1\dir2\dir3\myfile.txt.
I tried all sorts of combinations of Instr() , revInstr() ex.
Dim hold as String = "\\aServer\dir1\dir2\dir3\myfile.txt."
Mid(hold, InstrRev("myFile.txt", "\... more >>
Visual Studio 2005 - (VB) Public definitions in module
Posted by Henry Jones at 8/4/2006 1:35:39 PM
I created a module in VS 2005 - Visual Basic Windows Project.
I declared two strings public
Public strConn as string
Public strSQL as string
When I tried to use these variables in my form, they haven't been defined.
What is the difference between VS 2005 and VS 2003? I did the same t... more >>
Force a Windows XP look
Posted by Maurice at 8/4/2006 12:48:10 PM
Hi all,
I have an application, designed in Visual Studio 2005, which will run
mainly on Windows XP computers.
If I run the application on a Windows XP computer having the Windows XP
Theme selected the controls look nice rounded, etc. just like in Windows
XP.
But if I run the applicati... more >>
Debugging project from unc
Posted by Chris Thunell at 8/4/2006 12:30:00 PM
I'm using VStudio2005 and working with a VB.Net windows form application.
The project is located in the My Documents folder... under a UNC shared
path.
\\fs1\users\cthunell\My Documents\My Projects (something like this)
I'm getting a SecurityException was unhandled.. Request for the Permissi... more >>
documentation Systanx
Posted by Dominique at 8/4/2006 12:25:02 PM
Hello,
Where can I find the a documentation about the syntax for the VB commands
and XML command?
hlQueuedCount.Label =
hlqueued.??? =
to see all available parameter for a field (hyperlink)
<aw:TreeDropwdown
<aw:DynamicPanel
to see all available parameter for a tree, a board, etc...
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
UpdateDB from DataSet
Posted by Al at 8/4/2006 11:45:27 AM
I have this scenario:
1. XML file with schema and data is created from SQL Server tables. XML file
contains 6 tables, some of them have rows, some of them are empty.
2. XML file is given to the person with Pocket PC.
3. XML file is used to populate DataSet on the Pocket PC.
4. User adds new ro... more >>
Visual Source Safe
Posted by M.Siler at 8/4/2006 9:18:39 AM
Two Questions:
1. Can you install Visual Source Safe on one box and the database (the code)
stored on another. I know there might be a degree of latency over the
network, but we only have 3 developers.
2. Does anyone know of any gotcha running Visual Source Safe on a cluster.
Windows 2003 ... more >>
Exception Handling Approach ?
Posted by Bruce One at 8/4/2006 5:55:01 AM
I am developing a new project in which we should have a good Exception
Handling. Ive seen there is a Exception Handling App Block in Enterprise
Library, also I could use the Try-Catch structure itself...
What would be the best Approach ?... more >>
MapPoint error - The RPC server is unavailable.
Posted by Kath at 8/4/2006 4:05:01 AM
Hi,
I hope this is the most relevant newsgroup for this post.
I have a VB.NET app that uses the MapPoint component, and in my app I use
pushpins to display/retrieve GPS locations. Occasionally, when I call:
objMap.Distance(locNorthPole, locX)
my code catches an exception that's raised,... more >>
xcopy deployment
Posted by lizii at 8/4/2006 1:29:34 AM
At the moment my company have asked me to look into installations. We
use pure .NET applications and although i have looked into installer
programs (installshield...wise..etc) none of them are able to do
exactly what we want them to do - or at least not easily. So now i am
looking into the pos... more >>
Enable a service for interaction with the desktop
Posted by screwy at 8/4/2006 1:22:47 AM
Hi! I've been trying to figure out how to enable desktop interaction
support for windows services from within my vb.net code desperatly, but
wasnt able to find anything useful. Does anyone know how to do this?
Thanks in advance for your help!
... more >>
MCPDEA certification???
Posted by deepak at 8/4/2006 12:57:01 AM
Hi,
Can anybody tell me the full form of MCPDEA or any url from where i can
get info on this certification AS i am not able to find on Internet.
Thanks,
Deepak
... more >>
|