Software Development Network Logo
  • Visual FoxPro
  • Visual Studio
  • SQL Server
  • VS Express Editions
  • Windows Live
  • Windows Vista
  • Windows Forms
  • Smart Device
  • .NET Development
  • Visual C++
  • Architecture
  • Microsoft ISV
  • Game Technologies
  • Visual J#
  • VS Team System

Software Development Network >> ScottieVBA's Q&A profile

ScottieVBA

Member List

byronfromwesleyan
daidaiNeko
Corey Mingo
Elyasse - MSFT
Dave299
charleste
Jorryt
timwong
rauhanlinnake
Hok Peng
steve hsieh
Laurent CP
Michael Stokesbary
jd6strings
Hansonlion
vsk
Namza
Hema Chaudhry
brianbutterfield
mrhicks
Only Title

ScottieVBA's Q&A profile

  • SQL Server Database update through Internet

    hello, I need to make an update or an insert in a database through internet (with isa firewall). How can i do Thanks a lot ...Show All

  • Visual Studio 2008 (Pre-release) How do I Develop a WCF Service on OS WinXP SP2 with VS 2005 Installed

    Hi, I truied to develop a WCF service on Win XP SP2 with VS 2005. I had also installed the WinFX runtime prior to starting my development. Now I am stuck as I am not able to find System.ServiceModel.dll. What should I do I don't want to install Windows Vista. Is there any workaround Thanks, Akhil Hi You don't need Vista to use WinFX, windows xp is good enough. I'm unclear as to what &q ...Show All

  • Visual C# Acces to ArrayList of array.

    How can i access to array witch is item of ArrayList ArrayList arrText = new ArrayList (); while ((line = myStream.ReadLine()) != null ) {     string [] split = line.Split( new Char [] { '#' });      arrText.Add(split); } Now i want to print second element of array of second item of ArrayList ;) string[] line = (string[])arrText[2]; string s = line[2]; or ...Show All

  • SQL Server SSIS Script Component

    Dear all, Such a pain, I know. Yesterday I did a couple of questions regarding transformation rows and very kindly I obtained answer (Thanks Jamie and Michael) But now I face another stupid issue and is how to map source with destination columns inside Script Component Task. On my Flat File Source I’ve got defined thirteen columms (from Column0 till Column13); that’s fine. And then, I’ve got a sql table as destination with another ...Show All

  • Windows Forms how to set default value for a textbox?

    In microsoft access, there is a property to set default value. Is there any way to set the default value for the textbox in vb 2005 to set current date for the default (if not use datetimepicker), so when a row is added, the value for a field is today(). Hi, You can try this: Dim dt As DateTime dt = DateTime.Today Me .TextBox1.Text = dt.ToShortDateString() Hope that helps. Regards, Mamta ...Show All

  • Visual Studio Team System Profiler quits generating reports (or gets stuck on the same one)

    I upgraded to Team System for Sd earlier this week from 2005 Pro in order to try out the profiler. I can get it ro run once or twice, and then it seems to quit. In my solution, I have a class library (Rancher) and console app (Rancher.Test). I used the Performance Wizard to create a session for the console app, and then added the class library as a target project. Instrumentation, no allocation gathering. I ran it twice with no problem and go ...Show All

  • Windows Forms smart client problem (multiple files upload sample from MSDN magazine)

    Hi, I've red this interesting article on MSDN: http://msdn.microsoft.com/msdnmag/issues/02/01/UserCtrl/default.aspx tried it out, created the necessary security, build the project, created the client.snk file, ... but when I open up the "testClient.htm" page (http://localhost/serverfileupload/ ...Show All

  • .NET Development Securing Connection String For SQLServer - Can it be done?

    Is there a way to encrypt the password in SQL connection strings in the Framework 2 programming languages We have this security geek in our building who sniffs the wireless packets and tells us at lunch what he finds. MSN messenger does not encrypt its info and he tells us the userID's and passwords and stuff that people write on MSN messenger. He says he can see the SQL connection strings and the passwords when people open connections to the ...Show All

  • Visual Studio Express Editions Deploying a VB Express + SQL Express project

    I am starting a new thread because I simply cannot find a definitive guide on how to achieve this,  there are lot of snippets of information, but very little appears to be included in the actual Beta 2 Express I have been using. (As an example: the MSDN on-line documentation refers to concepts such as a "Setup and deployment project template" and a "Installation file Manager" neither of which appear to exist i ...Show All

  • .NET Development Static Interfaces

    What about allowing static interfaces Regards SvenC, Here's an example of where a static interface ( or possibly an interface which includes both static and non-static methods) might be useful. Suppose that we want to create a bunch of validator objects in our domain, but we don't want to incur the costs of object creation.  Furthermore, aside from performing validation, there is really no need to keep the validators around - e.g. a ...Show All

  • Visual Studio Class Designer with VS2005 C++

    Hi, I have VS2005, is the class designer supported with projects written in C++ Cheers, Robs Pierre Hi Robs, Unfortunately class designer in VS 2005 does not support C++. You may want to look at other tools such as Visio for Enterprise Architect for C++ support. Regards, Ramesh Rajagopal. ...Show All

  • Visual C# FileSystemWatcher - InternalBufferSize

    Hi, Using VS2005, C# - project is a converted VS2003 service program. I have a problem setting the InternalBufferSize of a FileSystemWatcher object. I've created a service program to monitor a folder for changes. I instantiate the FileSystemWatcher then apply the path, etc settings. Finally I set the InternalBufferSize property to 16384 and enable the FileSystemWatcher. The project builds fine but when I start the service I get an ...Show All

  • SQL Server Can SSIS package be run from WebService?

    Dear, Can SSIS package be run from WebService P.S. SSIS package and Webservice are located in the same computer. Thanks much! Thanks for ur help. But I find that I don't have any db_dtsoperator role in the server roles in DB and I cannot select different authentication mode once I login into Integration Services. Can you give me some ideas Thanks much! ...Show All

  • Visual Studio Team System How to annotate a valid input range to supress SA warning

    I have the following function: const CVector& CMatrix::GetVecRow( int ivec) const { ASSERT(0 <= ivec && ivec < GET_SIZE(_rgvecRow)); return _rgvecRow[ivec]; } This function generates the following SA warning: matrix.h(45) : warning C6385: Invalid data: accessing '_rgvecRow', the readable size is '72' bytes, but '-48' bytes might be read: Lines: 45 I have looked in the MSDN docs about SA annot ...Show All

  • Visual Studio 2008 (Pre-release) WinFX Beta 2: Not for Danish Windows XP?

    Hello! As I attempt to run the installation of the WinFX Runtime Components on my Danish Windows XP the installation program reports a problem that it cannot download something after 22 MB out of 32 MB. Can the WinFX not work under a Danish Windows XP, or perhaps only under an English Windows XP (and Vista of course) Best regards, Henrik Dahl Please see this thread for a solution: ...Show All

©2008 Software Development Network

powered by phorum