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

Software Development Network >> Shahzad.K.Y's Q&A profile

Shahzad.K.Y

Member List

kd4gar
Charles G.-Marcil
abrang
DHolland
Yashwant
ICR
chuckstr
Pat Jones
Yaron Becker
turik
diceboy666
Kimberley Scott
Saurav Kr. Basu
Brandt-Lassen
Rorro
Smurfy
jeje1g
LeeMitch
Dan Miser
AiricD
Only Title

Shahzad.K.Y's Q&A profile

  • Smart Device Development Error 0x89731511 deploying to PPC2003SE Emulator

    I have VS2005 Team Developer running on XP SP2. I created a new Smart Device application for PPC2003. With the Device Emulator Manager, I can cradle the Pocket PC 2003 SE Emulator. The project contains no code. But when I try to run the project in Debug mode on the emulator, I get the error 0x89731511 - Device Connectivity Component Any pointers Can you try the following and  1) From Device Emulator manager or VS, connect to Pocket PC 2003 SE Emulator.  2) From Deveice Emulator manager, cradle the emulator. After cradling ActiveSync connection should have been established. Active ...Show All

  • Smart Device Development VS2005 RC : No Windows Mobile 5, No Win CE 5 Projects with C++

    When  I create a new Smart Device Project with VC++, choose a win 32 app, I only get a PPC 2003 and Smartphone 2003 projects. How do I get Windows Mobile 5 (PPC and Smartphone) and Windows CE 5 projects with VC++. With VB and C# I get them. Keen to explore the new API features. Using the Release Candidate of VS2005, complete install. Hi, I just have a question about WinMobile 2005 SDK ... After installing this SDK i'm just able to make project in VS2005 for PPC 2005 devices ... But in EVC 4.0 SP4 there is not any sign of PPC 2005 Project !! Is it right ! I should go for VS 2005 for developing softwa ...Show All

  • Visual C++ New to visual studio 2005

    Hi i just got vs2005 and im learning c++ When i create a new cpp file for some reason i cant compile and run it All of the compile and run menu is off and i cant click on them , What should i do to run a simple cpp file on visual c++ 2005 RisTar wrote: Hi i just got vs2005 and im learning c++ When i create a new cpp file for some reason i cant compile and run it All of the compile and run menu is off and i cant click on them , What should i do to run a simple cpp file on visual c++ 2005 In addition to the other answer you got, you can use the VS 2005 IDE for ...Show All

  • Visual Basic Accessing Oracle database : How to set addtional Oacle parameters ?

    Dear VB-programmers, I try to access a Oracle 10g database using the OraOLEDB driver with an ADO-connection. Since one text field of my returned result is very big I have to change the Oracle-parameter for the maximum lengths of returned text-fields. Which I can do in SQL*Plus with the command "set long <value>". I tried to use this command in my Excel-VBA script in the following way : (Here "Dialog is my ADO-Connection, Rec my Recordset and DatabaseCmd my Command) DatabaseCmd.ActiveConnection = Dialog DatabaseCmd.CommandText = "set long 30000" DatabaseCmd.Execute SQLAbfrage = "select view_name, ...Show All

  • .NET Development Draw the text on image

    1. I want to ask how can I draw the text on image. 2. Also the code below I don's know how to call the drawlinePoint in Page_load , anyone can help me. I write this but has error that I call the function, how can I call DrawLinPoint It is the Window Application.NET Private Sub drawPoint_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load DrawLinePoint(e) End Sub Public Sub DrawLinePoint(e As PaintEventArgs) ' Create pen. Dim blackPen As New Pen(Color.Black, 3) ' Create points that define line. Dim point1 As New Point(100, 100) Dim point2 As New Point(500, 100) ' Draw line to screen. e. ...Show All

  • Windows Forms How to format money with $, commas and 2 decimal in textbox?

    Any one know Please help! MyTextBox.Text = Microsoft.VisualBasic.FormatCurrency(MyDecimal, 2)  ;)  ...Show All

  • Visual Studio Team System Strange checkin policy error

    I have setup a code analysis checkin policy on a Team project, I have a solution where I have migrated code analysis settings so I know they are as stringent as the checkin policy and a build of that solution has succeeded. However when I make a change to one of the projects in my solution and try and checkin after a successful build I get the following policy error: TF10139:The following policies have not been satisfied Internal error in Ensures that code analysis is run with a predefined set of rules This project that is having problems is one where I have significantly changed the contents of the .csproj file as it is in msbuild ...Show All

  • Software Development for Windows Vista Custom persistence service creation - issues

    I am attempting to create a Custom state persistence service. The following are a few issues / doubts that I have related to the task. 1. I have never come across a situation where the LoadCompletedContextActivity and SaveCompletedContextActivity methods are executed, leading to a doubt whether there is any need to override these methods in the custom state persistence service that I am creating. 2. The purpose of UnlockWorkflowInstanceState method is defined as unlocking a workflow instance state which may have been locked when multiple runtimes share instance persistence (source: http://weblogs.asp.net/gsusx/archive/2005/10/05/42669 ...Show All

  • Visual Studio Express Editions Tool Strips, Text Box Focus and Accept Buttons

    I'm working on a program that uses the Tool Strip to access data in my dataset. First, I'm trying to save keystrokes by having the cursor start focus( ) in the text box of my tool strip, so I can start typing without having to mouse click there first. Any suggestions Second, on the Forms property there is the property to choose a button to execute when the Enter key is pressed. I'm unable to figure out how to set that so the button on my tool strip will execute when the Enter key is pressed. Any suggestions I have to access the stuff in real time, quickly, so I'm trying to save every keystroke I can. Eventually, I intend to go to s ...Show All

  • SQL Server Manipulate Page-Numbers

    Hi, I need to manipulate the page-numbers, I've a dataset with for example 8 Records, where each record has its own page (page break at end) but some Records have 2Pages. So I want that every "first" page of a record gets page-number 1 and for those reports that need two pages the next page should have page-number 2. So in a PDF the page numbers look be like this: 1,1,1,2,1,1,2,3,1,1,1,2... I tried a custom assembly with a static variable m_page on it which is resettet to 1 in a textfield at the recordbegin (=MyLib.MyClass.resetPage()) and is shown and incrementet in each page footer (=MyLib.MyClass.nextPage()). But ...Show All

  • .NET Development the System.Net.Mail ????

    Hi, I wanted to ask about the System.Net.Mail. How to use this name space in Visual C++. I cannot seem to find it. It is available in VB and VC# but not in VC++. Best Wishes Hi there, There's an example at the below link on how to use System.Net.Mail (well in C++ it's System::Net::Mail) in C++: An example If you're already tried something like what is described in the above link, then sorry about making you go through hoops again. If you get specific errors (e.g. compile errors or the like) perhaps it would be a good idea to post them as this'll give forum readers an insight into what's going on and in ...Show All

  • Visual C++ Memory Leak in C++ STL library - Visual Studio 2005

    There's something wrong with the ios_base class in Visual Studio 2005. I was debugging my program and I noticed a memory leak. Since I could not understand what was causing that leak, I've tried using a memory leak detection tool (Rational Purify) and I found that the ios_base class causes a memory leak. I just tried to write this piece of code #include <sstream> int main(void) { std::stringstream myStream; //nothing else return 0; } The memory leak detection program tells me that: --Memory leak of 4 bytes from 1 block allocated in --std::basic_iostream<char,char_traits<char>::std>::basic_iostream<char,char_traits&l ...Show All

  • .NET Development HTML Mail using SmtpClient

    Hi, I'm using .NET 2.0 (Beta2) and I want to send an email where the body is html. I'm using the System.Net.Mail.SmtpClient and System.Net.Mail.MailMessage classes. Before sending the MailMessage I add an alternteView using message.AlternateViews.Add( AlternateView .CreateAlternateViewFromString(<html string>, null , "text/html" )); but when I receive the sent mail it is blank. If I set the MailMessage.Body property to the Html string the it arrives as raw HTML, again in plain text. MailMessage no longer has a BodyFormat property as in the .NET 1.1 framework!! Can anyone help me Regards Graham Yo ...Show All

  • Windows Forms Struggling to integrate publish into our existing deployment mode

    I’m trying to figure how to do our deployments. We already have a 1.1 No Touch Deployment (NTD) application and are converting to ClickOnce. Our exsiting application uses NTD for both a client embedded in the browser and launching an application.  The launched applications have been turned into ClickOnce apps but the embedded Client will continue to use NTD. In our 1.1 development environment, we have 3 end projects that are involved in our deployment process. The Insight and Player projects build our executables, while the Deployment project copies these executables, support files and the dll’s required for our embedded WinForms com ...Show All

  • Visual Basic sql delete statement to change two tables

    Hi im trying to delete data from one table if it exists in another i have this code but it deletes all data from server table please help DELETE FROM Server WHERE EXISTS (SELECT [Product 1], [Product 2], [Product 3], [Product 4], [Product 5], [Product 6], [Product 7], [Product 8], [Product 9], [Product 10], [Product 11], [Product 12], [Product 13], [Product 14], [Product 15], [Product 16], [Product 17], [Product 18], [Product 19], [Product 20], [Product 21], [Product 22], [Product 23], [Product 24], [Product 25], [Product 26], [Product 27], [Product 28], [Product 29] ...Show All

©2008 Software Development Network