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

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

thembi

Member List

Nima Dilmaghani
lc247
51ChevyTruck
C. Venkata chary
j1rider
jvanderbeek
CodeTyper
Varman C
ctg_demo
Chat Hong
e-wrench
Cornishboy
Hitesh Shah
Andrei Saygo
orangy
mblanke
Bayan El Ameen
BSOD2600
Igor Kuklin
Gord M
Only Title

thembi's Q&A profile

  • SQL Server Annotations

    Is there anyway to allow my Data Flow annotations to wrap (April CTP) Thanks   DarrenSQLIS wrote: Would be nice if they actually wrapped though, so when you resize a component's screen icon, you don't have to change the hard-code line breaks. Logged this a while back. Yeah, I put in a request for font formatting and the ability embed links/images as well. Basically an editor like the one I'm curren ...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&nbs ...Show All

  • SQL Server Merge Join Unexpected Results

    I noticed a possible bug with the merge join in the June CTP and wanted to see if anyone else is experiencing these issues. I have two sorted oledb sources with a sort order on columns TicketNumber (1), SequenceNumber (2).  Later in my transformation I want to apply a merge join only on TicketNumber (1).  The metadata still shows my sort order of TicketNumber, SequenceNumber but my join condition only uses the TicketNumber column. Up ...Show All

  • Visual Studio Team System VSTFS on Intel Itanium2 (IA64)

    I wanted to know whether VSTFS Beta 3 Refresh is compatible with Intel Itanium2 it is because i read from here: http://support.microsoft.com/default.aspx scid=kb;en-us;908452 "1.3.1 Installation of Visual Studio 2005 on the Intel Itanium (IA64) is not supported. Visual Studio 2005 does not support the Intel Itanium (IA64) processor" or it is only for Team System anyone help me.. You can install the Team ...Show All

  • Visual Studio Team System GenericApplication and GenericEndPoint

    Hi, I'm using Beta2 and while going over the Application Designer I found the feature set very limited with the GenericApplication / GenericEndPoint. Why I can not implement a GenericApplication You could use ConsoleApplication, Windows Service, or even a Class Library project template to realize that. Why I can not define operations on a GenericEndPoint You could eventually generate an interface out of this. Those feature are great for Web type ...Show All

  • Visual Studio Consuming MSSCCI plugin - calling SccInitialize

    Hi I'm trying to write an editor (in C#) that would be able to connect to source control using MSSCCI, much like Visual Studio does. I've started by importing SccInitialize method from the VSS plugin C:\Program Files\Microsoft Visual SourceSafe\ssscc.dll. I can call SccGetVersion() and it works fine, but when I call SccInitialize, it returns -15 ( #define SCC_E_NONSPECIFICERROR -15). SccInitialize populates and returns lpSccName (puts &quo ...Show All

  • Smart Device Development Does smartphone have "New Button"?

    I found a page "The NewMenuX Example" in sp2003se SDK documents, and some thing familiar in wm5 for smartphone SDK documents too. I know there is a "New Button" on Pocket PC's desktop toolbar. Does smartphone has it When a new mail comes, the second desktop toolbar button(right soft key button) becomes "Message". Is this function implemented by using the "New Button" I wan't to implement this functio ...Show All

  • Visual Studio Express Editions VC# 2005 Express - reg key

    Hi, I downloaded the web version of VC# Express, installed and am now trying to register. Clicked on the Register product in help menu, ran through the steps, received "Welcome" email and then "thanks for registering" email. But I simply can not find a reg key. I login into Microsoft Connect, the bonus downloads are there, but there are no listings in the "Product Keys" area. Any help Thanks, Angus. ...Show All

  • Visual C++ why can't find the .h file!

    I begin a Blank solution that named AllInOne.ADD a C++ Win32 project named Math Library and change the Application Settings to a static library. Next,Select a C++ Win32 Console application and name it Harness. MathLibrary project in Solution Explorer add a Generic C++ Class that named Arithmetic. In Solution Explorer, right-click the Harness project and choose Properties. Under Configuration Properties on the left, expand t ...Show All

  • Visual C++ VS 98 causes DCOMCNFG to crash on Win Server 2003 x64

    all, After installing DevStudio 98 on an Windows 2003 x64 machine, DCOMCNFG will crash when attempting to access the DCOM Config tree for the local machine.  This will happen in either the 64bit or 32bit versions of comexp.msc. Any insight or help would be greatly appreciated. C Goeters I believe you are not giving enough data for someone to help. Also, I am not sure  if that is the correct forum to post in. This forum is sp ...Show All

  • Software Development for Windows Vista save xoml file without build...

    I have a workflow with two custom activities from an activities library. I run this workflow from another console app. From what i understood, if i change the order of the activities on th xoml file and save it, the change should take place without building. anyhow, it's not working for me. (I have code activity in the custom activities which print me the activity name so i can see if there is a change in the order. Any suggestions ...Show All

  • Smart Device Development Opening Serial Port more than two times this error occures “The Port ‘COMx:’ does not exist”

     Hi all! This is my first post here, but I am really baffled by this issue, so here goes, I hope someone can help. The hardware this is running on is an Axim X50 with WM 5.0. I am using a CF+ Serial Card as a com port. I have access to CompactFlash cards from Quatech as well as from Socket and Ratoc and have this problem with all of them. This program runs fine twice then when I start it a third time I get the error “P ...Show All

  • Visual Studio Express Editions drawing lines in windows forms application.

    I use Visual VC++ Express Edition.it seems that it doesn`t have MFC.so i used windows form application instead.i was going to create a form,put some bottoms on it and  by clicking on the bottoms some lines and rectangle (that are used in drawing flowcharts) appear in the form in different positions.i create a class  (with class wizard)and wrote codes for drawing this lines...i used  these functions: CClienttDC dc(this); ...Show All

  • Visual Studio Team System AvoidUncalledPrivateCode

    this warning is in the events of the global.asax file Can you help me Detail: Target : Session_Start(System.Object,System.EventArgs):System.Void (IntrospectionTargetMethodBase) Location : file:///C:/Documents%20and%20Settings/Myrna.Saldana/Mis%20documentos/C%23net/demo/ServiciosWeb/Global.asax.cs<32> (String) Resolution : "'Global.Session_Start(Object, EventArgs):Void' appears to have no upstream public or protected callers. " ...Show All

  • Smart Device Development two-state icons on Windows Mobile 5.0 start menu (grid view)

    Some shortcuts on the start menu of a Windows Mobile 5.0 Smartphone show a different icon when they're selected. The Messaging icon shows the slip of paper poking out of the envelope, for example. Has anyone managed to recreate this with their own applications, and if so, how Is there a convention for how the icons have to be ordered in the .rc file or is there a naming convention Is there a URL talking about this in MSDN Thanks in advan ...Show All

©2008 Software Development Network

powered by phorum