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

Software Development Network >> Kiet A. Quach's Q&A profile

Kiet A. Quach

Member List

OnTheFly
matt
HillCalif
empty mind
Joshua_Ethan
gatsby0121
Muljadi
Sandeep Jain
DougMullett
vruttan
phatrice93
Rogermon
Kal_Torak
Sha Sea
Grote Oerk
Christian Niehaves
haSta
Ivan Selchenkov
skyma
Rodboy
Only Title

Kiet A. Quach's Q&A profile

  • SQL Server dblib support in SQL 2005?

    Hi there, We have a server application that's built on DBLIB. From what I can tell, it runs on SQL2005, but I'm looking for official confirmation that it's supported. I recall seeing a document recently that said it was supported, but that there would be no documentation released for the API set any longer. Anyone have any links to official information Thanks. The following is copied from an internal email. It should answer your question. I have no official link for this except http://msdn.microsoft.com/library/default.asp url=/library/en-us/dblibc/dbc_pdc00b_589v.asp ---------------- ...Show All

  • Visual Studio Team System Limit scope of GET?

    I trying to convert a very large project to Team Foundation build. I am wondering if there is some way to limit the scope of the GET that is done to get the source. Right now it is starting at the top of our tree and I believe eventually timing out on getting the source and then failing the build. Can I somehow point it at the Sources node within the tree instead of the root Here is a blog that describes how to limit scope of get - http://blogs.msdn.com/nagarajp/archive/2005/10/21/483590.aspx ...Show All

  • Visual Basic Unhandled Exception Help Needed

    HI all, I'm GRK, kid in this group. I'm getting an unhadled exception in my application. *** Coming to real problem,I'm calling form two by showdialog() method in the button click event in the first form,and hiding the first form.when closing the second form I'm again enabling the first form. by doing this for more than 3 times I found an exception which is not caught by the try catch block. Error Message is: An unhandled exception of type 'System.ArgumentException' occurred in system.drawing.dll Additional information: Invalid parameter used. my code part: dim obverifier as new frmVerifier obverifier.ShowDial ...Show All

  • Windows Live Developer Forums Robot Invaders: terrible SDKs, please allow others/self-written ?

    I think it's a great idea to have a contest about creating bots. Bots are growing very popular, and a contest like this is a great way to show off what messenger can do. The criteria are very acceptable too, especially integrating activities would be a lot of fun. I had some great bot ideas, and I was very very eager to work them out, but there was one major thing that spoilt it all: You are forced to use one of the three SDKs on the site to be eligible for the prizes. This might not appear to be a very controversial rule, after all it's Microsoft's contest, so microsoft makes up the rule. However, I am quite certain that anyone that actuall ...Show All

  • Visual C++ Problem seeing my code

    I installed Visual C++ .net 2003 on my computer. Took forever to do and when I finally try to open my code to look at it and make changes, it shows my code as nothing but 0000000's. What is causing this Any ideas I say that I need to install Microsoft Internet Information Services on my computer. How would I know if I have this or not I met all the other minimum requirements. You don't need IIS just to be able to see your code. You only need IIS if you are developing ASP/Web applications. Can you open the same file using another application (like notepad.exe) if so what does it show What happens if you jus ...Show All

  • Visual Studio Express Editions Center Form Procedure

    Hello All, I have strayed across something very odd here and cannot seem to put my finger on why Express is doing what it is doing to me. I wrote a very simple function to center a child form inside it's parent form, since the startup position property does not appear to work. The procedure is as follows: frmChild.Left = CInt (frmParent.Left + ((frmParent.Width - frmChild.Width) / 2)) frmChild.Top = CInt (frmParent.Top + ((frmParent.Height - frmChild.Height) / 2)) Express forced the CInt conversion stating that doubles could not implicitly be converted to integers. This seems a bit odd to me since all the property values in que ...Show All

  • Windows Forms How to get rid of focus rectangle?

    Hello. I'm going to create a custom button control that inherits from windows.forms.button. I also wish my control not to get surrounded by a thick rectangle when it gets focus. How to accomplish this Thanks in advance. I not sure if there are other ways of accomplishing this, but I have successfully removed the default border and focus rectangle&n ...Show All

  • Visual Studio Express Editions Changed data saved, however old data retrieved.

    If I open SQL Express (in Server Explorer) I can see the value "Foo" in the database table exactly where it should be. I can run my program and retrieve the value "Foo" from the local SQL Express database and display it in the form. I can change the value from "Foo" to "Bleh" on the form and push a button that saves it to the database. While the program is still running I can open the SQL Express database in Server Explorer and see that the new value "Bleh" is stored in the database. However, if the program immediately accesses the database again it will retrieve "Foo" ...Show All

  • Visual Studio 2008 (Pre-release) Binding validation samples

    Hello I have downloaded the Winfx beta 2 (may release) and download the binding validation sample from SDK. However, I run into system IO exception because resource can not be found. The message seems to indicate that it can not find window1.baml. I check and find that window1.baml exist in debug directory. Can anyone point me to the right direction Thanks. The following is the line where system exception occured. System.Uri resourceLocater = new System.Uri("BindValidation;component\\window1.baml", System.UriKind.RelativeOrAbsolute); System.Windows.Application.LoadComponent(this, resourceLocater); Boon ...Show All

  • SQL Server For XML data retrieval

    How to add line breaks after each node when I use "for xml explicit" I would appreciate it for any suggestions. Mark, Thank you so much! I feel I almost get there. I use dbcc traceon(257) and see the link breaks. I have a question to save the file I have sql script that return xml via "FOR XML EXPLICIT" clause. I can specify output to file in Query Analyzer. Is it possible to save output file as file extension .ctl I would like to send you the file format to you if it could save your time and understand better for the file format I want. My email address is fancorning4@yahoo.com ...Show All

  • Visual C++ Problem exporting a class that contains __clrcall methods.

      I'm getting compiler error C3395: 'identifier': __declspec(dllexport) cannot be applied to a function with the __clrcall calling convention)   What I have is an non-managed class (I'm porting a library from another compiler/tool/environment), which is in a CLR-enabled (native) DLL and needs to be exported.  I can export the class without an issue if I don't include 2 methods.  If I have those methods declared I get the above compiler error every time the header is included somewhere in the DLL. Roughly speaking it looks like this #ifdef _USRDLL #define DLL_EXPORT __declspec(dllexport) #endif class DLL_EXPORT MyClass { / ...Show All

  • Visual Studio Express Editions Resource IDs in Express Edition

    A quick background: Having very limited programming experience, I've decided to take advantage of Microsoft's free VS Express and hopefully expand my ability. After a couple days of messing around and researching, I came to the decision that it would be beneficial to first teach myself some native C++ programming conventions in the Windows environment (win32 api) before learning the ways of the much easier-to-use .NET programming environment. I recommend this to other people starting out as well. Anyways, I'm currently learning about assigning a unique resource ID to a particular window, say a button type. I am being taught to pass the ID i ...Show All

  • SQL Server Not all subscriber types in New Subscriptions Wizard showing up

    Hi there, I posted this question at the end of the other thread I started last week, "SQL Server Mobile tutorial..." but was thinking that it would easily be missed so decided to post this question as a new thread. First, thanks for all your time and help. When I'm trying to create a new subscription on my server side in order to do replication with a mobile device, I don't get the full set of options as outlined in the lab for developing an SQL Mobile application with VS and SQL ...Show All

  • Visual Studio Express Editions Visible spaces

    This may seem like a really stupid question, but I was writing code with C# beta, and I somehow activated visible spaces (ie. spaces are now shown as dots in my code window) I have no idea how this happened, nor do I have any idea how to remove it Any idea where the toggle for this is found Thanks in advance AM milfora - Try doing Edit->Advanced->View White Space, or pressing ctrl-E, S. Thanks, Luke Hoban Visual C# IDE Program Manager ...Show All

  • SQL Server how to get rid of old records

    I have a patient reviewing database Master:    ID, Name, Address, etc. Detail:    ID, Interviewing date, symptom, etc. And I collect info monthly. When I want to count how many patients have suffered from the symptom and classify them by period, which I only need the latest info, lots of old records of the same ID emerges. I am new in TSQL and have trouble in retrieving the up-to-date info. PL Help me! Thank u.  Try this one: declare @symtom nvarchar(100) set @symtom = 'headache' select    count(distinct ID) as count,    year([Interviewi ...Show All

©2008 Software Development Network