Quintesv's Q&A profile
Windows Forms Smart Card Reader/Writer with .NET SDK??
Can anyone suggest where to find a Smart Card Reader/Writer that has a .NET sdk I have found a few but they all seem to have C++ or Java dev kits. What I want is a USB smart card writer/reader that I can plug in to my  ...Show All
SQL Server Get UserName of Windows Account for Report Parameter
We would like to automatically pass the username as a parameter to reports. By username, I mean the username from the Windows account used to access the virtual directory containing the report (which uses Integrated Windows Authentication). Sort of like the User.Identity.Name property in ASP.NET. Is this going to be possible Thanks User!UserID has the fully qualified user name, i.e. MYDOMAIN\M ...Show All
.NET Development How to send E-mail to multiple users but only 1 email visible to reciever
Hi, I'm trying to send an e-mail using smtp. I only want to create one mail object and I want to send to multiple Users. I do not want the user's to be able to see who else is receiving th mail. Currently I'm only sending to one person at the moment. Here is what I have so far. btw, I'm using 2.0 protected void SendMail( string To, string Subject, string Body) { MailMessage message = new MailMes ...Show All
Visual Studio ASP.NET ReportViewer Examples Lacking
I would like to see better examples around ASP.NET and the ReportViewer. Primarily, how do you do subreports and drillthru's. There seems to be an abundance of examples, documentation and help for Winforms, but Webforms is lacking. Thank you Rajeev, Do you happen to have any examples of doing a ASP.NET drillthrough report using a SQL datasource instead of an XML datasource Bryan ...Show All
SQL Server MS SQL Server Run time Error
Hi We are using MS SQL Server 2000 as back end database for our application. It was working fine certainly we are getting Run time error while try to open this application through front end. The Error number says that the SQL Transaction Log file is file . find belo the error Thanks in advance. S Kaliyan ...Show All
Visual Studio Express Editions A reinstall wipes all the user settings
I'm using C# Express and I'm using the user level configuration feature to manage various user settings. The settings are set as use scope. When I release a new ClickOnce installer for my program and then do an install over the old version, all the user settings are reset to the default values. Is there a way that I persist settings across installs Thanks, Rich Balch ...Show All
Visual Basic DataSourceUpdateMode.OnPropertyChanged on dataBinding Help!!!
Hi all, please help me with this to format my textfield with databinding.. i use.. for example... Me .txtBirth.DataBindings.Add( "Text" , uBindSource, " Birth " , True , DataSourceUpdateMode.OnPropertyChanged, " Birth " , " yyy/mm/dd" ) 'it's work!!! okay!! but to format fo Phone number and ZIP Code Me .txtPhone.DataBindings.Add( "Text" , uBindSource, "Phone" ...Show All
Visual J# set image
Hell0 - me again :) Is there any way to set an image for an imagebox programatically Like, onLoad set image on picturebox1 to "hello.jpg" Thanks, Klaidas Hi, Can you elaborate your question a little more image control has imageurl property with which you can set the hello.jpg to image control.I am not clear about the imagebox control.Can you what kind of application you are using (web or windows) ...Show All
SQL Server Custom Report Item questions
Hello. A few questions for the gurus. 1. I am finding the PolygonsCRI example a little over my head, mainly due to the fact it's C# and the creating images manually is new to me. Is there anyway to step through the code during design time and run time so I can get a better handle on what I'm doing 2. Are there any books written specifically on creating custom report items for SRSS 2005 3. What I am creating is a custom control ...Show All
Visual Basic Processing Serial Data
I need the reduce the processing time in a uMicrocontroller to allow faster sampling times. This has creates a problem in the data collection routine in VB. The old system collected the analog data a converted it to a decimal format before sending it to the serial port. This data is collected and saved using Hyperterminal. The VB program would, when run, would open this file and process the decimal data by graphing it. What I need ...Show All
Visual C++ lnk 2019 error
hey guys, i was wrapping a native dll inside a managed c++ dll. i was compiling to test how i was going, and it got a weird lnk error. it is the following: error lnk2019 : unresolved external symbol _main referenced in function _mainCRTStartup. so how am i suppose to solve this issue imusing the VS 2003. thx and the way i experienced until now, in order to load or make an object from native dll in managed C++, u ...Show All
.NET Development Securing my webservice with Windows authentication
I have a problem securing my webservice with Windows authentication. The goal is a client app transfering data to a server which is blocked for anonymous requests. To do this, the client app asks the user for credentials, build some NetworkCredential with them & adds them to the CredentialCache. When i look at the iis log, each call to my webmethod appears twice in the log - first try without credentials (which fails with http 401) and the ...Show All
Visual FoxPro MS XML parsing - problem
I am trying to parse xml file with MSXML 4 and VFP 6.0 (this is what my employer has) When I press Form-> run form, the xml is parsed correctly. But when I build the project and start the executable, I get errors like "item does not evaluate to an object" or "childnodes does not evaluate to an object". Do you know about any solution of this problem I tried changing the "msxml.domdocument" to "microsoft.domxml" but nothing happened. ...Show All
Software Development for Windows Vista Failed to display context menu on 64 bit platform
I am developing mmc snapin for Windows 2003 R2, and encountered a problem on 64 bit version. The context menu cannot popup when multiple items are selected in the result pane. It works fine when only one item is selected. By debugging into the code we found that the IExtendContextMenu::AddMenuItems() is not invoked when multiple items are selected. Have anyone encountered similar scenario Would there be any difference ...Show All
Visual C# Login Control problem
Hey guys, I have a VS2005 website project on my dev machine. It compiles and runs perfectly. When I publish the project and put it into production, the Login control keeps giving me a "Login failed for user..." error. The web.config is the same, the connection strings are the same. Anyone know what the problem could be Can you provide more info on this, may be some tracing/event logging would help in here to diagnose further. ...Show All
