sureshsajja's Q&A profile
Windows Forms LISBOX is it possible to find where VERTICAL SCROLL is visible or available
i have the scroll property checked for both vertical and horizontal scrollbar. scenario 1: 1) you have Clist box 2) Add few entry to listbox till the vertical scroll bar appears 3) is there any way to find at this point that scrollbar has appeared. so that i may do some action based on that. Query : Any point of time given a LISBOX is it possible to find where VERTICAL SCROLL is visible or available . ...Show All
SQL Server Accessing Mobile SQL Databases in VB2005 - Windows Apps
I have both used the Data Connection Wizard and tried programatically to connect to a Mobile SQL Database from within a Windows Application and keep on getting the same Error at the connection point "Unspecified error [ sqlcese30.sys.dll ]" The Debug message is " A first chance exception of type 'System.Data.SqlServerCe.SqlCeException' occurred in System.Data.SqlServerCe.dll" I have added a reference to C:\ Program files\Microsoft Visual Studio ...Show All
Windows Forms c#.NET Listbox
I have a listviewbox and I need it to do this. I need it to let the user click on the comment and then put the comment in a textbox to edit the text. The comment is in the listviewbox. The columns that are in the listviewbox is the date,comment, UserName. can u help alternatively, you can catch the ItemActivate event and show a new Form where the user can edit all Subitems of currently selected ListViewItem. ...Show All
Windows Forms Read Data
How to read Data From Finger Print machine "AV-100", Use VB.Net. You probably need the SDK http://www.anvizbiometric.com/ProductShow.asp ArticleID=81 But it does not mention if it will work with VB.NET, only VC++ 6.0. You probably can consume their interfaces through interop. ...Show All
.NET Development Issue about use Send and recieve Data between Pop3 using SSL
Does this problem have problem I can't use it to connect to pop.gmail.com (Ports 995) Thank . Public Class Pop3SSL Dim TCPC As System.Net.Sockets.TcpClient Dim SL As System.Net.Security.SslStream ReadOnly Property MailCount() As Long Get Dim ThisResponse As String Dim tmpArray() As String ThisResponse = SendCommand(SL, "stat" & vbCrLf) tmpArray = Split(ThisResponse, " &quo ...Show All
Software Development for Windows Vista How to debug with RunWorkflow method?
when I use btest = scheduler.RunWorkflow(guid); btest return false and how can I trace the error it didn't throw any error for me You can try to enable debug traces in config and see what's going on there: <system.diagnostics> <switches> <add name="System.Workflow LogToTraceListeners" value="1" /> <add name="System.Workflow.Runtime.Hosting" value="All" /&g ...Show All
.NET Development Transferring Data between DataTables
How do I import rows from one datatable to another.Calling the ImportRow function imports the rows at the end of the datatable.I want to be able to import it at a specific index.Data is displayed using a DataGrid. I tried using InsertAt function but as I have to add one row at a time iterating thro the loop thows an Exception.(System.ArgumentException - row belongs to another table). Is this even possible. if so where do I specify the ind ...Show All
SQL Server Profiler: Deadlock graph
Hi. I'm trying to capture Deadlock Graph in profiler. I've checked it in the event list along with Event:Deadlock. I generate a deadlock... The Deadlock event shows up in the trace, the Deadlock Graph does not. I'm pretty sure BOL says that for every deadlock there is a deadlock graph. I've also tried the steps in BOL to save the deadlock graph xml to a file. The file is empty. any clues thanks ...Show All
.NET Development Filling out html form / uploading files
I'm writing a parser that parses a text file and writes a prosessed version of it. The parsed file are then uploaded to a website manually using a web browser. I wanted to make things a bit easier for the users of my program by including a feature that automatically uploads the file to the website without the user having to use a web browser, fully automatical. The website is not IIS and the scripting language is not ASP on the site ...Show All
Windows Forms Interaction w/Access from winForm through Com - Access process will not exit
See the following thread for additional background: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=300327&SiteID=1 I am testing the ability to interact with a winFom in vb.net (VS 2005) from within Access 2003 by using a COM Wrapper around the form. In testing based on the links received in the above post, I have found that I can open and close my test winFom from Access just fine. But as soon as I go beyond openning and clo ...Show All
Windows Forms Controls don't reflect datasource updates
Using VB2005, I have two forms with Data Grid View controlss, bound via simple drag and drop techniques to the same underlying SQL2005 table. One form also has a list box, manually bound to the same binding source as the Data Grid View. With both forms open, when I update data on one form, the controls in the other form do not update until I close and re-open the form. Controls on the same form (bound to the same binding source), as we ...Show All
Visual Studio Team System beta2 disapointing - beta1 was more stable !
Beta2 is pretty disapointing. I have been using beta1 since it was dropped and really enjoyed its stability (impressive for a beta1) while developping win forms apps in VB. Ok, a few crashes, few bugs (like Controls renaming) but it was fine. Beta2 is another story. To avoid incompatibility issues, I recreated from scratch all my apps (including datasets and UIs) and only copy/pasted the code I had written with beta1. In 4 days using Beta2, I ha ...Show All
SQL Server FileSystem Deployment
I am still a little confused on how the file system deployment works. When I deploy my files they end up in {ROOT}/Microsoft SQL Server\90\DTS\Packages\{PKGBUNDLE}, but the connection managers still reference the original dev path. Why does it copy to a seperate directory but still reference the old path, what's the significance Is using pkg_vars the only way to update conn mgrs to reflect the new path (outside of using a grep util to searc ...Show All
Visual Studio Tools for Office Open and Modify Word Document from C# .NET 1.1
I'm trying to open a Word document from a VSTO project using C# in VS 2003. When I attempt to launch a copy of Word, I get an "Access is denied" error. This project works great if you manually open the Word document specified for it, but if you try to launch Word and open the document from C#, it's a no-go. So what am I doing wrong All help is appreciated. Thanks. Could you post the code ...Show All
Visual Studio Team System Availability of 3rd party templates for "Requirements"?
Are there any 3rd party Process templates (for Import into TFS) that address the area of project Requirements tracking (Commercially available or in-development). Surprisingly, this key area is not represented at all in the MSF Agile process. Barkingdog To be a bit clearer, I was thinking along the lines of tracking Requirement documents, in Word, as work items. Barkingdog ...Show All
