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

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

tdevine

Member List

Derek Comingore
Bjorn Johansson
perez6558
Pankaj11
Cathie
cplusplus1
osamaT
viveque
My Vizai
arunr14
EtherealSky
Chris Coddington
Howard43147
webrod
Kashif Arshad
WalasalaW
N_John
Silaros
Werner Kraemer
Palvinder Singh
Only Title

tdevine's Q&A profile

  • Visual Basic If.. End If

    Hello, all ... Look ! : A newbie question, Is it possible, as with c# editor, to see the "if...Then... End If" blocks highlighted in vb.net 2005 editor I would like to use this feature in complex blocks of code with lots of IFs in it. Thanks ! ...Show All

  • Software Development for Windows Vista STS Sample - using a managed card

    Hi, I have tried the STS example with FabrikamSelfIssued managed card, works fine. I can get all requested claims in the sample web site, but one thing is actually misleading me. I see all the claims empty in the CardSpace Selector (even if I explicitly click Retrieve), but when I send the card, the web site is able to request all claims. Is it a bug (selector's or STS') or was it designed this way I think, that the user *MUST* be able to see and verify all the data before it is sent to the web service. Thanks! Thanks for the reply Garrett, I'm looking forward to try upcoming samples. However, does the STS encrypt the token with RP's public key in the current sample Otherwise why does not the ...Show All

  • Visual FoxPro VFP6: Problem saving data

    Hi all The VFP database system is running in the server so that all the workstations can share it. The user complained that she could not save the data after amending. I tested to see whether I was able to save it on my side. It works successfully. I went back to the user’s workstation to verify it but still the same problem. I tried other workstations and found no problem so far. Assuming that there are a few possible causes: 1) Computer in the workstation is not maintained well. 2) Email virus will affect the database system if anti-virus software cannot detect it. 3) There is file caching problem in the workstation. The workstation will "hold" certain data and then release it to th ...Show All

  • Visual C# Problem On inputFile Control

    In my aspx file, I have one form tag, in which there are several controls of textbox, inputFile and submit. Sometimes I need to render text by textbox control as well as file by inputFile control, but sometimes I only need to render text by textbox. But if I ever uploaded one SINGLE file, ever since  no matter whether I have chosen file in the inputFile control, if only I clicked "submit" button, the previous already uploaded file would be rendered AGAIN along with the text. It seems that the control "memorized" the file rendering! Pls help me to fix it, thks! you are best to ask the question over on http://forums.asp.net , since this question is ASP.NET specific. The forum over there handles anything relati ...Show All

  • Visual Studio Express Editions Using an Accept Button within a TabControl

    I have a form that contains a tabcontrol. When I press the enter key, I'd like the tab to activate an accept button within that particular tab. I know how to set the Accept button at the form level, but not within individual tabs. Code or menu routings please. Tried TabPage2.acceptbutton = btnCalculateFlop  Where TabPage2 is the Tabcontrol page, and btnCalculateFlop is the button I want to activate. The error message I get is:  'acceptbutton' is not a member of 'System.Windows.Forms.TabPage'.  Thanks in advance. Jet Hi, There is no built-in way to do this. You have to process the KeyPressed event and detect the enter key. Charles ...Show All

  • SQL Server Install SQL Server Reporting Services?

    Hello, To Install and work on SQL Server Reporting Services; do I have to have Visual Studio 2003 installed on my System We just recently purchased Visual Studio 2005. We do not want to migrate from SQL server 2000 to SQL 2005 right now. Please could somebody tell me how I could implement Reporting Services on Visual Studio 2005. I know we could use the Report Viewer. But please can anybody tell me if there is a posibility Thank you very much, If you want to create and deploy reports on the SQL 2000 system you need to have the VS 2003 edition. Otherwise you will create report with the VS2005 which are not accepted by SQL 2000. HTH, Jens SUessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • Visual FoxPro naming a file with timestamp

    hi, i want to export to excel or export a text file including timestamp in the name. plz help. Another way: use myTable copy to (alias()+'_'+ttoc(datetime(),1)+'.csv') type csv ...Show All

  • Visual Basic How to extract files from zip file

    Hello Can I extract files from a zip file I have Thanks not entirely. you may need to use 3rd party zip software like pkzip to execute it in a process and give it the right commands to extract the files or maybe some Win32 P/Invoke if the OS is Windows ME or higher as it has zip built in. The .NET Framework 2.0 has a Compression namespace but that is for GZip which is a different zip format I believe ...Show All

  • Software Development for Windows Vista Setting proper rights and integrity for ProgramData

    Hi All, I have an ActiveX control that is loaded by IE7 Protected Mode (eg Low integrity) which needs to be able to write to my folders in "Program Files" and "ProgramData."  When my installer creates the folders, it sets the proper rights/integrity (low).  I have this working for "Program Files." However, I have not been able to create my folder in "ProgramData" with the proper integrity to allow the Low integrity process to write to it.  Setting the SACL (S:(ML;;NW;;;LW)) does not work, although it does have some effect, because when I set it to S:(ML;;NW;;;HI), even a medium process can't write to "ProgramData". I find it quite weird that I can now write to "Program Files," but not "ProgramData."  Any ide ...Show All

  • SQL Server Query performance

    I have a query as follow Select product.name, vendor.name from product join vendor on product.vendor_key = vendor_key Vendor_key is the primary key on Vendor Table If I want to increase the performance should I use Stored Procedure or create index for the vendor_key on Product Table The first thing to check is that both tables have indices on the linking columns. Vendor(Vendor_Key) is a PK, so it is automatically indexed. Does Product(Vendor_Key) have an index ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. A few XNA questions.

    Now with XNA will you be making the game right in XNA, or do you like make it with another program using different code and then just use XNA to make it playable on the 360 Thanks! Correct. You use XNA GSE to code (on your PC) and debug (remotely on your 360 or on your PC for a Windows version) your game. The assumption, I believe, is that you have a network in your house that both your 360 and PC are hooked up to. ...Show All

  • Visual Studio Team System Work item type "review" question

    Hello there. When creating a new "review" work item the "attendees" tab can be used to add required and optional attendees. How are these people notified that the review has been scheduled and they are a required attendee If the attendees are not assigned the work item it isn't being picked up when running an "all my work items" report. With project alerts configured with a valid email address no emails are being sent to the attendees (I think since the work item has not been assigned to them). Is there a way to notify the attendees they have been added to a "review" work item Any help would be gratefully received! Thanks, CD I think the easiest ...Show All

  • Audio and Video Development blu ray emulator?

    Hi, I know this is a HD forum but i have a question about blu ray development. Microsoft have issued this "kit" that is very useful and includes a HD dvd emulator and some very useful scrips. This is great and allows us to learn and experiemt with hd without having to buy scenarist 4, (which is not really possable for an individual). Are there any such emulators / kits made available for blu ray If anyone knows i would very much like to take a look. And while i am here, have any super clever individuals been working on a multiplexing / imaging tool for HD asided from sonic. I mean is there any way for the home user to take their scripts/assets and layout / image so that it can then be emulated on a software hd dv ...Show All

  • Visual Studio Team System "TFS WorkItem Tracking" service does not match the trusted performance library information

    Hi I have been receiving the following message in my application event log "The configuration information of the performance library "C:\WINDOWS\system32\netfxperf.dll" for the "TFS WorkItem Tracking" service does not match the trusted performance library information stored in the registry. The functions in this library will not be treated as trusted." Does anyone know how to resolve this I have tried the article ( http://support.microsoft.com/kb/267831/EN-US/ ) and has made no change. ...Show All

  • .NET Development connection is not open

    Hi all, I had tried to connect to Postgres database using Npgsql but upon executing the code, it gives an error that "connection is not open"; This is part of my code: using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; using Npgsql; public partial class Login : System.Web.UI. Page { NpgsqlConnection conn; protected void Page_Load( object sender, EventArgs e) { conn = new NpgsqlConnection ( "Server=10.10.12.100 ...Show All

©2008 Software Development Network