Software Development Network Logo
  • Audio and Video
  • Visual FoxPro
  • VS Team System
  • .NET Development
  • IE Development
  • Microsoft ISV
  • Windows Forms
  • Game Technologies
  • Visual Studio
  • Visual C#
  • Visual Basic
  • Visual C++
  • Windows Vista
  • Smart Devicet
  • SharePoint Products

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

Medes_

Member List

Mark 2334
Jade Skaggs
Fahd
Mr Brown Shoes
Joel Hensley
John Rayner
Zapp
Anon.
Pseudocode
Rakesh Luhar
SBeeeee
Maclau
AGPX
cssjm
Ritesh305
rravech
Loki70
vishuonline
Alan Stevens
Marek Istvanek
Only Title

Medes_'s Q&A profile

  • Software Development for Windows Vista TEST CASE 30: Problems with verification on Russian Windows Vista

    Our product has Russian language only, and we test it on Russian localized version of Windows Vista. The behavior during TEST CASE 30. Verify the application is Restart Manager Aware (Req:3.1) is not correct. Let me explain. Our product is not a service and is not designed to restart after shutdown, so to test I used the command: rmtool.exe –p dwPID –S The product does close. When I tested on English Windows Vista, I did get only the Information message (in fact there were three Information messages: Starting session, Shutting down the application, Ending session). But when I tested the behavior on Russian Windows Vista (both 32- and 64-bit versions) I did get the additional 4th message of Warning type, saying that ...Show All

  • Visual C++ How to convert ULONGLONG to int?

    How to convert ULONGLONG to int After running this code, both c1 and c2 hold the same value (232): int i = 1000 ; unsigned char c1 = ( unsigned char ) i ; unsigned char c2 = static_cast < unsigned char >( i ); According to what you said, c2 should have been 0... ...Show All

  • Visual Studio Team System Closed versus Resolved

    I'm sure that this has been talked about before, or perhaps its just a very stupid question, but i can't find any information on this. What is the difference between a work item being "Closed" and a work item being "Resolved " I know that when checking in changesets, you can only set them to resolved, not closed. But working directly with the item, you can set them to either. Any help would be appreciated. Thanks in advance. Thanks to both of you for your responses. It makes a whole lot of sense. I was thinking something along those lines anyway, but i wasn't sure and some of the user interface confused me a bit on that. Thanks again! ...Show All

  • .NET Development Synchronizing tables in Ms Access

    Hi fellows, I am working on a project which has to synchronize a table automatically. One db is in a remote server and one in the local machine. I am using Ms Access. I have come across with many articles which I had really had hard time understanding. I am not an expert on Ms Access. I am wondering if I can achieve this by writing a code in c#. Would it be possible to do the that Compare two tables and updates both tables with last modified changes (timing). This is being biggest road block for me to complete my project. Please someone help me on this. I do not have any administrator permission on the remote server to install any Add-ins. I really want to achieve this coding. Purpose is a console application will be running and updates b ...Show All

  • .NET Development FTP Client

    Howdy I'm trying to write a small FTP client with VB.NET 2.0 Any attempt to connect to the FTP server gets me the exception "(501) Syntax error in parameters or arguments." I've tried using My .Computer.Network.DownloadFile and also the FtpWebRequest class, both times supplying a URI, a method, a username and a password, but I get the same problem. Any ideas anyone Hi I've tried WebRequest/WebResponse and get exactly the same result. I've tried and failed (so far) to create an FTP server in IIS to see whether the problem lies with the iSeries or not. I will keep trying that. Any more ideas ...Show All

  • Visual Studio Express Editions SQL Server 2005 Express Edition - installation

    When I try to install the SQL Server it failes with this error Product "{982DB00A-9C4E-436B-8707-18E113BAA44C}" versioned 9.00.1116 is not compatible with current builds of SQL Server.Expected at least version: 9.00.1399.00 The Product Name is "Microsoft SQL Server 2005 Analysis Services CTP" Product "{63A5DC0D-1EDD-4D69-8F31-87FAEB1F7084}" versioned 9.00.1116 is not compatible with current builds of SQL Server.Expected at least version: 9.00.1399.00 The Product Name is "Microsoft SQL Server 2005 Notification Services CTP" Product "{E0A41F96-7231-4AE8-A654-EEB34F935462}" versioned 9.00.1116 is not compatible with current builds of SQL Server.Expected at least version: 9.00.1399.00 The Pr ...Show All

  • SQL Server SSIS Flat File Connection Manager Max Columns

    Hi everyone I’m using the Flat File Connection Manager to access a flat file, tab delimited. The flat file has 200 columns, and when I'm editing the columns, I only preview columns from 0 to 97. Does the flat file connection have a column number limit How could I increase it Thank you for your answer..... Regards, Rafael Salas wrote: Duane Douglas wrote: Kaarthik Sivashanmugam wrote: I created a test file with 240 columns. How did you create this test file Just curious. I just create mine using 'Save as' in excel Ok. But I was wondering if there is an automated way to create and populate the columns. ...Show All

  • Windows Forms Newbie question: Common Binding Sources for several Forms?

    Hi, I'm coming from Delphi world and learning from scratch VB.NET Express 2005 with SQL Server Express 2005. I'd like to develop a small database app. where I have a main data grid, and when the user press a "view button" on the Navigation Bar, a dialog box opens with data detail from the selected row on the grid from the previous form. Is it possible to have common Data BindingSources used by the 2 forms, so my detail form is loaded automatically with the same table record the user selected from the grid in the previous form In Delphi there was the DataModule, where one can centralize datasets and data sources for all the application, and if 3 forms referred to the same data source, all data was in sync on ...Show All

  • Visual J# using J# dll with ASP

    Hi, I've been developing a product search that does queries and rankings with the database on the site. I got everything to work perfect on my test box, but I cannot seem to get it to run on the server. Even after I register it, I get Server object error 'ASP 0177 : 80070002' Server.CreateObject Failed It does this even with an incredibly simple J# object. Do I have to compile it on the server What all do I need on the server when I use RegAsm.exe to register it Thanks, Matt After much agitation, I figured out that I had to provide the /codebase switch. I don't know exactly why, since I didn't on my test box. I just noticed a difference in the registry editor between ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Picking Problem

    I am currently working on a game that uses a board similar to a checkerboard. So many squares across and so many down, except instead of 2D squares, I am using 3D cubes. This allows the map to be rotated and turned in 3d space. Later I plan on stacking the cubes and using them to create 3D maps. I have managed to produce a map generator and over all have done most of what is needed, except for picking. I need a method to determine what cube the user clicked. I had thought about using createcube, and from there using rays, but I am unsure how to do this, and how to move the cubes once they are created. I need to find a way where the user can click and it will out put what cube it is, regardless of where the camera is pointing. I would take ...Show All

  • Smart Device Development Home screen plugin for smart phone

    I want's to make a smart phone home screen plugin in which my application[which is a C# application] shortcut icon appear on the home screen. I have make a today screen pulgin for this purpose for pocket pc.But I think home screen behavior is little bit different. In pocket PC I add the registry entries in the HKLM\Software\Microsoft\Today\Items\.... But Like Pocket PC I can't find the registry entry for Home. What I want's is the home screen extension that if user change any of there home screen this link should remain same on each screen If you want your plugin to show in all the different home screen layouts you would have to edit all the xml files in \Application Data\Home and add the valid GUID for your plugin. I've used the ...Show All

  • Visual Studio Express Editions panel equivalent to form_load

    When I call a form I have a number of datasets filled as part of the load procedure. If I call the panel on the form as opposed to the form these load procedures are not run. What is the equivalent declaration for a panel to add command for the openning of the panel. Your assistance is appreciated. I am calling the panel with the following code: Private Sub TreeView1_AfterSelect(ByVal sender As System.Object, ByVal e As System.Windows.Forms.TreeViewEventArgs) Handles TreeView1.AfterSelect ' Clear any existing child controls Me.SplitContainer1.Panel2.Controls.Clear() 'Select and load the appropriate child panel Select Case e.Node.Tag Case "Home" ...Show All

  • .NET Development IEnumerator<T> problem

    Im building a class implementing System.Collections.Generic.IEnumerator<T> but have some problems with it. Seems like the interface requires the Current property 2x System.Collections.Generic.IEnumerator<T> .Current System.Collections.IEnumerator.Current When i do this, it says the method current allready exists :( when i dont add both properties it says the interface implementation aint correct Thanks :) Could not implement the interface automaticly cause my smart tags were not working anymore after installing linq ctp ... but i just fixed it ...Show All

  • Visual C++ error checking on an array

    Does anyone know how to do error checking on the code below The array needs to accept 5 characters - the array shows 6 but thats for null at end to cover enter key -nothing else. If you enter more than 5 characters it should ignore it - and ask you to please enter a new command. The code below now goes in an endless loop when you enter more than 5 characters - it keeps printing "Please enter a command". Any help would be appreciated - thanks. #include <iostream> #include <stdlib.h> #include <time.h> using namespace std; //the structure that represents a page struct Page { int frame; char valid; }; //the structure that represents a memory frame struct Frame { int page; char available; time_t accessed; ...Show All

  • Visual Studio Editing Stored Procedures in the Code Window in Visual Studio 2005

    Hello, I want to implement a functionality where in anyone can click the SP name in the code window in VS 2005 and say Edit. It'll open up the Stored Procedure in another window for editing. Once I'm through with the editing I should be able to save the SP. This functionality is available using the Server Explorer > Data connections > Stored Procedures > and Debug the SP. Thanks ...Show All

©2008 Software Development Network