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

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

sunrunner

Member List

DrunkPanda
azbwilcox
SPWilkinson
MR_ED
raveesh
OmegaMan
Jerry Lew
Stéphane Beauchemin
Chen CH
oykica
SThorpe
bheybi
ogagnol
jason duncan
Marcel82
ddseshu
Prabagarane
Marius Onofrei
akuhad
Pat Brickson
Only Title

sunrunner's Q&A profile

  • Smart Device Development launch picturebox

    How do i create a vb program so that when executed, there is no form window but only a picturebox shown Using the designer set the form properties as follows: Menu property to "None" and WindowState to "Maximized" This will remove the menu and task bar. Manav ...Show All

  • .NET Development MemberAttribute problem in codedom .Cannot find the right one!

    Hi guys, Happy new year to all of you first. I am trying to generate some methods that Implement an interface. EG I want to something that lookLike Implementing the IEmployee interface without the "Public" modifier IList<Employee> IEmployee.GetEmployeeList() { } I do the following private CodeMemberMethod GetEmployeeList() { CodeMemberMethod GetEmpList = new CodeMemberMethod(); GetEmpList.Name = "IEmployee.GetEmployeeList"; GetEmpList.Attributes = MemberAttributes.Public | MemberAttributes.Final; CodeTypeReference IListType = new CodeTypeReference("IList", new CodeTypeReference("Employee")); GetEmpList.ReturnType = IListType; ...Show All

  • Windows Live Developer Forums Playing back wma files in Activity Window

    Hi I've seen some posts about this but in general is embedding the window media player controls in the activity window, and getting the bot to play back a sound file, all ok I'm having problems getting the file to play. Thanks Riaan I tried this last night and at this time your activity application needs to be provisioned for ActiveX to successfully use the Media Player control. For security reasons only activity apps for companies that Microsoft has business agreements in place with have access to the ActiveX control capabilities. A business can contact bizdesk@microsoft.com for informaiton on what the agreements look like. Todd Biggs, Windows Live http://www.robotinvaders.com ...Show All

  • Visual Basic Setup Wizard in VB 2005 Standard SP1

    This one is aimed at Matthew Gertz in VB Development Team. Yes, I am aware that the Christmas Holidays are near but I hope your response will be quicker than last time. First two points and then my query 1. Despite ticking the Alert Me box, I am not getting Alerts when you post responses. 2. The first time, I opened VB2005 after installing SP1, I got the error message "Run Time Error/Program C:\Pro\R6025 - pure function call" and VB closed. The second time I got an Report Error toMicrosoft - which I did. Third time the programme loaded and ran OK. Curious QUERY I have read extensively in the help file about using the Setup Wizard but the reality does not match the reporting. Page bf5cf02e-b0b7-4a99-ba9c-bcf9d383b7d ...Show All

  • Windows Search Technologies Windows Desktop Search 3.01

      I'm please to announce the general availability of Windows Desktop Search 3.01 Overview Windows Desktop Search (WDS) 3.01 is a minor update to Windows Desktop Search 3.0 that adds: support for indexing UNC files, additional support for enterprise deployment, and stability improvements. WDS 3.01 installs on Windows XP and Window Server 2003, but is not needed for Windows Vista since the WDS component is already included in Vista. Windows Desktop Search 3.01 helps you to find, preview, and use your documents, e-mail, music, photos, and other items. The search engine in Windows Desktop Search 3.01 is a Windows service that is also used by applications such as Microsoft Office Outlook 2007 and OneNote 2007 to ...Show All

  • .NET Development Runtime validation using C#/XML

    Hi, I need some help in doing runtime validation using C#/XML. I have a record with  columns col1, and col2. There is a rule associated with col2 that says data in col2 should be present only if data in col1 is present. How can I frame this rule in XML and use it in C# code to perform runtime validation Can somebody provide a code snippet Many Thanks!! XSD may not be able to express restrictions you want. If you new to this area I'd recommend you to grab a book about XML first. ...Show All

  • SQL Server an error with a subreport

    Hello , I have created a new project of reporting services, then I added a rdl file of another report this latter contain asubreport, then when I tried to run this report the rendering of the sub report is failed displaying this error message : [rsErrorExecutingSubreport] An error occurred while executing the subreport ‘AcctSummarySR’: Report /Sous-rapport Resume du compte cannot be compiled. Verify the report name and that the report is in the current project. Even when I add a new sub report the same error message is diplayed related to the new report Thanks in advance ...Show All

  • Windows Forms seting backcolor of a window form???

    how to set backcolor of a window form dynamically in c#....and i want to set colour which is in hexadecimal code If by hexadecimal code you mean html color, try this (for example, in form's Load event): string htmlColor = "#0000FF" ; this .BackColor = ColorTranslator .FromHtml(htmlColor); Andrej ...Show All

  • .NET Development Multithreading question

    Hello, I have a small program with a form control and two threads. These two threads are identical with only difference is the first one reads the top part of the SQL table, while the other one reads bottom part. Both use the same DLL (that I include using imports statement) and instantiate the same class within their code areas. Now, I want these two threads to use dll and do the work simultaneously. But, they seem to take turns. (I have a counter on the form for both ). I see that when one starts, the other one stops. When the second starts, the first stops. How do I make both run at the same time. They use same table for reading and updating the DB. Thanks in advance, Noorul The simple answer is to get ...Show All

  • Internet Explorer Development IE7 Breaks HTML code for prefilled Outlook e-mail fields

    I have web sites designed so that when a visitor clicks on an e-mail link to request information, an Outlook e-mail message opens with the To:, CC:, BCC:, and Subject: fields pre-filled. This works correctly with IE6 and earlier. However, when using IE7, it does not work correctly. When clicking on the link in IE7, the entire HTML code is displayed in the To: field. As an example: After clicking on the " Check Out The Big Wazoo " link on the web page, an IE6 user sees :  To: name1@company.com ; name2@company.com ; name3@company.com CC: name1@company2.com Subject: The Big Company's Big Wazoo in the Outlook email. An IE7 user sees : To: <a href=" Check Out The Big Wazoo">mailto:name1@company.com;name2@company ...Show All

  • Connected Services Framework I m getting an error while invoking the webservice available in session.

    I have replicated the syncsessioninitiator(sample distributed by CSF) in my project. I am trying to use a web service which is functional n is running fine. I am getting the following error in CSF <wsu:Timestamp wsu:Id="Timestamp-656e90be-b4d0-4a74-b403-879907c289a8"> <wsu:Created>2006-09-20T13:20:46Z</wsu:Created> <wsu:Expires>2006-09-20T13:25:46Z</wsu:Expires> </wsu:Timestamp> </wsse:Security> </env:Header> <env:Body> <env:Fault> <env:Code> <env:Value>env:Sender</env:Value> <env:Subcode> <env:Value xmlns:prefix0=" http://Microsoft/ConnectedServices/2006/06/Session/">prefix0:2000 ...Show All

  • Windows Live Developer Forums Performance of Polylines

    Hi, I`m currently developing application for viewing driving routes on VE. The main problem is that routes contain many points and performance ir terrible. I wrote a function that displays only points visible on map in selected zoom, but it still contains too may points. If I show just few then routes are not correct, they go crosswise. Can anyone help with solution Good to hear. I've played with reducing the number of points in a polyline when you zoom out and it made virtually no difference unless you configure it very agressively and then it modifies the look of the polyline as mentioned above. For me the best solution for my geofences was to replace them with a pushpin when they get too small as you z ...Show All

  • Visual Studio Team System Service account

    Hello guys, I have to install Team Foundation Server(services). In that would like to know what is Service Account and the Reporting Logon account. Thanks a lot Hi, You can get the clear idea from the following definition which is actually available in the Team foundation Server installation guide... TFSSERVICE Used as the service account by Team Foundation Server Windows services (Code Coverage Analysis Service and TFSSchedulerService), and the SharePoint Timer Service. Used as the application pool identity by the Team Foundation Server application pool (VSTF AppPool), and the Windows SharePoint Services application pools (TFWSS and WSS_AppPool). M ...Show All

  • Windows Forms Combobox formatstring not working!

    I would really appreciate some help with this guys. I have a form with a combobox (amongst other things). The combobox is bound to a dataset and is filled with the relevant data without problem, however, I'm trying to use the formatstring property to add 1 or 2 spaces before the text for aesthetic reasons but the text remains the same no matter what formatstring I use! The formattingenabled property is set to True, where am I going wrong You can implement the Format event for the binding object. The code is something like this: void OnFormat( object sender, ConvertEventARgs e) { e.Value = " " + e.Value; } This event will be fired when the control tries to get the data. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. all kinds of combination spec

    When I create a tex2D as render target view with SampleDesc.count=4 and MipLevels=4 at the same time, directx reports Directx runtime error"an invalid parameter was passed into the returning function" . What is the problem Thank you. Even with the new more unified memory model there are still limitations. One of them is that a multi sampled 2D texture can’t have mip maps. You can see this limitation on the view creation too. For a multi sampled 2D texture you have to use D3D10_RTV_DIMENSION_TEXTURE2DMS as ViewDimension. This get’s you to the Texture2DMS element which is a D3D10_TEX2DMS_RTV structure. In comparison to the D3D10_TEX2D_RTV structure you can’t select a mip slice there. ...Show All

©2008 Software Development Network