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

Software Development Network >> tj-uk's Q&A profile

tj-uk

Member List

Kindred2k6
Casino Game Developer
georgemga
Brian Pos
TFC
camtin
Ronalld
jesus m
IONtheFROG
DOMcCrea
Dick Donny
KanwarNet
Fabrício Sperandio
Ed Mercado
Bob H
Arya21389
Theeran
abby_abz
A K
IMustCode
Only Title

tj-uk's Q&A profile

  • Visual C# Beginner

    hi all, I've just got myself into dot net (C#), do let me know the online resources available, for me to get acquainted with the technology.  Regards Arun Hi, The Visual C# Developer Center on MSDN is a great place to start exploring about C#. Take a look here: http://msdn.microsoft.com/vcsharp/programming/ Regards, Vikram ...Show All

  • Smart Device Development Pocket Access

    Will Pocket Access be included in a future version of Microsoft Active Sync Will it be comparable with Windows Mobile 5 or a later version of it PA is depreciated and replaced with EDB. I believe it can be installed on to WM 5.0 devices, but AS support is no longer available. ...Show All

  • Software Development for Windows Vista Windows SDK installation problem

    Hello, I have a problem installing Windows SDK. Belove is error log file. Any help is appriciated. Thank's Tatjana   Hi Tatjana, Are you installing the SDK to a networked drive or to a local drive I noticed a y: drive in your log. The SDK will not install properly to a networked drive. Please let me know if this was the problem. If not, there is another way we can pursue this. Thanks, Jason Sacks Setup Program Manager Windows SDK ...Show All

  • Visual Studio Team System Groking Shelvesets

    So I created a shelveset that I called Bug-56-Fix.  It contained a couple of files that were edited.  I then logged in as a different user and unshelved Bug-56-Fix and tweaked one of the files in the original shelveset and another file that wasn't in the original shelveset.  Now if I want to get the second user's updates back to the original owner to review and check in, how do I do that   I was sort of expecting to be able to have the second user save back to shelveset Bug-56-Fix but I don't see how to do that.  I have this feeling that the solution is for the second user to create yet another shelveset so that ...Show All

  • Visual Studio Express Editions Returning Newly Inserted INSTANCE ID

    Thanks in advance for any help I can get with this! I've been trying to retrieve the currently inserted rows Unique ID (Primary Key) with no success. I've tried both INDENTITY_SCOPE() and @IDENTITY. In the following example from the helps files I only ever get SYSTEM.DBNULL returned.  the help file link is for the example is ms-help://MS.VSExpressCC.v80/MS.NETFramework.v20.en/cpref16/html/P_System_Web_UI_WebControls_SqlDataSource_InsertCommand.htm One other thing I noticed was when I try to run this query INSERT INTO ORDERS(ORDER_ID, ORDER_DT) VALUES (@ORDER_ID,@ORDER_DT) SELECT @PK_New = @@IDENTITY I get the ...Show All

  • Microsoft ISV Community Center Forums Executing an insert statement in VBA

    Hi, I have made an insert statement in the query. I'm having the correct result everytime I double click the query itself. However, when I put the query in the code and execute it. it does not work. Please Help... Thanks, PSD ...Show All

  • Smart Device Development application control

    I have created a PPC aplication that is to be implemented on the factory floor, i have been asked if it is possible to have only this app available on the PPC, can i disable for instance the start button etc Grant These forums are more about development using VS 2005. You'll probably find more help from one of the forums given below http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=223605&SiteID=1 ...Show All

  • Visual Studio Express Editions More text box Stuff?

    Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim incomebox As Double Dim MTR As Double Dim result As Double incomebox = IncomeBox1.Text MTR = MTRBox2.Text Resultbox.Text = result 'Label20.Text = result result = MTR / 100 * incomebox End Sub is returning a value of "0" Public Class Form1 Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim incomebox As Double Dim MTR As Double Dim result As Double incomebox = inc ...Show All

  • Visual C# plugin based applications in C# projects

    I know c++ and c# well.But never develop a big project that have so many components and will be extended for long time. 1-)I need advices from developers.How must i design it If i design it fully native code(c++)Must i build it over com technology or something else And what must my project settings be 2-)Especially i think that i want to design my UI in c# and then other parts that my algorithms are working with c++.Because i don't want that my codes can decompile by reflector or salamander. Maybe i must start with c# windows app. then other parts are native code with c++. But i am not sure that it is right way.You know UI d ...Show All

  • Visual Studio Web Part Templates

    Visual Studio.Net had web part templates that coule be downloaded, does Visual Studion 2005 have something, i can not find anything on this. Thanks This would need to be answered by the poster of those templates, as it is not related to programming Visual Studio using the automation or VSIP model. Where did you download them from Craig ...Show All

  • .NET Development Validating SQL statement before execution

    Hi all, I'm new to C# and SQL and I have a question.  Is there a way to validate a SQL statement before actually executing it.  I have searched for various tools online, but have not found one that enables me to do that programatically.  Example:  statement 1 - "Select * From Table1"                   statement2 - "Selec * From Table1", I want to be able to know ahead of time that statement 2 is invalid before I execute that statement(don't want to use the try and catch).  I was hoping I don't have to write my owner valid ...Show All

  • Visual Studio Team System circular loop bug in compare tool??

    We have been having an interesting problem while checking in a file in team systems. The file in question was modified by 2 different people, and they had been modifying similar code blocks. After the 2nd person tries to check his code in he is presented with the standard files need to be merged and then the 'keep your changes, use server's copy, etc' dialog, but after trying to merge his changes the screen freezes up and there seems to be a lock on the file. Afterwards we forced the changes in manually by copying the file somewhere else, undo checkout, checkout with lock, paste of the copied file and just used that version instead of trying ...Show All

  • Visual Studio 2008 (Pre-release) can’t find WindowsCodecs.dll with Beta 2

    After installing new beta , my WPF project compile well, but when executing it raises an error : Can’t find WindowsCodecs.dll. I have search this library and is not present in my system. Am I missing something Thanks LearningWPF -- we're looking into this and believe we understand the cause and fix. Before entering it permanently into the public record, i'd like to have a private conversation with you to see if matches what you're seeing. Can you please mail me at mark.grinols at microsoft dot com Thanks. ...Show All

  • Windows Forms Moving items in databound ListBox?

    I have worked out how to move items in ListBox, but it doesn't seems to work when the ListBox is bound to a DataSource.  How can i move items when ListBox is populated using DataSource property   Maybe the better question is, why do you want to move items I had a app I have been working on where I had one list box&nbs ...Show All

  • Visual Studio Guidance on when to use VSTemplates and WizardExtension vs. .vsdir & .vsz files

    Hello, This is a general question regarding when to use the WizardExtension feature in VSTemplates vs. .vsz files together with .vsdir files.  There seems to be a few different ways of creating wizards and I'm not sure which way to go.  If there's any documentation that gives this guidance, please point me to it; otherwise, could someone please tell me when to use each Thanks, Notre Hi, VsTemplates is the new way to do things and the recommanded way to go when targeting VS2005. VsDir/Vsz is how you would do it if you need to target an earlier version of VS. Note that this is also supported with V ...Show All

©2008 Software Development Network