Software Development Network Logo
  • Smart Devicet
  • Visual Studio
  • SharePoint Products
  • Visual C#
  • Visual FoxPro
  • Microsoft ISV
  • Visual C++
  • Game Technologies
  • Windows Vista
  • VS Team System
  • Audio and Video
  • Windows Forms
  • IE Development
  • Visual Basic
  • SQL Server

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

Winson

Member List

BigT4446
Arun S
ssfftt
seco
rrowe007
geliser131
Ian1971
binod m paul
Wayne Sepega
xtw
John Wesley Harding
Hello_Yo
bk13
Muhammad Adel
Vidhan
SeanTom24
Matt_
Tom Waters
Brad Mittelstedt
MSP.Saami
Only Title

Winson's Q&A profile

  • Smart Device Development hook Keyboard , to AlexY and any helper

    Hi, Could anybody tell me please how to use Alex Yakhnin hookkeys class. http://blog.opennetcf.org/ayakhnin/PermaLink.aspx guid=84b95802-76d7-499c-b266-e2251ab15706 i want my application to detect any key pressed in the keyboard, even if the application was in the background. thanks in advance. Dear Alex, but i want to receive keypresses even if my application doesn't have the focus i.e. running in the background, does this KeyPreview works when the application runs in the background. Please Alex help me, you are my only hope i have searched the web for long bitter nights invain with no results. Please help thanks ...Show All

  • Visual Studio 2008 (Pre-release) "Exception of type 'System.Data.DLinq.CycleDetectionException' was thrown."

    hi all, i'm trying to persist a doubly linked list to my database, i have some test code that creates a list of 'timeslots' where each timeslot contains pointers to the previous and next in the sequence. the test code is effectively a for loop that creates 5 or so timeslots, with each successive one setting its 'previous' to the previously created timeslot and so on .... (I'm sure you get the idea). all looks fine in the debugger visualiser and integrity seems to be correct, when i call table.add(Timeslot) I get the following: "Exception of type 'System.Data.DLinq.CycleDetectionException' was thrown." can anyone confirm that the cycledetectionexception really is detecting a circular reference somewhere (I'm assumi ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. XNA Supports Normal Xbox?

    I am semi-new to these forums, I have posted here before, but I was just wondering if the XNA Framework supports the Original Xbox. I mean, I probably will only use XNA to develop for Windows, but I was just wondering if it would work with a normal xbox and not just an Xbox 360. Thanks everyone! ...Show All

  • SQL Server Report Builder Error

    When I create a report using Report Builder I receive the following error when I click Run Report. Any help would be appreciated. (I do not have a data source named datasource1!!! ) w3wp!webserver!c!07/10/2006-10:30:39:: e ERROR: Reporting Services error Microsoft.ReportingServices.Diagnostics.Utilities.RSException: An error has occurred during report processing. ---> Microsoft.ReportingServices.ReportProcessing.ProcessingAbortedException: An error has occurred during report processing. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: Cannot create a connection to data source 'dataSource1'. ---> System.Data.SqlClient.SqlException: Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'. ...Show All

  • Windows Forms Popup Panel on custom control does not appear

    I have a VB.Net 2.0 custom control which allows me to pick a date and a 24 hour time. The control consists of a standard DateTimePicker to select the date and for the 24 hour time a textbox (txtHours) to display the selected hour, a label (lblSelectHours) which consists of an image of the standard dropdown icon and a Panel object. When the user clicks on the dropdown label the Panel, containing one button for each of the 24 hours in a day, should pop up. However, the panel is nowhere to be seen even though I know the label's Click event is firing. I am pretty puzzled about this as the popup panel for the standard DateTimePicker in the control appears perfectly. The Panel object is defined in the control as being off the main area being dis ...Show All

  • Visual FoxPro can't find object after compiling

    After I create an error free form and build an Application for testing, I find that I get an error - Object "appt" is not found- (error 1923). This occurs when calling ths form from a complied menu pull down, with the code "Do form c:\apptbook\forms\appt.scx in it. This occurs when I exercise some code in a combo box like " appt.combo4.value". I don't get it, because I can run the same form with a command - Do form C:/apptbook/forms/appt.scx in the command window and all works fine. Regards...Al That's because IDE is not one to one match with runtime. In IDE whenever you run a form a public variable with the same name of scx is created. So you can refer to it as appt. ...Show All

  • Windows Live Developer Forums Windows Vista compatibility

    Hi. Im beta testing windows Vista and it seems to have some touble with the photo uploader. the uploder instals properly but once you open it, it says that it cant found photos at your computer because you have a new image format. does anyone knows how to solve this E.Coy: This forum is for questions and discussions related to Windows Live Spaces development. For Windows Vista issues, check this page: http://msdn2.microsoft.com/en-us/windowsvista/aa904945.aspx for as list of forums, newsgroups, and other resources related to Vista. Thanks! ...Show All

  • Visual C# are using statements nestable?

    using ( SqlConnection connName1 = new SqlConnection ( "....... <database1> { .............. using ( SqlConnection connName2 = new SqlConnection ( "....... <database2> { ............. } } Can I nest using statement blocks Thanks. You can also do this: using ( SqlConnection connName1 = new SqlConnection ( "....... <database1>")) using ( SqlConnection connName2 = new SqlConnection ( "....... <database2>")) { //block of code for using two objects } ...Show All

  • .NET Development WHERE Statement Fails. WHY!

    Private Function Check() 'CheckX10Alerts(ByVal X10_RecvCMD As String, ByVal sndDeviceAddress As String, ByVal typEvent As String) 'Prepare to look for matching alert database Dim int As Int32 bolAlertsEnabled = True If bolAlertsEnabled = True Then Using connection As New OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=F:\Dot_Net_Projects\Visual_Basic\aiHome\Website\App_Data\aiHome.mdb;") Dim command As New OleDbCommand("SELECT strMedium, sndDeviceAddress, typEvent FROM x10_Triggers WHERE strMedium = AND sndDeviceAddress = AND typEvent = ", connection) command.Parameters.Add(strName, OleDbType.Char, 150).Value = "Movement - Front Porch" command.Paramet ...Show All

  • Visual C# How to reset the AutoIncrement column in an Access database

    Hi, I have made an Access database , named IntermediateResults database, and connect it to my C# application. I have use the TableAdapter to deal with the database tables from C# application. This database tables have an AutoNumber columns, and when I add raws they are auto increment. If I clear the table , using a ClearQuery, and try to fill it again with new records , that columns does not initialized to start from 0 again, it continue the increment. I need to reset its value to start from 0, how can I do that Thanks in advance, Aya. take a look at this: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=847484&SiteID=1 ...Show All

  • Internet Explorer Development Internet Explorer Toolbar (Menu Bar) disappeared after installing IE 7

    I use yahoo as my homepage, when the "Get IE7 now!" appeared in the toolbar, I clicked on it and installed it. Big Mistake so far...Here's the problem, after installing my IE menu bar (toolbar) containing "File, Edit, View, tools, help" vanished and I can't figure out how to retrieve it or get it back. I have checked and it is not hidden behind another toolbar. Along with that, The IE blue bar at the top & small bars at the bottom contain no information of the URL (webpage) when pages are loaded. In the Yahoo toolbar, under the pencil icon- there is no standard toolbar listed anymore. Also my tabs disappeared from yahoo and under the toolbar options there no longer is a check box to "Enable Tabbed Browsin ...Show All

  • Software Development for Windows Vista CorrelationManager.ActivityId changes when in a method under Workflow

    I am having an issue with the CorrelationManager.ActivityId changing on me when I am running inside of Workflow. I understand that the CorrelationManager utilizes the CallContext to store its state, but I can't figure out why the ActivityId is a different guid when running under Workflow. In fact, the ActivityID is set to the WorkflowInstanceId. Within my workflow method I can do a CallContext.LogicalGetData("System.Diagnostics.Trace.CorrelationManagerSlot").Peek and get out the stack in the same position I expect but if I do a CallContext.GetData("E2ETrace.ActivityID").ToString or (Trace.CorrelationManager.ActivityID same thing) I get the WorkflowInstanceId. This is causing me much difficulty when trying to log a ...Show All

  • Visual Studio 2008 (Pre-release) Setting data source from codebehind?

    Hello I'm making a simple rss reader proof of concept application When the program loads it reads a default rss feed but then the user should be able change the rss feed. How is thi accomplished Have tried the following but can't seem to get past XmlDataProvider rss = new XmlDataProvider (); Uri uri = new Uri ( TextBox .Text.ToString().Trim()); rss.Source = uri; ListBox.ItemsSource = "{Binding Source={StaticResource rss}, XPath=rss/channel/item}" ; I get a wrong string format on the ItemsSource property so this is probably not the way to do it....but then how It might be possible directly from XAML but it would be nice to know how from the code behind perspective ...Show All

  • Windows Forms How to include external file with ClickOnce deplyment

    Is it possible to include external file like .exe of .mdb files with ClickOnce deployment and specify where to save the file to Devi Yes. Include the file as in the Application Files under the Publish tab. Then when the app is run, you can to a file.copy(yourfile, "Path on the user's computer") ...Show All

  • Windows Forms How can I make update version for application which was signed with certificate now expired?

    If I change expired code signing certificate to new one and publish updated application, client will fail to launch. And code signing fails if I try to use expired certificate. How can I make update version for application signed with old certificate I can verify that this is a problem with Verisign certificates too. I just renewed mine, updated my software, and found out it will no longer work unless I uninstall the old version first and then install my new version. This is a unbelievable oversight on Microsoft's part if there is no fix for this. How can they promote the Clickonce technology, encourage people to sign their code, and tell them about all the benefits of using this technology when ...Show All

©2008 Software Development Network