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

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

JVTantillo

Member List

Frank H. Shaw
Alexandr1306
Alex Coppola
Haowell
T. McClung
Michael Weed
zookeeper
ronnotel
Will George
rutger
Lars K
Judge Dregg
pradjini
Anup Jayapal Rao
Vinay Pole
drummerchick
Elina_anilE
HalfABrick
MS_BS
PaulFnNY
Only Title

JVTantillo's Q&A profile

  • Visual C# state of layout property

    Hi again, i'm building my web user control and i'm building layout property to expose. To store these properties (like color, grid, button) have i to use viewstate[".."] Could someone explain me how does it work in a web app Thx ...Show All

  • Visual C++ Can and how do I extend an array of objects during run time?

    Hi, I created an array of objects, based on a class I created to hold data only, at the start of my program. During the run time, I may need to add an unknown number of additional objects to new data. Can I do this How can I increase an array of objects during run timge, one at a time as the need arises For exmaple: myClass aryObjects[10]; .............. How do I add to the aryObjects and make it a aryObjects[11] Thanks. Hi Thankk you for the reply. I open the #include<vector> and found void push_back( const _Ty& _Val) Do I change it to : void push_back( const _Ty* _Val) if not, then where and ...Show All

  • Visual Studio Express Editions How to connect to msqlServer 2000 ?

    I have MsQlServer 2000 that I want to be able to run Visual Web Express Has anybody an example of config that does that thnaks You should be able to do this simply by dragging on a SQLDataSource control on your page and configuring it to use SQLServer and then providing the connection string to the SQL Server 2000 database you would like to connect to. Then you can use any of the databound controls such as gridview or detailsview to bind to the SQLDataSource. Omar (msft) ...Show All

  • Windows Forms Displaying Flash with webbrowser control res protocol...doesn't work....why?

    I'm not sure where to ask this question....but had to pick somewhere... I embedded my website in a resource file...all files embedded using RC.exe. Unfortunately, now I discover that the swf files don't display. Just an empty box.  Assuming you're using VB6 or VB.net, simply add the webbrowser control to a form. Add all your css, js, and htm files to a ...Show All

  • Windows Forms Server setting up.

    Hello, I have a question on setting up and using Terrarium at my place of employment.  I read the FAQ about being behind a firewall.  However, what if one or more fellow programmers want to use the terrarium program too   I can talk to our network admin and see if he will open up port 50000, but how can he forward to all of&nbs ...Show All

  • Visual Studio Adding SQL files to Empty Database Projects (Oracle/My SQL) using DTE

    Hi All, I was able to add SQL files SQL Server Database Projects once the project was created in the runtime but I could not add SQL files to a Empty Database Project (for Oracle/My SQL) in the runtime using the Application Object Model. I think Empty Database Projects does not have project properties and when I try to add files to it using AddFromFile() it causes an exception. Can anybody give me a clue on this, can we do this in another way Best regards, Imesh Hi Imesh, I have not tested your case but be aware that Database Projects are "unmodeled projects" and their extensibility ...Show All

  • .NET Development Having problems running a web service in Visual Studio 2005

    I created a web service following the steps laid out in http://msdn2.microsoft.com/en-us/library/87h5xz7x.aspx I have encountered several problems. 1. When I open the project I get the following. "The site http://localhost /BriConvert1 has not been configured for use with ASP.NET 2.0. Microsoft Visual Studio has been designed for use with ASP.NET 2.0. If not configured some features may make incorrect assumptions, and pages designed with the tool may not render correctly. - Would you like the site to be configured now" Click Yes and I get the following. "Configuring website http://localhost/BriConvert1 to ASP ...Show All

  • Visual Studio Team System Webtest

    In visual studios, if I click on test -> administer test control, when I run my load test I can add the results into the LoadTest database.  How do I accomplish the same thing but using the command line You use the ui to configure the database and then when you run from a command line the results will automatically be stored.  If you are running against the local process, then you want to set the database location for <Local> in the administer test controller dialog.  If you are running against a controller, set the database for the controller.  Then yo ...Show All

  • Visual Studio Visual Studio 2005 No Web Templates and cannot uninstall

    I installed VS 2005 and everything was good until I updated my OS (windows xp pro sp2). When I go to create a new website I have no web templates. I googled the problem and tried reinstalling VS.net - no good. ran devenv /InstallVSTemplates - no good ran devenv /Setup - no good So I bit the bullet and tried to uninstall vs.net. NO GOOD!!! I get the error: Setup Is Unable to Determine a Valid Ordering for the Installation I tried to uninstall via the CD... no good! same error: Setup Is Unable to Determine a Valid Ordering for the Installation. I'm totally frustrated with this app. Someone please help me out h ...Show All

  • SQL Server About Indexes & Where caluse

    Hi, I am struggling with the sequence of parameters in my where clause. In my databse table i have index on Broadcast_Date(some table field).The Index also include some other parameters which might become part of where clause. The first field of the index is broadcast date. So I want to know whether it is always compoulsory to have broadcast date as my first field of where clause. Will it not scan the index if my where clause is starting with any other field which is also part of index. Will it hamper the query performance any way Any help will really be appreciated. Thanks Vyanki Hello, the orde ...Show All

  • Windows Forms populate datagrid with datareader in vb.net

    hello everybody  iam unable to populate datagrid with datareader object in vb.net i am not interested in using dataset the following code is not working datagrid1.datasource=datareader datagrid1.databind Hi Scott, but I found BinidingSource is part of framework 2.0, Is there any alternative way in 1.1 to achieve the same. -prince ...Show All

  • .NET Development XMLDocument.Load Proxy Error 407

    Hi All, I am trying to use the XMLDocument.Load method to load an XML document from a web site ( http://www.xxx.com/file.xml ). As I am going through ISA and require Proxy authentication, I cannot seem to use any property on the XMLDocument object to specify such. I tried using the XML Resolver but to no avail. All I can specify there is the URLResolver and pass some credentials, but no proxy. I am using VB.NET 2005 PRO, and will be using this functionality from a WinForms application as well as a compiled .DLL assembly. I may have seen someone trying to set a proxy for all "global" type requests, but not sure on how to im ...Show All

  • Visual Basic what is the instead of sub main? in 2005

    I have built my application my application need first to check if some configuration have been done then go to form2 else go to form1 how can I do this without disable framework options to use sub main!! what I did now is make form1 as start up abd then set it hide=true ...etc is there another soltuion Open the code to main form. type in public sub new() and press enter It should auto fill the rest. Put your code after the initcontrols call. ...Show All

  • Visual Studio Plugging in the SDC WiX tasks to Team Build

    One for the sdc team! I am trying to use the CompileMsi task from Microsoft.Sdc.Tasks, the documentation uses the following example:                     <CompileMsi                         SourceFiles="SourceFile1.wxs;SourceFile2.wxs"                         OutputFile="OutputFile.wxsobj"       ...Show All

  • SQL Server String measures in Analysis services cube

    Hi, I am having the requirement where I have to use string as measures. Is this possible in Analysis services 2K. Any help on this will be greatly appreciated How will these measures be rolled up If you run an mdx query that doesn't slice all they way down to the grain, what will be returned Almost always, measures are additive in some fashion. What is the requirement around having a string value for a measure Mark ...Show All

©2008 Software Development Network