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

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

programmer01

Member List

Nick...A
RJB84
HForN
Rups11
nate-d-o-double-g
eddy2705
anukirthi
nmharleyrider
mbr_rptusr
mrmarktwo
Toby Sharp
CS05pp2
2162
DimSum
LegendRey
frax22
SaloS
Roger_Melb
Rajesh Ladda
TalhaAziz
Only Title

programmer01's Q&A profile

  • Visual Studio Is security update of 12/13/2005 covered by SP1?

    Microsoft Security Bulletin MS06-073 Vulnerability in Visual Studio 2005 Could Allow Remote Code Execution (925674) Does installing SP1 take care of this security update, or do I still need to apply the update after upgrading to SP1 According to the List of bugs that are fixed in Visual Studio 2005 Service Pack 1 the mentioned issue has not been fixed in this SP. You must note that the security bulletin has been published on the 12th December 2006 therefore it was impossible to add a fix for this vulnerability in the SP. ...Show All

  • Visual Studio Team System Label does not pick file under the root directory !!!!

    Hi all, Here is the directory ProjA structure. ProjA -----folder1 -----folder3 -----folder3 -----folder4 -----file1.sln -----file2.doc -----file3.txt When I'm trying label $/Root/ProjA. for example, ProjA_1.0.0.0, from source control explore find label, open label by press edit. All I can see are folder1, folder2, folder3, folder4. File1.sln, file2.doc, file3.txt are not included in label ProjA_1.0.0.0. Did I do something wrong or missing some important step Best Regards, Yes, I did double, triple check that the root was mapped into correct workspace. Btw, can we create label with above command line successful without had workspace mapped correctly Just wonder!! Bes ...Show All

  • Smart Device Development How to sync/update local database with Database server database using c# Application

    Hi I have a need to work on pocket pc application. Scenario: In general user will take database backup from database server to local system. User perform some changes to his local database based on his requirement. Again user connects to database server and click on update, local database should update to server database by informing each record status to the user. ex: record 1 updated / call closed do you want to update Here local database is going to be Pocket pc database and server database is on SQLDatabase. Can any one suggest best way to implement this feature in Windows Pocket pc, c#. I would appreciate your reply. Thanks, I have need to work in pocket pc application. Scenario: ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Absolute and relative mouse movement

    Usually when dealing with mouse input you want the data from the mouse in two forms, one is absolute that you might use to draw a cursor or know which part of the window/screen a user has clicked on, and the other is relative where you are only interested in how much the mouse has moved. Currently, the MouseState only seems to report the mouse movement in the absolute form. This means anyone using the mouse to control, for example, a first person camera would find their movement limited by the size of their window/screen. I have tried playing around with the Mouse.IsCaptured property but it doesn't seem to make much difference, quite possibly because I don't know how to use it. Am I correct in thinking that getting relative mouse input dat ...Show All

  • .NET Development HttpWebRequest and passing a plus sign in data.

    Question What is the appropriate way to pass a plus sign as data for an http web request I use the following code to upload data to a server and have realized that the plus is being considered as a meta tag and disappears. Code is included if changes needed. Code HttpWebRequest request = (HttpWebRequest)WebRequest.Create("{URL}"); ASCIIEncoding encoding = new ASCIIEncoding(); byte [] byte1 = encoding.GetBytes("d=" + filetext); // Set the content type of the data being posted. request.Method = "POST"; request.ContentType = "application/x-www-form-urlencoded"; // Set the content length of the string being posted. request.ContentLength = byte1.Length; using (Stream newStream = request.GetReques ...Show All

  • Visual C# move file to a directory

    Hi everyone, i’d like to move files from a directory to another directory, with move() or copy() i can only move a file to another file. Can you tell me how i can solve this problem please. Thankyou Thanks for your reply, i just want to move some of files in one directory to another directory, not directory to directory. Have you an algorithment or idee thanks in advance ...Show All

  • Architecture Object Relationship Mapping ?

    Hi all, Just wanted to findout that in normal distributed computing environments or 3-tier application; is it necessary to use Object relational mapping if yes which phase of the project -Paresh Paresh I want to also recommend you a free book from Patterns and Practices: Data Patterns That is, common, reusable solutions to frequent problems with data access You also have the Data Access Application Block , a mechanism for hiding details of the ADO.NET API, that accelerates your development process A series of articles was published in MSDN Magazine: - Data Points, Part 1 - Data Points, Part 2 - Data Points, Part 3 It's also interesting the study case publishe ...Show All

  • Visual C# dynamic asp button click doesn't work first time

    Hi all, I'm creating some asp buttons dynamicly and I associated them an event handler btnDel.Click += new EventHandler (btnDel_Click); but the first time I click on the button goes to the Page_load but the btnDel_Click is not fired. Somebody knows the reason Thanks in advance. P.D.: Sorry for my english. Hi Nikunj, Thanks for you answer, but I have an asp table where I'm adding these asp buttons, so I think it's no neccesary to add them to the page (this). The question is that the event isn't firing the first time I click on the button, if I click twice it's goes ok. ...Show All

  • Software Development for Windows Vista Adding a service after workflow starts

    Is it possible to add the tracking or persistence service after the workflow has already started running How would you do this I believe all I need to do is get the running workflow instance and then do AddService, but that might need to be done prior to the workflow starting. Thanks! No, Persistence and Tracking services can only be to the WorkflowRuntime when it is not started. For more information take a look at the Remarks section of the AddService method found here . ...Show All

  • Visual C# how do we translate my connection string from VB to Csharp

    Hi, Just place an @ sign before the string. Or use \\ to specify a single slash. This is because C# strings could contain format strings example is \n for newline. Your connection string should look like this: string myConn = @"workstation id=myPC;packet size=4096;integrated security=SSPI;data source=""myPC\LOCALHOST"";persist security info=False;initial catalog=myDataBase" cheers, Paul June A. Domag in my VB: myConn="workstation id=myPC;packet size=4096;integrated security=SSPI;data source=""myPC\LOCALHOST"";persist security info=False;initial catalog=myDataBase" Csharp doesn t acept : ""myPC\LOCALHOST"" withing another string . Ho ...Show All

  • Visual Studio Tools for Office About the Outlook addin in 2005

    Hi all, i need to develop a addin in outlook-2003 using visual studio-2005.For that i have installed Visual Studio 2005 Tools for Office Second Edition Beta.Then i have downloaded the samples from the msdn. But while i am running those samples, i get the following error. one or more projects in the solution could not be loaded for the following reasons......................................... So please anyone help to solve this problem cheers ravi You've probably downloaded samples that were for the Outlook 2003 addin project in VSTO 2005, not for the VSTO 2005 *SE* Outlook 2003 project (which is new and has a different architecture). Actually, converting that code to work with t ...Show All

  • Visual Basic Telnet a system from within VB.net

    Hi, I'm trying to develop a small application which will connect to the company telephone system and send a series of commands via TelNet, giving our system a GUI. I've created a NEW instance of system.Net.Sockets.TcpClient called tcpclient, and defined a System.Net.Sockets.NetworkStream. I then do tcpclient.Connect, and give it the IP address of the system and port 23. In the code below, I have put the word "host" for security - Sorry! Dim telnetclient As New Net.Sockets.TcpClient telnetclient.Connect(host, 23) ns = telnetclient.GetStream Dim line As String Dim data(1024) As Byte If ns.DataAvailable = True Then ns.Read(data, 0, 1024) line = data.ToString ...Show All

  • Visual Studio Tools for Office Incompatiblity issues with VSTO 2005 SE with Office 2007 RTM

    Hi Misha / Savraj Dhanjal / Andrew Wiles I have been working earlier on VSTO using Office Beta + Win FX (Feb CTP) + VSTO v3 (June CTP). I had used the Excel 12 Document solution for my project. Microsoft @ BLR suggested me to upgrade myself to the latest (ie. Office 2007 RTM + VSTO 2005 SE) and I did the same. Now my project doesnt seem to open at all. I get errors while loading the project. Also when I tried to create a new solution (thought of creating an Excel 2007 workbook solution), I find that its no longer available. I only find options to create Add-Ins on Office products. What do I do. Am I missing out certain installations. I need to continue my Excel 2007 workbook solution. Reference to my previous blog : http: ...Show All

  • SQL Server RS 2005: Stored Procedure with Parameter it runs in the "Data" tab but the Report Parameter is not passed to it

    Hello, since a couple of days I'm fighting with RS 2005 and the Stored Procedure. I have to display the result of a parameterized query and I created a SP that based in the parameter does something: SET ANSI_NULLS ON SET QUOTED_IDENTIFIER ON CREATE PROCEDURE [schema]. [spCreateReportTest] @ Name nvarchar ( 20 )= '' AS BEGIN declare @slqSelectQuery nvarchar ( MAX ); SET NOCOUNT ON set @slqSelectQuery = N 'SELECT field1,field2,field3 from table' if (@Name <> '') begin set @slqSelectQuery = @slqSelectQuery + ' where field2=''' + @Name + '''' end EXEC sp_executesql @slqSelectQuery end Inside my business Intelligence Project I created: -the shared data source with the connection St ...Show All

  • Software Development for Windows Vista ASPNETStateMachineWorkflow.exe

    Hello, Is AnyBody successfully run the tomake's ASPNETStateMachineWorkflow.exe . Please let me known. I cannt open the page5. At that time it saying some error. I am using June Ctp version. regards vijil. My ASPNETStateMachineWorkflow.exe does not have a Page5 and the only place I have any session stuff is in Global.asax; the stubs for Session_Start and Session_End, but there is not code only comments. The sample should work without modification on any build from Beta 2 to the current RC4. ...Show All

©2008 Software Development Network