Software Development Network Logo
  • Visual C#
  • Architecture
  • VS Team System
  • Visual Basic
  • Windows Forms
  • Visual Studio
  • VS Express Editions
  • Game Technologies
  • .NET Development
  • Windows Vista
  • Visual J#
  • Visual C++
  • Smart Device
  • Visual FoxPro
  • SQL Server

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

hinchi

Member List

Richard Lyon
Avikash Nadan
goke
Steve001
ahewgill
Subrat10197
JonasSvahlstedt
Perry_valid_name
Jesn Egil Evensen
ErtanO
bobeastm
David Jarmoluk
Olivier MATROT
rsparrow
Shruti00
kosednar
Wollmatt
DBoldt
PDADev
Cristian Lefter
Only Title

hinchi's Q&A profile

  • .NET Development USE SQL SERVER 2005 Express with ASP.NET1.1

    Hello, here i need to know that how can i access SQL Server 2005 Express Edition from my ASP.NET 1.1 Application. Any help would be grateful. Murtaza  thnx.... for your info ..i just found the solution prior to ur reply.... infact it wasnt really a prob :) anywayz thank u so much ...Show All

  • Visual Studio 2008 (Pre-release) Request End Event??

    Hi, Is there anyway to be notified when a request (i.e. invocation of web service) ends In my example, I need to make sure that database sessions are closed when the request ends. Thanks, Scott. Thanks for the replies. I ended up solving this using an IDispatchMessageInspector. Here's some sample code in VB.Net. // // Adds Behavior to the Dispatcher to ensure that all // Database connections are cleaned-up after each method call // private void AddChannelBehaviour( ServiceHost serviceHost) { foreach ( ChannelDispatcherBase cdb in serviceHost.ChannelD ...Show All

  • Visual Studio Configure Internet Access: No subdirectories for update/download created

    I'm using VS.NET 2005 Beta 2.  I followed the steps as listed in http://forums.microsoft.com/msdn/ShowPost.aspx PostID=2774 . 1. I'm not quite sure about SourceSafe Security guidelines.  Anyway I did share the database folder in Explorer only to the domain users for our project. 2. I also added the VSS database (\\Developer\Test$) in SourceSafe Administrator on the server. 3. But the problem happens when I follow the steps in http://msdn2.microsoft.com/library/ms181057(en-us,vs.80).aspx . In SourceSafe Administrator, I go to Server --> Configure... In SourceSafe Internet tab, I check Enable SourceSafe Interrnet ...Show All

  • Visual Studio Express Editions Data Connection Trouble

    Hi guys, I'm trying to read information from an Access database using OleDB connections, and I'm having trouble with my connection strings. When i run this program, it keeps on throwing useless exceptions that don't even make sense (check parameter etc.) I've got a database called DB1.mdb and a table in it called Table1 with the fields Name and Color and I'm trying to get the color information out of the color field by giving it the Name field. So here's the code that I'm using to connect, and it simply is not working! Dim work As String = "Robert" Dim myQuery As String = "SELECT [Color]FROM Table1 WHERE [Name ...Show All

  • Visual Studio Express Editions random form selection

    If I had a series of say 10 forms in a program, and I wanted to click a button on the open form, closing it, and have one of the remaining forms open at random, how would I code for it Have tried: Dim A as Integer(1,2,3,4,5....etc) and Dim A As Integer = CInt (Int((10 * Rnd()) + 1)) But algebraic values can't be called in the showing of forms e.g. Form A .show() Any Ideas   Mattbro wrote: If I had a series of say 10 forms in a program, and I wanted to click a button on the open form, closing it, and have one of the re ...Show All

  • Visual Basic want information about DOS call for porting in visual basic

    hi.           I am porting QBasic application in to visual basic. i want information about dos call made through basic code like WINSEL,BELL etc.          Mainly i have problem in DOS call like SRVRLOGIN() and NETPARM(). can any one give me information about these call or Website link if available. please help to resolve this problem. thanks.   Cheers, Ganesh. hello,         That's True. No one search engine gives information about these call which are still exist in windows system. I have ...Show All

  • Visual Studio Team System Best Practices for ClearCase Migration

    Hi I am wondering, if anybody has some best practices for migrating ClearCase to TFVC to share with public Since there is no migration tool available I'm wondering if anybody decided to move certain snapshots of certain labels and inserted them by hand into TFVC. How did that work out What sould I look out for What are the does and don'ts Who ever has any ideas or suggestions pls let them hear. Tom Snapshot migration basically boils down to saying "I want the content at this point to be correct but I don't care if the revision history that leads to that content is correct." The common scenarios of ad ...Show All

  • Windows Forms Where are my controls?!?

    Hi all For some strange reason the controls keep disappearing from my tab strips. I'm not sure whether it is random or otherwise at this point. Oh yes and it happens at design-time and not at runtime!!!! The controls in question are the standard text boxes, labels, combos and datepickers and buttons (no modifications). I really dont think its a memory issue cos I have 1GB of RAM installed on my dev machine. Any thoughts I had searched for a couple of hours but haven't seen anything remotely like this. You need to provide more information about your exact situation. Whenever controls are disapp ...Show All

  • Windows Forms ListView column order confusion

    I believe this is probably a bug report actually. I created a list view with 5 columns. But the last one I added SHOULD have been the first one. I set the order in the columns editor wizard. This did not help, the change is lost upon exiting the editor. I set the indexes on the columns. This shows up correctly in the designer now, but at runtime, the original order is seen. I opened the designer vb file, edited with notepad. Everything looks OK here. I am guessing the indexing honored at runtime must be in the forms binary RESX file, and the one shown at design time is in the designer VB file. Anyway, there is not an apparent way to salvage ...Show All

  • SQL Server Failed to access IIS metabase

    I installed Report Services 2005 on XP Pro, and when trying to access the http://localhost/Reports directory, I receive this error: The process account used to run ASP.NET must have read access to the IIS metabase (e.g. IIS://servername/W3SVC). For information on modifying metabase permissions, please see http://support.microsoft.com/ kbid=267904 . I ran the aspnet_regiis –ga <WindowsUserAccount> , still nothing.  I went in to IIS and checked the settings, and everything for the Reports directory looks just like the IISHelp directory(which I'm able to view using http://machinename/IISHelp I did restart IIS after apply th ...Show All

  • Visual Basic Bid hashtable to datagrid

    I have a hashtable with a ticker as the key and a structure as the value comprising (hi, lo, close). I am currently successfully populating the hashtable from an online feed. There is no underlying database. What I cannot figure out is how to bind the hashtable to a datagrid control. Using the dialogs in Visual Studio 2003 I cannot figure out how to make the hashtable a datasource. I would appreciate some help, especially any examples or references to helpful reading material. Pete I dont think you can. . . take a look at the help for the DataGrid datasource property. It shows the interfaces that you can bind to a DataGrid. You c ...Show All

  • Windows Forms Make a DataGrid show realtime data when underlying values change???

    How do I get a DataGrid control to display the real values of the object it is bound to I have a custom class rather than a dataset, but it should work the same.  I use the SetDataBinding method of the DataGrid to create the binding to my custom class.  But other threads are running, along with possible user input from controls other&nb ...Show All

  • Windows Forms how to "LOAD" a form?

    I'm trying to "LOAD" a form from my main procedure. I can't, for the life of me, find the VB .NET equivalent of the old LOAD Method. I must be really STUPID! ...Show All

  • Windows Forms Databinding to Combobox

    I have a dataset with two columns, a Name and an ID. I bound the dataset to the combobox so that it displays the Name and the Value returned with a name is selected in the combobox is the ID. However, I also want to know what the Name was that the user selected. Can't figure out which, if any, property of the combobox let's me& ...Show All

  • Visual Studio Team System manually remove a (failed creation) project

    Hi, I tried to create a new tfs-project, but got a very strange error message (see below). But I need to be able to reuse the name! So how can I manually delete all traces of this project-name (or rename it in the DB, so the name is not recognized anymore ). I think there is some kind of project-removal console-app, but last time I tried that, it could not remove such zombie-projects. ---begin Exception entry--- Time: 13.01.2006 17:20:39 Module: Engine Event Description: TF30162: Task "VersionControlTask" from Group "VersionControl" failed Exception Type: Microsoft.TeamFoundation.Client.PcwException Exception Messag ...Show All

©2008 Software Development Network