Kiran Kirdat's Q&A profile
Visual Studio Express Editions search
Hi, In the form i have a textbox,i enter a value in the textbox.the datagridview display the rows that matched to the textbox value.How to perform search in datagridview. Thanks in advance. Try this . ...Show All
SQL Server Union Joins
Ok, here's the deal. I have created a database for one of my clients and for security reasons I need to use two similar tables to hold the exact same type of information. One table is for general use, the other table is only used by the administrator. But because the information is all the same, I need a way to join the two tables together thru a query so that the dropdown box displays all the combined information from the two tables. The reason ...Show All
Visual Basic date format
i am having trouble comparing dates, 1 is pulled from Outlook [Duedate] which is in the format mm/dd/yyyy and the other is todays date which is in the format mm/dd/yyyy when I display it in a message box, however I get the message type mismatch or the value in the condition is not valid Set myItems = myTasks.Restrict("[DueDate] > todaysDate") You should post the full error message, and the cod ...Show All
SQL Server Tell to split on change of ID
how can I tell the conditional component to split the records based on change of hdr_HeaderID http://www.webfound.net/split_on_headerid.jpg let me know if you need more info... You can't. The conditional split works row-by-row. You would need to use a script component to do that. -Jamie ...Show All
Visual C# escape \t
hi, I've been using c# for a short time and there is a little thing a don't understand: if I write this line (where outputLabel is a label in a form) outputLabel.Text = "hi\teveryone"; the tab is not displayed correctly (there is not blank space, I see a strange character) if I use \t in a messageBox as in: MessageBox.Show("hi\teveryone"); everything is OK and I see: hi everyone why I use visual C ...Show All
Windows Forms HTML in controls
I haven't done Windows programming for a while, and am just getting back to speed, in the mean time reading about the features in .NET, Longhorn, and Whidbey. I see the Whidbey release supports a .NET based WebBrowser control, which should be good.& ...Show All
.NET Development Remoting Crashes ASP.NET
And I have no clue why. That is the stack trace: 'aspnet_wp.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\System.Transactions.resources\2.0.0.0_de_b77a5c561934e089\System.Transactions.resources.dll', No symbols loaded. System.Transactions Critical: 0 : <TraceRecord xmlns=" http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord " Severity="Critical"> <TraceIdentifier>http://msdn.microsoft ...Show All
Smart Device Development WebBrowser.DocumentText
I try to put some images to the webbrowser with .documenttext method but it can not show it.It shows x. I try all possible way of writing path but it didn't work. Can't we put an image to the webbrowser with this method The problem resolved by installing the August-ServicePack for NETCF: a bug in webbrowser was fixed and the above mentioned assingnment works. ...Show All
Software Development for Windows Vista Problems with Persistance and ASP.NET
I'm working with the example that Tom Lake posted. I can get his example to work great, but if I change anything I get multiple errors. This is one of the errors: [0] = {error 347: Could not deserialize object. Serializer for type 'WorkflowLibrary1.BaseOrderWorkflow' threw an exception during deserialization. Exception was thrown with error message 'Can not add activity in a Composite Activity which has built in children.'.} Another error ...Show All
Windows Forms Hot Key function for whole program
Hi all Are there any good examples for a hot key class. I would like to implement hot key functionallity for the whole application I am creating standard text when user presses ALT or CTRL + F-key. Any links / urls you know of Lars E Hi There are 2 ways that i've discovered, the easy way and the hard way! The easy way is using the Win32 API ... [DllImport("kernel32.dll")]public static extern IntPtr Globa ...Show All
Visual Studio Crystal report web service - can't display image or chart
I have created a crystal report on remote server, and published it as a web service all using Visual Studio 2005 beta2. Then I created a web form and a viewer at local server, which was set up to retrieve the report. The reports without charts or images are displayed perfectly, but others are not. I removed the chars and images on the other reports, and they also displayed as expected. So, I guess there are some small tricks to let charts and i ...Show All
Visual Basic How does VB compare to C# part 2
I am sorry but my question was NOT answered at least not technically. But, what is clear is that there is a lot of strong feeling against VB's syntax that does not exist against C#. Several post indicated that they would not hire a VB programmer unless they programmed in C# syntax. I really find that disappointing. I thought the purpose of the framework having several syntaxes was to promote choice for the developer and make that choice s ...Show All
Windows Live Developer Forums Messenger API and VB.Net
Hi, I can't seem to find any info about using the Messenger API with Visual Basic .Net. In the Messenger API I only find info for C++ and VB 5 and 6. I found this API on another site because on microsoft.com I can only the Activity SDK and it's not something I would want to use. This only API that is available and supported for MSN and Windows Live(tm) Messenger is the Activity API. It is available at http://ms ...Show All
Visual Studio Team System Create Project Visual Studio 2005 Team System
Hello When i create a team system project, i am an error. the message is csstasks.xml is denied I don't know what i do Please help me lbo Robert, I got the same error, I hope this helps you to find what's the problem : <ReportParameter Name="CoverageScale"> <DataType>Float</DataType> <DefaultValue> <Values> <Value>1</Value> </Values> </DefaultValue> <AllowBlank>true< ...Show All
Visual C++ online download
I'm using VS 2003 Pro so I think the code should be just about the same as 2005. You guys dont have a forum for older versions! Now in my program I want my users to be able to type in a url of a picture and have the program download it and put it in there 'My Pictures' folder. I don't know if there is a control needed or if I add a reference or if it just code. But I know it can't be to hard. zbc wro ...Show All
