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

Software Development Network >> Will Lotto's Q&A profile

Will Lotto

Member List

pb648174
Juvraj
Vayse
MattWilkinson2006
Zatlite
youngDev
AZONE
jalekz
Jim Walkling
jazpal
Tom Guinther
nugget2
Kevin Lloyd
DeviPriya
nycole
dc2k
mayette
virtual machine
txnet
Leon Orlov
Only Title

Will Lotto's Q&A profile

  • Visual C# How to change

    Hello Everybody, I want to change the screen resolution programatically using C#. Because, i am deploying a project developed using C#. On my system it is working perfectly. But, on other system or when i accesed through remote connection the buttons beneath the form are not able to view. So, could any boby give the suggestion how can i solve this problem. Thanks in advance. ----------V.K.Shaji Kumar Wouldn't it be better to respect the user's choice of screen settings and instead fix your application so it looks OK regardless of the resolution ...Show All

  • SQL Server function to display the numbers 1-12 in detail of table

    I have a table and in the table detail section it will never have more than 12 rows;therefore, I want to have the numbers 1-12 listed sequentially on each row.  For instance: Row   Data 1         record1 2         record2 3         record3 .............................through 12.  Any help is greatly appreciated. Thanks! You can use the RowNumber function: http://msdn.microsoft.com/library/default.asp url=/library/en-us/rscreate/htm/rcr_creating ...Show All

  • Windows Forms switch between design-time mode and run-time mode

    Hi all, I'm doing a windows form designer project.  Right now I have the design-time mode made, namely, I can use the project to create different form designs at design time.  My problem is that I need to be able to switch between design-time mode and run-time mode.  Say, when the project is in design-time mode, the user can changes properties of controls in design mode, and when it's in run-time mode, the user can enter data to the controls.  Any idea how to do it   When I switch to the run-time mode, do I have to recreate an instance for each of the controls, and set it's properties as well   Or there's a ...Show All

  • Visual Basic Compiler Problems even though code is sound.

    Hi, I'm having a strange problem with Visual Studio 2003 and I'm hoping someone can help. The problem is I'm getting compiler errors even though the code is fine. Here's an example.... This is code from a form I have... Public Class frmGasDiagram Dim udtGasDiagram As clsGasDiagram In some methods of the form I get errors saying the type udtGasDiagram cannot be used as it hasn't been defined, but it is. If I change the access modifier to public/private or whatever then the problem goes away and the program runs fine. Then after the application is closed and I'm back in the IDE the error appears again even though no ...Show All

  • Visual Studio Express Editions Starter Kit Trouble

    Hey I downloaded the MediaShare Starter Kit and it said it was already ready to build and run. When I try to build it I get a error for both the projects in the solution. This is what I get: ------ Build started: Project: CommunicationFramework, Configuration: Release Win32 ------ Embedding manifest... Project : error PRJ0003 : Error spawning 'cmd.exe'. Build log was saved at "file://c:\Documents and Settings\Dagaen\Desktop\Messenger\Source\CommunicationFramework\Release\BuildLog.htm" CommunicationFramework - 1 error(s), 0 warning(s) ------ Build started: Project: MediaShare, Configuration: Release Win32 ------ Compiling resources. ...Show All

  • SQL Server Oracle OLE DB provider (64-bits)

    Hi all, We tried running the replication in 32 bits platform  and it works fine.  Currently, We are trying to implement replication from oracle to mssql 2005 which is running in 64 bits platform.  When we add an oracle publisher, it shows error '21629'.  Seems like the downloaded Oracle ole db provider is 32 bits.  Is there any way to check the ole db version Also, I found that Oracle OLE DB provider (64-bits) is unsupported in Oracle that I can't find the source in OTN.   Where can I download the 64 bits version   Thanks in advance!  we are running 64-bits mssql2005.  And ...Show All

  • SQL Server Creating a Subtotal of select Groups

    Hi, I am working on a new reporting system using reporting services, but I cannot figure out how to create a footer row which will only subtotal select group totals. If anyone has a method to do this please help! Nathan Hi, somehow related with the topic: Is posible to have something like: the sum of the ValueField from all the rows of DataSet2 that have CompareFiled equal with the current value of ComparedWithField from DataSet1 In other words: in the expression of the SUM function can be used more then one scope =Sum(iff( DS2! Fields!CardType.Value = Fields!CT.Value, DS2! Fields!am ...Show All

  • Windows Forms autogenerated GUI form/winform from BL?

    I would like some verification if this is the proper way to do N-tier design: I'll write an example to hopefully make my point across lets say I have a product object contained within the business object with a property called quantity. 1) from the BL would I create an instance of the product, then populate it to get the quantity (from the Data La ...Show All

  • SQL Server Problem with Union ALl

    I want to combine 4 columns and map those 4 to respective fileds in the target database.For this..when i used "Union All " its going for cross join and filling the columns with Null vlaues.. Like If each column has 5 rows ,iam getting (4* 5 =20) 20 rows Is there any solution to avoid for this and to get the 5 rows Thanks Kumar sorry small mistake . when using UnionAll getting output like this Like If each column has 5 rows ,iam getting (5+5+5+5)= 20 rows instaead of 5 ...Show All

  • SQL Server Random Failure of Lookup in Pre-Execute with 0x8007000E

    I have a SSIS package that I can run three times in a row and various lookup components will return: Error: 0xC004701A at Foo, DTS.Pipeline: component "Lookup Date" (166) failed the pre-execute phase and returned error code 0x8007000E. Without changing any input data or the package I can just hit F5 again and occasionally get past this or sometimes get stuck on it. Any ideas what that error code means I am getting similar errors, Two examples - [DTS.Pipeline] Error: component "Lookup Dim_ManagedStatus" (37) failed the pre-execute phase and returned error code 0x8007000E. [DTS.Pipeline] Error: component "Lookup Dim_BusinessTypes" (4 ...Show All

  • Visual Studio Tools for Office Outlook 2003 navigation bar

    Hi, Ive got some questions regarding Outlook 2003 development. I am using VS 2005 Beta 2 and VSTO 2005. What Id like to know is what level of customization is possible in modifying Outlook. For example, can I create a new button and add it to the navigation bar If I then click on my button can I view a custom top level form similar to say the calendar or contact list Is this possible and if so which objects should I be looking at Thanks, Mike Yes, this is very much so possible with the new managed add-in support for outlook and it was posible before but just a apin in the but to do. I would recommend lookin ...Show All

  • Visual Studio Express Editions Refactoring Code Snipets doesnt Working In C# Express Edition?

    Refactor menu contains only "Rename" and "Extract Method" Refactoring Code Snipets (Standatrt) are @ HDD and shown in Snupet Manager According MSDN for C# Express Edition it must work (there are sample how to use Encapsulate field) I too read the documentation and tore my hair out with this issue thinking I must be going crazy. Here is what Karen Liu MSFT said in a posting I found. "...C# express only supports two refactorings - rename and extract method." She goes on to say the rest of the refactorings are in there but not available!!! So dimzon, don't waste your time t ...Show All

  • SQL Server sql server 2005 RS multi-value params june ctp

    I have a very simple report with two non-queried values in my param list and the multi-select params box checked.  The dataset only has two records, represeneted by the two params.  The report always returns both records in VS and report manager whether I select one param, both, or the "select all" option.  Anyone esle have this experience Microsoft SQL Server Report Designer   Microsoft SQL Server Report Designer Version 9.00.1187.00 Microsoft SQL Server Report Model Designer   Microsoft SQL Server Report Model Designer Version 9.00.1187.00 Microsoft SQL Server Management Studio    &n ...Show All

  • Visual Studio Express Editions Visual Basic 2005 Express Edition Database Explorer does not show updates to database.

    I am running Visual Basic 2005 Express Edition with SQL Server 2005 Express Edition. The project I am working on has the feature which copies the Database into the Bin folder turned off. I manually copied the database into this folder some time ago. This has not been a source of problem/s for me. My application is working. I determined this by steping through the code and examining the appropriate variables. I change a table column. I then update the database using the dataadapter update method. The updated row count returned is what I expected. There are no exceptions raised. I can then retrieve the database data into a varia ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. MechCommander2: Multi-Player?

    This probably isn't the right place, but I've been trying to figure out how to enable multi-player play for MechCommander2. I'm thinking it has to do with the lack of a cd-key, but I'm not certain. Where should I look Multiplayer was disabled for our shared source release and most of the functions and code have been stubbed out. If you look through the code you can see how it was being used and possibly implement your own multiplayer functionality. You can find more information on why it was removed in this thread: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=310132 ...Show All

©2008 Software Development Network