yael_per's Q&A profile
Software Development for Windows Vista Read and WritePrivateProfile
Now that writing to HKLM is being restricted will the PrivateProfile APIs be modified and/or extended Writing to a file (ini or xml or ...) is now a more preferred way to operate rather than using the registry. Using these APIs is much more efficient than having to load an XML parser or write file management code into a app for a few limited shared values. Also it would be useful to be able to store/read binary data with the PrivateProf ...Show All
SQL Server Start time of a overrunning job
Hi, A job on my server has been run for couple of days. It is just hanging there. It could be started manually. So I want to find a way to be notified if a job is overrunning. I can get the execution status. But I cannot find the process start time while the job is still running. Can anyone let me know if how to get the start time Thanks, Jia Not sure hich version of SQL Server you are using, but w ...Show All
.NET Development XMLSchema - Defining XmlSchemaElements with sensible types
I am trying to create a simple XMLSchema (XSD that can be written to a file. Note: .Net Framework v2.0 My problem comes with trying to assign a (very simple) data-type to the element. For example - I would expect to find the following output < xml version="1.0" encoding="utf-8" > <xs:schema xmlns:xs=" http://www.w3.org/2001/XMLSchema "> <xs:element name="Test" type="xs:st ...Show All
Windows Forms how to get the icon in system tray when the main window is closed
hi all i want when my window form get closed it shud place a icon on the system tray .. can anyone tell me how to do it ... and also how to add the menu when the user right click at the icon ... i dont want it&nb ...Show All
.NET Development Does .Net has some componet to communicate to IIS? and How to use that?
Dear all, I want to monitor and record the actions pass through IIS by .Net program but I don't know what .Net components can communicate with IIS. A component "IISAPIRuntime" look like can solve my problem but I can't find any info about it in MSDN. Dose other ways archieve objective Please help me! I don't know about communicating with IIS ...Show All
.NET Development .NET Question.
Hi, im new to .NET C++ programming, and have a simple question to ask. When i create a simple application using Windows Form Creator and add a richTextBox to the form, i get the following code(see below). And Ive added a simple function (EditText()) at the end of the file which isnt in the name space. What i want to know is how can i access the richTextBox1(which i created in the namespace) outside of the namespace. Is that possible Because i'd ...Show All
Visual C++ Problem with templates
I am trying to write a template class for a simple double linked list. Posted below are the definitions. In the .cpp file I have the implementation. I know for certain that I am including the .h and .cpp files in the project, but I get an error when I try to build: error LNK2019: unresolved external symbol "public: __thiscall wcLinkedList<int>::~wcLinkedList<int>(void)" ( 1 $wcLinkedList@H@@QAE@XZ) referenced ...Show All
SQL Server Remove Grand Total in Pivot Table issue using asp.net
Hi, I am trying to remove the grad total amount from the pivot table list with asp.net,programing. The data I called from cube, I have rows,columns and data axis values, when I place my measure in to data axis it autometically created sub total and grand totals, I want remove those. I could not found any property or method to remove that. Please help me on this. ...Show All
Windows Forms Combo Box problem
I have a bound Combo Box as follows: With cmbRatings .DataSource = htlAttributes.GetData.Tables(0) .DisplayMember = "RatingDesc" .ValueMember = "Ra ...Show All
Visual Studio Team System how to customize ProcessGuidance.html and be able to see it in team explorer
Dear all I am now able to customize the ProcessGuidance.html by opening ProcessGuidance.XML file from :- ...\MSF for Agile Software Development\Wss\Process Guidance\Source\XML and can see the effects for my editing in file ProcessGuidance.htm which in this path :- ...\MSF for Agile Software Development\Wss\Process Guidance\Source but my changes didn't apper from team explorer there is other file called ProcessGuidance.html in ...Show All
Software Development for Windows Vista How to use the cancel handler?
I have two workflows A and B. In workflow A I have the instance Id of workflow B. How do I gracefully cancel workflow B from workflow A Is this where the cancel handler should be invoked How When the cancel handler completes does the workflow exit Thanks. Workflows cannot perform instance operations on other workflows, only the host can do that. What you can do is make a request to the host from one workflow in ...Show All
Visual Basic MultiColumn ComboBox????? - Open for Discussion.
Hi all; Maybe I am missing something, but given the follow example taken from msdn: ' Declare comboBox1 as a ComboBox. Friend WithEvents ComboBox1 As System.Windows.Forms.ComboBox ' This method initializes the combo box, adding a large string ' array but limiting the drop-down size to six rows so the combo box ' doesn't cover other controls when it ex ...Show All
Visual C++ Running an .exe file compiled in VC++ 2005 on a different computer
Hello, I've got a question regarding how to run a program compiled using VC++ 2005 on a different computer. Although I have seen the thread by suda5181 and the answer by RonaldLaeremans (http://forums.microsoft.com/msdn/ShowPost.aspx PostID=23371), I can't find the redistribution pack for the current Visual C++. I have found a page with the Redistribution pack for Visual C++ 6.0 (http://msdn.microsoft.com/library/default.asp url=/library/en- ...Show All
.NET Development Trying to send a mail via SMTP in VB 2005 - Authorization problem
Hey guys, this is the first time a try to get help from a forum with alot of experts... But i can't handle the problem alone... I try to write a program which sends mails from the users computer but over my account to me... so to the same account.. sound weird i know.. First: The provide is using port 587 Seconde: I need to enter the auhorization, but i don't know how. Here is the code i'm using so far: Imports System.Web.Mail Public ...Show All
SQL Server beginner question - instances VS. separate databases?
Hi, I hope this is the right place to ask this question. I'm trying to get started programming databases against SQL Server Express. I'm pretty confident in understanding the techniques of how to access a database, a specific table, retrieve rows, etc. However, I’m having endless frustration in understanding the very rudimentary basics of how the SQL system even works. I know I don’t need this information to program against it on a sim ...Show All
