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

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

Deathwing00

Member List

AliciaM
Larry McCay
above8848
fpalang
Dajyno
ellison8
JohanNL
Gombly
Dianne Siebold
James Nachbar
zambiniman
raviv762
Benwhit
Hossam El-Deen
xiewob
BillyRoberts
JerryJK
GoodCook
Mcs
caesar2k
Only Title

Deathwing00's Q&A profile

  • Microsoft ISV Community Center Forums opc

    I am trying to develop an opc - da client using .net technology. Have gone through the documents on opc and opc client and all, but am still not sure how to implement it, can someone give me a direction on how to start with it can you please provide some additional details on exactly what you're trying to do and any other relevant info that I can pass on to our support engineer thanks, -brenda (ISV Buddy ...Show All

  • .NET Development Deserialization Problem pls HELP!

    I posted a thread three lines down bellow this one, and after 200 views nobody had anything to say about it. I can't believe it, so I guess I did not ask the question right. Let me rephrase: I have a web service running on a server (http://domain.com/service wsdl). When I send requests, they are going there, the parameters get deserialized, get processed, and get returned. Now, when the response comes back to the client app, if the response con ...Show All

  • Visual Studio Express Editions Printing question ... print on angle?

    How can I print a line of text on an angle ... say at a 45 or 90 degree angle or any angle for that matter Is this possible in VB express Thanks... Hi, Please go through the below post. Hope this might be of some help... http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=181311&SiteID=1 Thank you, Bhanu. ...Show All

  • Visual Studio Team System How to delete WorkItems?

    Hi, Is there any way to delete a workItem created by mistake Thanks An actual delete (obliteraing from the database) of work items should be available in a future release. ...Show All

  • Visual Studio Intallation of VS2005 beta 2

    I tried to install the new version on A PC with 2 operation system 1. windows 2000 with VS2003 2. Xp Sp1 clean installation For installation I download the standard edition from MSDN developer site. I tried to install it on the Xp system. I get an error code of 2908 and after press ok I get an error code of 1935 with error regarding it assembly component {18A752B8-D6F4-4F1C-B2EA-CA7876F45A03} Can someone help avi Cohen Scitex vision avi_coh ...Show All

  • Windows Forms How to display a MessageBox as topmost window

    Hi, I'm looking for a way to display a MessageBox as the topmost window. Any Ideas on how to do this using .NET / WindowsForms Thanks, Erik Thanks for your research and giving use a good information... ...Show All

  • Visual C++ Dispose in C++/CLI

    I know that there is a lot of articles about this, but it is still not 100% clear. Suppose that I have the following classes: Client (C#, uses Server class) Server (C++/CLI) Helper (C++/CLI, reference of this class is kept in the Server class). Running FxCop on my project, I get the following message about Helper instance: http://www.gotdotnet.com/team/fxcop/docs/rules.aspx version=1.35&url=/Usage/DisposableFieldsShouldBeDisposed.html ...Show All

  • Smart Device Development DateTimePicker appears above msgbox when msgbox opened from ValueChanged event

    Hi, I've got an smart device application that when a value is changed in a datetimepicker needs to show a message box if the value selected is less than another date.  The problem is in both the valuechanged and textchanged event handlers for the datetimepicker if i get the messagebox to open it is shown behind the datetimepicker calendar and the calendar will not close.  Has anyone else managed to work around this The code looks like ...Show All

  • Visual Basic modifying messagebox buttons

    Hi all, I always feel like such a dunderhead when I post here. Here is what I want to do. I'm trying to get my timer to launch a messagebox after 200 seconds - giving the player the opportunity to play again or quit. can i modify the messagebox to do this or do i need to create my own. here is what I tried: Private Sub Timer1_Tick( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick Label1.Text = i i ...Show All

  • Windows Forms calculating the date on friday of every third week of a month

    hi, Is there any easy way of calculating the date on friday of every third week of a month, by using Datetime class or any other class.function Thanks, The following test code will fill an array with the dates of the 12 third Frdays of the year: Private Sub TestTheDates () Dim TheDates As Date () = CalculateThirdFridays () For x As Integer = 0 To 11 Console . WriteL ...Show All

  • Visual C# urlEncode

    Hi, I'm working with Windows Forms in VS.NET 05. I'm trying to use HttpUtility.urlEncode from System.Web. But because i'm working with winforms I can't use urlEncode. It doesn't exists for winforms. Does anybody knows a good equivalent thanks Use System.Web.HttpUtility.UrlEncode. I hope that solves your problem. ...Show All

  • SQL Server Securing the MS SQL Server 2005 database on client side

    Hello! I developed database driven .NET application and I need to deploy it. I faced a problem, which is "how to protect my database against direct access". I use MS SQL Server 2005 Express Edition as a DBMS and appropriate database. I want to make possible to manipulate with data in my database only through my client application. 1. How do I define SA password and instance name in silent mode of MS SQL 2005 EE installation with M ...Show All

  • Visual C++ Can and how do I extend an array of objects during run time?

    Hi, I created an array of objects, based on a class I created to hold data only, at the start of my program. During the run time, I may need to add an unknown number of additional objects to new data. Can I do this How can I increase an array of objects during run timge, one at a time as the need arises For exmaple: myClass aryObjects[10]; .............. How do I add to the aryObjects and make it a aryObjects[11] Thanks. Ha ...Show All

  • Visual C# Object.ToString() produces different output in VS 2003 and 2005

    Hello, I have row["TotalArea"].ToString. TotalArea is the decimal field in the SQL Table, and it is 60.0000. So, in Visual Studio 2003 the above line gives me 60, while in VS 2005 gives me 60.000. Can anyone tell me what's going on Any ideas how to account for those changes Thank you. You can force the function to use the precision you desire by passing the format string to the ToString ...Show All

  • Visual C++ Standard Conversions

    This code in Visual Studio.NET 2005: int x(1.5); //Warning: truncation and possible loss of data int y(x); //OK int z = int (1.5); //OK Why is int(1.5) OK I thought the int(1.5) was the "constructor form" for initializing variables so that int x(1.5) and int z = int(1.5) are equivalent. That is, I should get warnings on both lines of code because in both cases an int is built from 1.5, which is al ...Show All

©2008 Software Development Network

powered by phorum