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

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

S_B

Member List

Peter Smith
Vinay Bhat MSFT
Cyber22
Soldier Aman
Jacob Buys
newDev
Nora6207
June Rigsbee Copeland
mikeatroundhere
Haggerty
BPCoder
jarjar
84B0CE60-A907-43B6-B31D-653F2FBE
Smriti
V Batishchev
Mr_Gear
jena
bconnors
Tarik Soulami
fury88
Only Title

S_B's Q&A profile

  • Visual Basic Having trouble getting a correct value of textbox3

    Hi Im using VIsualbasic2005 Express (its .net of course ) Dim intText1 As Double Dim intText2 As Integer Dim intText3 As Double intText1 = Val(Frm3.TextBox1. Text) 'Here is says Conversion from string "" to type 'Long' is not valid. intText2 = Val(Frm3.TextBox2. Text) intText3 = CDbl(Val(Frm3.TextBox2. Text) * Val(Frm3.TextBox1. Text)) Frm3.TextBox3.Text = intText3 Textbox3 is still 0 When textbox ...Show All

  • Visual C++ Cannot add class

    I just downloaded the new Visual C++ Express Edition Beta 2 and created a new project, but I can't add any classes. It just says "Code model not available, cannot add class." Any one know what's going on and how to fix it Uh, more than VC++ Express. I installed from the VS 2005 Standard Edition and get the same results. Something as critical as this should probably be available for us to verify... ;) ...Show All

  • Visual Basic how to add a flash ocx

    can somebody help me on how to add a flash ocx on a vb2005 project I already add the flash ocx on the toolbox but the a error message appears stating "the activex control is unregistered!" Tanx... it could mean 2 things. 1) you need to register the control using regsvr32 2) the control your using isn't meant for redistribution to developers, you need to get a license / control that's unlocked. ...Show All

  • Visual C++ Parameterized type as arg to function template specialization

    I want to specialize a method in a class template using a parameterized type. The code below is only meant to show what I'm after.  Is there a way to code this, or is it unsupported template <class T> class Foo { public:     void goo(void); }; template <class T> class Hoo { }; template<> void Foo<Hoo<T> >::goo(void) { } As far as I am aware, you cannot specia ...Show All

  • Visual C# Getting the mouse location

    Hi All, Hope someone can help me with this: I have a form with a single image control on it. When I click, drag and release the image control, I want to the image control to move to the new location. Using the MouseEvent args of the Image control isn't much help here as the co-ordinates are local to the control itself. I thought about using the form's MouseEvent args, however if I'm clicking and dragging the image control, the Form's MouseMove e ...Show All

  • Visual Studio Team System Working folder already in use by another workspace on this computer

    I am getting this message on a computer on which there are no other workspaces for that computer. In addition, all of the working folders have been deleted for the workspace that I am working in. We do occasionally log into that box with another user name, but there were no workspaces defined under that login either. (Besides, can't we see all the known workspaces if you log into TFS as admin anyway -- BTW: I don't particularly like that "f ...Show All

  • Windows Forms SqlClientPermission

    OK.....I have been searching and haven't found much helpful info on this topic.  I am hosting a winform (user control) on a website.  The form makes a call to a stored procedure...:     Public Function getxxxxx() as dataset      ...Show All

  • Visual Studio Express Editions Subroutine Parameters from an Enum

    I am writing class that has several methods. The parameters for several of the subroutines should come from a list of choices. I am attempting use the items in an Enun to limit values that the parameter can assume. As a programmer uses these methods, I would like intellisense to display the choices allowed in the Enum. I have not been able to decode Help to know how to accomplish this. I would appreciate any suggestions that you could offer. Tha ...Show All

  • Visual Studio Path Argument To Load Crystal Report Using Visual Basic That Allows Me To Move Folder Without Update Of Load Message Argument

    How do I do a Load with the default CrystalReport1.rpt file location that VB gives me This file is created by Visual Basic, but I have to specify it in the Load message to view the report.  The key to the question is I do not want to use the full path to the file. I want to be able to move the entire folder around and I do not want to have to change the argument to the Load when I move the folder each time.&nbs ...Show All

  • SQL Server Data Mining - Scalar Mining Structure Column Data type error...

    Hoping someone will have a solution for this error Errors in the metadata manager. The data type of the '~CaseDetail ~MG-Fact Voic~6' measure must be the same as its source data type. This is because the aggregate function is not set to count or distinct count. Is the problem due to the data type of the column used in the mining structure is Long, and the underlying field in the cube has a type of BigInt,or am I barking up the wrong tree ...Show All

  • Visual FoxPro createobject("mappoint.application)

    VFP (9.0) I am experimenting with mappoint for a stevedoring company. I am having problems with the Createobject("mappoint.application") When I execute the code I get the error message ‘Class definition MAPPOINT.APPLICATION is not found.” When I search the registry for MAPPOINT.APPLICATION I find nothing In the registry I see all kind of references to MapPoint but nothing to Mappoint.Application the ...Show All

  • Visual Studio Team System Enterprise Performance Tool

    I am curious as to if anyone knows anything about this new EPT performance tool that is a part of the new 2005 Visual Studio.  I am curious as to how this works and if anyone has any first hand experience with it   I have read the info in the December 2004 issue of MSDN.  But I am looking for a little more insight and a little more concise detail. Some of the best information is available on Ian Huff's blog: http://blogs.msd ...Show All

  • SQL Server Transforming Data During Replication

      Hi, I have read that the old method of using DTS to transform data during replication will not be supported in 2005. In SQL Server 2005, is there a way to use an SSIS package to modify data you want to replicate ...Show All

  • Visual FoxPro With ... EndWith

    How does nesting work with With ... EndWith Does VFP work out which object I am referring to if I just enter .cDescription for example Is there a potential for ambiguity if the 2 objects have the same property I would like to use nested With ... EndWith but I am wary of introducing some difficult to find bugs. It should work fine with simple nesting. I prefer not to use nested WITH..ENDWITH for maintainabilit ...Show All

  • SQL Server How do I change default Database locations?

    The area to change my default database location is "greyed" out. I wish to put all my data on a seperate drive than the OS (D:). What am I missing that I can't change the default database location If you are using SQL Server Management Studio, navigate to the server properties and change the settings under database properties. There is a property named default data location which changes the setting HK ...Show All

©2008 Software Development Network

powered by phorum