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

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

Sentme

Member List

Island1
Unknown Name
Slowie
Vinay Bhat MSFT
Shuvro Mazumder
u0m3
Frode Omholt
mbp
shailesh.d.g3396
Klaus R.
Hintshigen
Server Girl
r-droll
ShadowWolf
Ivan B
Ahmed Bamqadem
almor
iGattreX
eXseraph
phreakstar
Only Title

Sentme's Q&A profile

  • Windows Forms Text does not appear on form load

    Here is the problem. Certain controls don't display text. I will create a form in the IDE that has group boxes and combo boxes on it. The combo boxes only display text on the top line or the line that I select. When I click the dropdown, nothing else is displayed. As for the group boxes, the header displays, but any labels inside the text box don't display any text. They show up in the IDE, but not at runtime. I have a screen shot showing the IDE and the form at runtime at www.kennesaw.edu/~jfw1701/text.bmp . There may be a delay as it is a fairly large picture. Thanks Joe W Sorry, it shou ...Show All

  • Software Development for Windows Vista WorkflowsInstance.Abort Confusing me.. please help

    Hi. as MSDN document said: The workflow runtime invalidates the workflow instance in memory and clears the WorkBatch . After it aborts the workflow instance, the workflow runtime raises the WorkflowAborted event. You can call GetWorkflow to reload the workflow instance and start from its last persistence point. As first read of that, I though I am fully understand it means, however, when we set a unloaded workflow instance to abort, it superise me a lot. here is my sample. I have a very simple workflow, contain one delay activity (30 sec), then follow one code activity. then done. I have design the workflow to have ...Show All

  • Visual C# multiline linklabel ???

    hi, How can i have a multilined linklabel thanks Check this http://www.gotmono.com/docs/gnome/bindings/gtk-sharp/misclabels.html ...Show All

  • Visual Studio Express Editions Visual Basic 6.0 -> Visual Basic 2005 Express

    Is it true that I have to buy Visual Basic 6.0 when I got an old project from someone that I want to open (and upgrade) to the Visual Basic 2005 Express edition Exact error message: Upgrade failed: Exception occured: The referenced components Adodc MMControl ProgressBar CommonDialog StatusBar ImageList  are missing design time licenses. I am a first time user by the way. [Source: PRB: Errors when you use Visual Basic 6.0 controls in Visual Studio.NET ] Hi Richard, Thanks a lot! Thanks for the tip. Andy ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Multiple object in a scene

    Hi, I am completely new to directx and I need some help!!! I have been going through the tutorials that Microsoft provides with the directx SDK but can not figure out how to create more than one object in a window (I am not sure that I am using the right terms here!). If I want to create two triangles in the same window and the first one is rotating around the z axis and the second one is rotating around the z axis, how do I do that My biggest problem is to create two objects (two triangles) in the same window. If anyone knows of a tutorial that descibes this case please insert a link to that. thanks Thank yo ...Show All

  • Visual Studio Team System VSTS migration from SourceSafe

    We will be migrating from 2 production SourceSafe 6.0 databases into a production and archive VSTSs. I want to remove the old code for view only from the production database. Do I need to buy 2 copies of VSTS to do this ...Show All

  • Visual Studio Team System Does Business Intelligence Development Studio install when using SQL Server 2005 shipped with TFS ver 1.0

    Did your install of TFS ver 1.0 also install Business Intelligence Development Studio (BIDS) We have done 2 installs and neither install enabled BIDS, even though we selected it from the Client Components. Any ideas p.MsoNormal, li.MsoNormal, div.MsoNormal {margin:0cm;margin-bottom:.0001pt;line-height:115%;font-size:11.0pt;font-family:'Calibri','sans-serif';} .MsoChpDefault {;} .MsoPapDefault {margin-bottom:10.0pt;line-height:115%;} @page Section1 {size:612.0pt 792.0pt;margin:72.0pt 72.0pt 72.0pt 72.0pt;} div.Section1 {page:Section1;} I also ran into this problem and the following ...Show All

  • Visual Studio Team System TF.EXE label by workspace

    I'm trying to utilize TF.EXE from within NAnt.  At this point, I have retrieved, compiled and tested my code and I want to label all of the source code in my workspace using TF.EXE. I haven't been able to find any documentation on the value needed in the /version:{something_here} parameter.  Can anyone help tf.exe label /workspace:{some_workspace} /version:{workspace } Thanks -Steve To label items at the version you have in your workspace: tf label <labelname> <files> /version:W But you shouldn’t need to specify the /version parameter. Most tf commands, including label, assume W by default. ...Show All

  • Windows Forms How to move a borderless Form on MouseDown Event

    Hi, I have a Form who's FormBorderStyle is set to none. Can anybody help to move it on MouseDown MouseEventHandler. Please Slam Hi, Take a look in this thread: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=428081&SiteID=1 It has discussions on how to move borderless forms. Regards, -chris ...Show All

  • .NET Development HTTP status 401: Access Denied

    I am trying to programtically execute an MS SQL Server Reports Server Service in a web application. " /ReportServer/ReportService.asmx">http://<Server>/ReportServer/ReportService.asmx " I am receiving an "The request failed with HTTP status 401: Access Denied." I have tried using "DefaultCredentials" and Network Credentials that have local administrator rights on the Report Server computer. Below is the code I am executing. This same code works fine in a console application. Any ideas of what I can try to resolve the error Thanks in advance, Ken Private Sub Page_Load()   Try     'Rem  OurSQLReportsServer.Url ...Show All

  • Visual C++ Problem with VC++ 2003.Net Inheritance and destructors

    I have come upon a weird but probably very simple problem. In Visual Studio.net 2003 I try inheriting a public managed class into a public managed class both of which were created by using the class wizard. If I comment out the destructors the library compiles properly. But if I leave in the destructors or any one of them the inheritance gives a compiler error. Would someone be kind enough to tell me what silly mistake I am making Error Message is fatal error LNK1120: 1 unresolved externals #pragma once using namespace System; namespace StationObjects { public __gc class StationObj { public:    StatioObj(void){}    ...Show All

  • SQL Server Do I need DatePart or similar

    I have a function that uses the following statement in it SELECT src_terrier.Areacode, src_terrier.siteref, src_terrier.estatename, src_terrier.Securitised, src_terrier.unitref, src_terrier.unittype, src_terrier.unittype_count, src_terrier.tenantname, src_terrier.tenantstatus, src_terrier.tenantstatus_count, src_terrier.unitstatus, src_terrier.unitstatus_count, src_terrier.floortotal, src_terrier.floortotocc, src_terrier.initialvacarea, src_terrier.initialvacnet, src_terrier.TotalRent, src_terrier.NetRent, src_terrier.FinalRtLsincSC, src_terrier.ErvTot, src_terrier.tenancyterm, src_terrier.landact, src_t ...Show All

  • Software Development for Windows Vista HandleExternalActivity not subscribing to event

    Hi, I have a state machine workflow with a state that uses the HandleExternalActivity activity. I have set it up to use an event in my custom interface. However, when the implementation of my interface raises the event I can see that there are no subscribers to the event. In other words, the HandleExternalActivity activity hasn't subscribed to the event. Any ideas what would cause this Thanks, Kent Kent - it generally is that the worklow isnt in the state you think it is. Are you hosting in ASP.NET or a different host If ASP.NET you need to look into the ManualWorkflowSchedulerService ...Show All

  • SQL Server problem with Roles (Read Definition)

    Hi everybody, I have a problem: - if I assign to a role the general "Read Definition" rights (on the database), I am not able to reduce the visibility on the dimensions, since they are all with "Read Definition" rights and at least "Read" access. - on the contrary, if I dont'assign to a role the general "Read Definition" rights, and then set "Read Definition" rights on some dimensions (and the "Read" access, too), the users of this role are not allowed to connect to the OLAP database! This way, it's not possible to assign selective visibility to the dimensions, and it se ...Show All

  • Visual Basic Comparing 2 strings at character level

    I am looking for a way to compare 2 strings and calculate the number of differences between them using visual basic Example compare "THE NETHERLANDS" WITH "THA NOTTHERLENDS" should give back an value of 4 based on 1) "E" in first string position 3 does not match with "A" in second string position 3 2) "E" in first string position 6 does not match with "O" in second string position 6 3) Extra character "T" found on position 8 of string 2 4) "A" in first string position 12 does not match with "E" in second string position 13 Can anyon ...Show All

©2008 Software Development Network