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

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

yourself_20052006

Member List

Marco Schwertner
Adam Getchell
Divyajosephjohn
Igor_G
Sarang Baheti
Deimos33
hoshine
Dhero
TeLLTaLe
Shehnaz
Col38983
AndersT
ercilia hirata
AccTech
UnkName
Binny
cdemez
KirkAtCenterstance
MSRaynsford
Ramana Kumar
Only Title

yourself_20052006's Q&A profile

  • Windows Forms NTD app probes for non-existent app.resources.dll file

    A simple windows forms application with a toolbar based on an imagelist will cause this problem.  The images are embedded in the form/assembly - there is no separate resource file.  No culture-specific settings have been changed from defaults.   When the application is launched via NTD, or even in the IDE, IIS logs (or fuslogvw) show the application pr ...Show All

  • Visual Studio Team System Code Analysis C/C++ Issues with ASSERT macro

    We have a ton of code that relies on the ASSERT style macro of the form: #define ASSERT (f)\ if ( ! (f)) \ DoAssert( __THIS_FILE_NAME__,__LINE__); \ else \ NULL_FUNC_CALL The DoAssert method terminates the application. Unfortunatetly the static code analysis tool with 2005 Team Developer assumes the code continues from then on generates a lot of extra noise results. Functions like: void MyFunc(void *pData) { ASSERT(pData); // use pData } Assume that the pData value is not checked when it fact the execution will terminate if pData is NULL. How can we tell the static analyzer to assume the execution terminates at that ...Show All

  • Visual C# recognizing other windows

    How would you get C# to recogize another window, or would I have to use a different language I know you can use a script to auto simple tasks. I want to be able to get home from work and have my MM game ready. Here is a code sample of how I check for a prior copy of my program (so I only run one copy at a time). If a prior copy is found, then I give focus to that instance and terminate the new instance. ----------- using System; using System.Collections.Generic; using System.Windows.Forms; using System.Diagnostics; // .Process using System.Runtime.InteropServices; // (DllImport) namespa ...Show All

  • SQL Server still cannot run my job

    this is the scenario. first i created a dts in my computer(local administrator account) this dts writes in an xls file in a local path for instance c:\tests... this dts uses a vb script to run this task, then.. i save it local and run it from my bids and finishes ok, after that i change the protection level to server storage and copy it to my target server.. in this server i log on with an administrator local account using windows authentication to get into the integration services, when i run my package from ssis it runs without problems.. then i use the same account to enter the database engine and scheduled a job using my dts but the j ...Show All

  • SQL Server cannot install integration services

    Hi! During the installation of integration services (SQL 05 Developer RTM) I get the following error: TITLE: Microsoft SQL Server 2005 Setup ------------------------------ Failed to install and configure assemblies C:\Programme\Microsoft SQL Server\90\DTS\Tasks\Microsoft.SqlServer.MSMQTask.dll in the COM+ catalog. Error: -2146233087 Error message: Unknown error 0x80131501 Error description: Failed to generate type library 'C:\Programme\Microsoft SQL Server\90\DTS\Tasks\Microsoft.SqlServer.MSMQTask.tlb' for 'Microsoft.SqlServer.MSMQTask, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91'. I had CTPs of SQL05 and VS05 insta ...Show All

  • Visual Studio Express Editions Getting started with GDI+

    I am quite interested in getting started with GDI+. I have downloaded Visual C++, the PSDK and followed the instructions. When I try using the GDI+ sample from here: http://msdn.microsoft.com/library/default.asp url=/library/en-us/gdicpp/GDIPlus/usingGDIPlus/gettingstarted/drawingaline.asp I get the following errors: main.obj : error LNK2019: unresolved external symbol _GdipCreatePen1@16 referenced in function "public: __thiscall Gdiplus::Pen::Pen(class Gdiplus::Color const &,float)" ( 0Pen@Gdiplus@@QAE@ABVColor@1@M@Z) main.obj : error LNK2019: unresolved external symbol _GdipDeletePen@4 referenced in function "public: __thiscall Gdiplus ...Show All

  • SQL Server Running reports in Firefox

    We are having problems running and displaying reports using FireFox. There seem to be major differences bewteen ReportManager and ReportServer in the way the report is displayed. Using ReportServer there is no problem with the report, but if we run the same report from ReportManager, then report only displays about 8 or 10 lines, with the scroll bars occupying about a third of the screen. Is this a known problem, and is there a solution. Report Manager only supports IE 5.5 or higher, while the report server supports multiple browsers, including FireFox. There are a number of known problems ...Show All

  • SQL Server Missing SqlDataReader.GetSqlMetaData() in April CTP

    Where did the GetSqlMetaData method go I am trying to compare the SQL data types of two different columns to ensure compatibility prior to data transfer. The closest thing I can find in the April CTP is the DataReader.GetSchemaTable() which describes the columns' data types in .NET data types, not SQL data types.  Any suggestions   SMX_Mark wrote: Where did the GetSqlMetaData method go I am trying to compare the SQL data types of two different columns to ensure compatibility prior to data transfer. The closest thing I can find in the April CTP is the DataReader.GetSchemaTa ...Show All

  • Windows Forms Why MS-mouse whell not work in VB6?

    My PS/2 Microsoft Wheel Mouse doesn't work properly in the editor window under VB6 SP5: the wheel is not work absolutely. It works OK in other VB-windows and in all other applications (Office 2000 SP-2, etc.). OS is Win2000 SP4, motherboard ASUS P3B-F. Mouse driver is Intellipoint 5.0. The mouse "Genius NET+" has identical behavior.  MS-mouse worked OK ...Show All

  • Visual FoxPro problem to use in "textbox"

    Hi all; my language is Arabic I have a problem to use in "text box" vfp. i can not edit entered in the "textbox" of form. I choosing own of character (in right) my text but chose any of character (in left) I used to setting for the right to left property but it is disregarded. The cursor in the "textbox" is left to right and but I want the cursor in the "textbox" be right to left. My windows is xp professional 2002 sp1 and support language arabic I have tried many different options and none are spaced right. Please kindly help. Hi, hav ...Show All

  • Windows Forms how to create simple IDE? - from Where to start ?

    hello every one ... i need some guidance .. i need to develop simple IDE which can hold my custom control & generate xml tags against it like vs.net does when we developing asp.net applications. i know its not that easy.. just need to know from where to start what keywords to search any book out dere what need to be learn to develop these kind of IDE i know how to develop custom controls .. need info about creating IDE .. is dere any free open source IDE out dere so that i can look at it any resources & links would be highy appreciated hoping for the reply soon Kamran Sorathia Thanx guy ...Show All

  • Visual C++ Trouble with Speech SDK 5.1 and Visual Studio 2005

    Hi I updated my version of Vs 2003 to Vs 2005 Pro . My project was sucessfully compilated and linked in 2003 , but i seem to have trouble with SpHelper.h. ( Speech API) Error 18 error C2065: 'psz' : undeclared identifier F:\Program Files\Microsoft Speech SDK 5.1\Include\sphelper.h 2373  Error 38 error C2065: 'psz' : undeclared identifier F:\Program Files\Microsoft Speech SDK 5.1\Include\sphelper.h 2373  Error 70 error C2065: 'psz' : undeclared identifier F:\Program Files\Microsoft Speech SDK 5.1\Include\sphelper.h 2373  Error 7 error C4430: missing type spe ...Show All

  • Windows Forms Using combobox in GridView control

    Hello I would like to see combobox come up in datagrid view control in Windows forms project when users enter in edit mode in a cell. For example one of the columns is US States. When users enter into edit mode I would like this cell to show up a combobox with the states value. When this cell loses focus then the selected value should show up&nbs ...Show All

  • Windows Forms Multi line textbox and the number of lines?

    Hi, I need to read the lines from a multi line textbox one by one and store them in an array.  This multi line textbox shows the text in multi lines on  screen. But the problem is : the entire text returns as a one row when I programmatically reads the value from text box.  And also “textbox.Lines().Length()” returns 1.  Any thing I miss ...Show All

  • Visual Studio Team System Subscribing to Events

    Hi, Apologize. For lack of a better forum I am placing my query here. If there is a better forum which I am not aware of, please let me know the same. Regarding my query : I need to subscribe to TFS ProjectCreatedEvent and this is the code I have public bool SubscribeToTFSEvents( string TeamProjectName, string WSUrl) { if (m_TFSVariablesInst == null ) { m_Logger.WriteLog( "ERROR: TFS variables instance is null..." ); return false ; } string userId = m_ConfigParams.UserDomain + @"\" + m_ConfigParams.UserName; m_Logger.WriteLog( "TRACE: User Id: " + userId); ...Show All

©2008 Software Development Network