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

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

Vuong

Member List

Harish Ranganathan
fred79g
DJeX
Simon Ellis
Ira Hining
Mesan935
YiuYip
athena
giorgos_gs
faty
great_ghost
Oleg Sych
Abhijit4229
Ryan K
Roger_Wagner
some1sxi
Andy Marselos
Macrap
Reggaeton_King
dschon
Only Title

Vuong's Q&A profile

  • SQL Server analysis service DTS keeps failing . ERRORSOURCE = DSO

    i have an analysis services dts job on an old sql server 2000 box. i have never used analysis services before, and am a bit stuck. the job used to run and succeed all the time, but now it fails most of the time. this is the error that goes with the failure. someone suggested that its because more than 1 cube processing jobs were running at the same time, but i dont know how i would sort that out as they have to be run at the times they are scheduled for. ERROR: Executed as user: REDMOND\osqlli01. ... tart: DTSStep_DTSExecuteSQLTask_4 DTSRun OnFinish: DTSStep_DTSExecuteSQLTask_4 DTSRun OnStart: DTSStep_DTSDynamicPropertiesTask_1 ...Show All

  • Windows Forms Setup Error - Failed to load resources from resource file.

    I am getting following error at random places in my application. "Setup error - Failed to load resources from resource file. Please check your Setup" Application closes if I click on OK button on the message box. Also, it does not happen on development machine, it only happens on client PCs. The client PCs has .NET Framework 1.1 Please help me. If you have a solution or recommendation then please reply. Regards, bmgohil A lot of people seem to have had this problem in different contexts, and the most frequently diagnosed cause seems to be stack overflow (although mostly it seems people never find a solu ...Show All

  • Windows Forms Do you have to call Form.Dispose()

    If I create a modal form in some function and all references to it are gone by the end of the function, do you still have to call Dispose() Would it be cleaned up during garbage collection OK, well here is what I think and maybe someone can confirm this for me. If you don't call Form.Dispose(), then the resources that the form& ...Show All

  • Visual Studio Team System Questions on TFS Proxy

    Hi All,   TFS proxy allows a remote development team to work against a local TFS server, that automatically synchronizes source control updates with the parent TFS server.   In most cases (for the kind of projects we execute in an onsite-offshore model), this would mean that the parent TFS server would be located onsite, and the proxy would be located offshore. I read on the Microsoft site that the TFS server cannot be accessed over the internet, as it only supports Windows-integrated authentication. The work-around for this is to access TFS remotely through VPN.   All of what I stated above th ...Show All

  • Visual C++ Question about C++ char Pointer

      When I use VC++ 6.0(with SP5.0) like this:   char temp[2];   memset(temp,0,sizeof(temp));   strcpy(temp,"This is a test\0");   MessageBox(0,temp,temp,MB_OK);   The result in temp[2] is "This is a test".There is only two bytes of memory,why can copy more than 2 bytes char Very thank you Chris.But both strcpy() and memcpy() have this problem,and I copy other char* after this operate,it have no problem,maybe my test app is tiny ...Show All

  • .NET Development What about Dataset relation ??

    Hi for all In VB.NET 2.0 I have a dataset filled with 2 tables every table has a CurrencyID column O.K how I can add a relation between these two tables in a dynamic manner like :- When CurrencyID is equal to a value- which is given dynamically at the runtime - like e.g: 1 I can get the column name ONLY from the other table -which is under CurrencyName Column - Please any help from any one !! Thanks for all Hi, Check this link out: http://www.codeproject.com/cs/database/relationaladonet.asp df=100&forumid=14883&exp=0&select=764963 hope it helps, Michael Castillones ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. C# and Vertex Shader problems

    I am trying to implement a basic vertex and pixel shader pair (see code below) Vertex Shader float4x4 matWorld; float4x4 matView; float4x4 matProjection; struct VS_INPUT { float4 Position: POSITION0; float3 Normal: NORMAL0; }; struct VS_OUTPUT { float4 Position: POSITION0; }; VS_OUTPUT vs_main( VS_INPUT Input ) { VS_OUTPUT Output; float4x4 tmp = mul( matView, matWorld ); float4x4 tmp2 = mul (matProjection, tmp ); Output.Position = mul( tmp2, Input.Position ); return( Output ); } Pixel Shader float4 Color; struct PS_INPUT { }; float4 ps_main( PS_INPUT Input ) : COLOR0 { // Output constant color: return( Color ); } When ...Show All

  • Windows Forms When to use User32.dll and how?

    Can someone tell me more about User32.dll How does it work and how can I use it I know that I must have this on my program: [DllImport( "User32.dll" )] But all the rest is that what I can't understand. So can you explain some things to me or just give me some link to website which tells more about it. I'd like to know what I can do with this. I've seen (and tried) Jelle van der Beek's example of drawing on screen itself and I'd like to know more about User32.dll. Thanks! User32.dll is the source of many of the most common Windows API's, that allow you to interact with the operating system at a lower level. In general you should not use ...Show All

  • Microsoft ISV Community Center Forums Automating Microsoft MapPoint.

    Does anyone have any experience with automating MapPoint I am really interested in how to control the creation of custom territories (beyond just the importterritories method such as changing the legend title, territory colors, etc as I could not find supporting documentation in the MSDN nor could I identify components of the territories using the dataset object properties. Thanks. Per our support engineer: HOW TO: Automate MapPoint by Using Visual Basic. NET http://support.microsoft.com/kb/305200/EN-US/ Programming MapPoint in .NET - Sample code is now online https://blogs.msdn ...Show All

  • Visual Basic Date Sorting issues in DataGridView Column

    Hi, I am converting a VB6 program to .Net/VB2005 as a learning experience. I'm testing the DataGridView control to display my data and have some difficulties. My data is in a single disk file with user-defined-data-type fixed length records. The first column in my DataGridView displays a transaction date. All the DataGridView columns are textbox columns. The dates load and display correctly but if I click the column header and use the built in sort it doesn't sort in the form (YY/MM/DD) I would expect. I'm new to VB2005 and I have not found a way to set a column format to Date (MM/DD/YY). Is that possible If so would a date format solve t ...Show All

  • SQL Server How to select a case sensitive value in SQL with C#

    Hello, I have an application that at the begining a user will login with a user name and password which is stored in the database. The SQL statement is as follows: "SELECT id_employee FROM employee WHERE employee_number='" + txtUserName.Text + "' AND passWord='" + txtPassword.Text + "'"; For testing purposes I have set the password to the word test . The problem is, if the user enters in TEST or TeSt or TESt it will grant them access. How do I set it to force the correct case I am using SQL 2005 for the database. Thanks! ~zero now. . . suppose for a second you figured out how to make ...Show All

  • Visual Basic Displaying data from SQL Server stored procedure

    I have a practice app (windows form) in VB 2005 to help me learn the language. I have a data source connection to a SQL Server database that includes a stored proc ( usp_CrimRecTest ). It requires one parameter. I am attempting to retrieve first and last name based on info entered by the user and concatenated into an ID#. I created the data connection using a wizard and added it to the form by drag and drop. I set the databinding text and tag properties for the name fields to the corresponding name fields in the dataset. I have a button to get the name with this code behind it: Private Sub btnGetName_Click( ByVal sen ...Show All

  • Visual Basic how to read .eml file

    Hello All, I'm trying to write an e-mail client program. everything works fine except i cannot read the downloaded or sent e-mail. i save them into a specified directory as an .eml file. how could i read these files can anyone help me thnx in advance; Start by looking at the file with Notepad. This document might be helpful although probably a bit dated. ...Show All

  • Visual Studio 2008 (Pre-release) svchost.exe

    I received this error on my pc renning windows XP SP2:   The memory could not be read file name svchost.exe   then I can not access the network .how can I solve this matter. thanks  I was getting that message too, and was also unable to go online. I actually updated my virus definitions, and that seemed to work! (Updated - Norton, that is). Good luck! ...Show All

  • Windows Forms VB2005 - Listview Column Sort

    I'm having a problem that is cited fairly commonly on the net. I've tried various solutions and all of them have the same problem. I'm trying to do a column sort. String variables sort nicely. However variables that are integer variables don't sort at all. The order is very messed up. There is some sorting but not based in the full magnitude of the sorted integers. Can anyone help me with this. I've tried several ways of doing this, beginning with MSDN examples and they all have the same failing. Hello, plz could you tell me how can i get the selected item in a listview (multiselect disabled) i wanna use it on an other form (form2)... ...Show All

©2008 Software Development Network