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

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

Ayazhoda

Member List

Huseyin Gedikli
Paris42523
Khamal
Satpal
Stenaught
devdave
CarolChi
Chaudhary
BabuReddyh
Lifeng Lu MS
LCSandan
Branch
FatherJack
Eric McIntyre
kmcnet
Jonny Cool
ComputerGuru
RBrown1375
norman_timo
Netme
Only Title

Ayazhoda's Q&A profile

  • Software Development for Windows Vista sql services

    I seem to have some trouble with the SQL services. SqlPersistenceService, SqlTrackingService and so forth seem to work fine. At least the events are fired that the workflow instance gets persisted on idle and so on. Event the samples like Lab3/Ex2 run fine. But there is never something in the database visible. Also the WorkflowMonitor does not see anything. I suspect that the sql services never commit their changes to the database, so ever ...Show All

  • Visual Studio Express Editions Can the IDE be set to minimize on last window close

    To save time I would like to have the Visual Studio Express IDE close if I close the last open window. This would take the IDE off the desktop until I open a file again. Also with the IDE already open it appears much faster. I couldn't find an option for that. Hi jadelise, I would think that what you are looking for falls under the "Visual Studio Extensibility". Another keyword is "EnvDTE" ...Show All

  • Visual C# Newbie: Menu question

    When setting up a tree view I am trying to add a small link menu off of the nodes of the tree to allow editing.  I am wondering what is the best way to create the link from the node to the pop up menu.  Any suggestions would be helpful. Thanks I am not sure what is meant by a link menu If you need a context menu - a menu that pop-up's on right-clicking a node then you can create a ContextMenu and attach ...Show All

  • Visual C# Tooltip Text

    How to assign tooltip text for command buttons, linklabels in Windows Forms in c#.net I'm using Visual Studio 2005. Add an instance of the ToolTip class to your form and set the ‘ToolTip on toolTip1’ property on each control (you want a ToolTip on) to your desired text. Note that you may need to look for such a line where toolTip1 is the name of your ToolTip instance. ...Show All

  • Windows Forms Limit number of lines in a TextBox

    Is there a simple way to limit the number of lines in a multi-line textbox that wraps  I want to be able to look for soft returns as well as hard returns. You know what I really miss  I could swear that somewhere alo ...Show All

  • Visual Studio ContinueOnError, yet still failing the build?

    I'm using MSBuild to run all the unit tests for our projects. The target looks like this: <Target Name="Test" DependsOnTargets="Build">    <CreateItem Include="FakeTestTarget\bin\$(Configuration)\*Test.dll;">       <Output ItemName="TestAssemblies" TaskParameter="Include"/>    </CreateItem>    <Exec ContinueOnError=" true " Command="mstest ...Show All

  • Windows Forms problems after closing an application

    Hello, I've programmed an application in C++ which communicates with another PC over TCP/IP. Sometimes the application hangs up and I have to close this application. But the connection over TCP/IP is still active and won't be closed. My question is: How can I do some stuff, like closing the TCP/IP-connection to the other PC when the program is being in closed in the taskmanager Any suggestions Best regards, Winston ...Show All

  • SQL Server average of selected members?

    I got a measure caled [number of persons] Now i want another calculated meassure which shows the average number of persons within the selected time period. My timedimension is : [Date].[Period].[Month] Let's say i have jan - 1000, feb - 1200, mar - 1100, apr - 1000 So if i select "feb" and "mar" in the cube, my average should show 1150 if i select jan,feb,apr i want my average to show 1066,67 is t ...Show All

  • Windows Forms Internet Explorer as a control?

    Hi; Is there a better way than Interop.ShDocVw.dll to have a web browser as a client control If so, any pointers to what to use thanks - dave I mis-spoke before. This is a WONDERFUL addition. WHat took me hours to set up before is now maybe a minute - and it's clean managed code with not internal exceptions. Please tell whoever implemented this thank you very very much. - dave ...Show All

  • SQL Server Changes not replicated to subscriber

    Hi, I hope you can help me with this. I am setting up a tranasctional publication with updateable subscriptions using: use [LIMS_PUBLISHER_TEST] exec sp_replicationdboption @dbname = N'LIMS_PUBLISHER_TEST', @optname = N'publish', @value = N'true' GO -- Adding the transactional publication use [LIMS_PUBLISHER_TEST] exec sp_addpublication @publication = N'LIMS_PUBLISHER_TEST', @description = N'Transactional publication with updatable subscription ...Show All

  • Visual Studio 2008 (Pre-release) Required Component for developing INDIGO on XP system

    Hi, I am new with Indigo development. Now I have a Windows XP Pro OS. What are the required components for developing a Indigo/WCF applications Thanks. Vinh You need download: The WinFx runtime and the SDK, you can download it from: http://msdn.microsoft.com/windowsvista/downloads/getthebeta/default.aspx ...Show All

  • Visual Basic Blair Allen Stark

    Here is the problem I am working on. It asks me to use the method CalculateCharges, but I don't fully understand how to do this or how it works. I would be grateful for any input. Lab Problem III A parking garage charges a $2.00 minimum fee to park for up to three hours. The garage charges an additional $0.50 per hour for each hour or part thereof in excess of three hours. The maximum charge for any given 24-hour period ...Show All

  • SQL Server RS release date on MSSQL 2005 Express

    Hello, Does anyone know exact Reporting Services release date on MS SQL 2005 Express version I will be thankful for any oficial links to Microsoft site articles or any kind information. Thanks. ...Show All

  • Visual Basic Help with Auto-Complete (Fill with blank)

    Hello, I'm having problem with autofill I think vb automatics "kill" blank spaces so when we write this Dim s As String * 10 s = text1.Text text1.MaxLength = 10 text1.Text = "hello" Print Len(RTrim(s)) ' Prints "hello " But I can't figure out how to do this in my code for print it... I'm working on a application that replace fields in word and print it later look at code of prog thats replace fields: -- Private Su ...Show All

  • SQL Server Query Paging

    let's suppose that we have a table entitled "tab1" which has more than 1000 rows and about 10 columns so in SQL 2000, if I do this query: SELECT * FROM tab1 the result will be displaying all the rows from the begining. and my teacher told me that there's a new option in SQL 2005 which is you can display the result of the query in a page mode. so can anyone tell me how can I do so for this query: SELECT * FROM tab1 ...Show All

©2008 Software Development Network

powered by phorum