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

Software Development Network >> tom-'s Q&A profile

tom-

Member List

LostAtC
ScruffyDuck
Sven_C
resquegal
Suresh63149
MS440
mepatuhoo
yatingg
Hans C Andersen
sakhu
Jan.skacel
roshdsa
Tareq
Jonathan Clark
Konstantin Kamanin
Kiran Patil
PeterPan1120
Ori N
Ross.J
Baskaranselva
Only Title

tom-'s Q&A profile

  • Software Development for Windows Vista Beta2 lab - [ExternalDataExchange] or [ExternalDataExchange] ?

    Hi, I have downloaded WWF beta 2 lab. In lab 4 of the order state machine example, it is still using [ ExternalDataExchange ] which won't compile under WWF Beta 2. (I thought it should use [ExternalDataExchange] for service component) Just wonder if the Beta 2 lab source code is up to date or I am missing something thanks chong Hi there, I've just downloaded and installed the beta 2 HOL from the following location: http://www.microsoft.com/downloads/details.aspx familyid=5DF74E3B-FB51-4A94-A11D-DFF70288A8BB&displaylang=en I did a full text search on all the lab04 dirs and could ...Show All

  • Visual Studio 2008 (Pre-release) PeerChannel message loss and more test data

    Here's the latest in my attempt to find a reliable configuration for PeerChannel to handle large volume enterpries messaging, and some new test results. When I first started playing with PeerChannel, it seemed like it lost messages very easily. Then I found that by adding an Application.DoEvents or a small sleep in my tight sending loop, things got better. A lot better: a couple of days ago I posted test results where I never lost a single message. If I really pushed things and tried to send a million messages, receivers eventually ran out of memory, but the network and its buffering were superb. Not a single lost message. That testing wa ...Show All

  • Visual J# How can i convert integer number into hexadecimal in J# ?

    Hi This the first time for me at this forum, and i want to get started with a question How can i convert integer number into hexadecimal in J# Regards Younis Hi Younis, You can try using Static method of java.lang.Integer class: toHexString(int) Signature: String java.lang.Integer. toHexString(int) Example: System.out.println( java.lang.Integer .toHexString(1122)); Output: 462 Varun Visual J# Microsoft Corporation ...Show All

  • Visual Studio Express Editions What to do?

    A little story: - I have on my computer 2 OS (Windows XP SP2 - with all the things: .NET Framework 2.0, Visual Basic Express Edition 2005, all updates and Windows XP SP2 - without .NET Framework and Visual Basic) I maked a program in Visual Basic (ok...is running) but on the other OS (without .NET Framework) is not running.What I can do to make the program running on all computers without installing .NET Is necesary .NET or no If is necesary I most return to the classic Win 32 Programing. :-( ...Show All

  • SQL Server Code Completion of SQL Statements in 2005

    Will the new tools for SQL 2005 give us code completion of SQL Statements, e.g. if I type the following sql USE pubs GO SELECT pub. FROM   publishers AS pub When I type the "pub." will I see a list of the available columns in the publishers table.  This type of feature has been available in TOAD for years and years, will SQL Server programmer finally get this in the 2005 release. Cheers, Colin Hi Colin - I am sad to say that you will not see this feature in SQL Server 2005.  We will try our best to add it in the future releases. Regards, Michael ...Show All

  • Visual Studio Express Editions ATTENTION VISUAL STUDIO EXPRESS BETA USERS

    There is a problem with the beta versions of visual studio 2005 Express. DO NOT USE A REGISTRY CLEANER IF you do it will clean the invalid entries, which might not be invalid. i did this and discovered  it. IT will wipe the project templates in all versions. I am using regseeker 1.45 beta. I never had any problems with any other program while using this.  whew good thing i had a backup It will also cause the uninstall to fail. --------------------------------------------------------------------------- SOLUTION: try this first: Open up your registry cleaner, in the documentation/website/ or just look around. See if they have a backu ...Show All

  • Visual FoxPro Pageframe and Pages

    I have a pageframe with 5 pages. Each page is linked to different table; the table each linked by unique field.  I also have the wiztxtbtns at the bottom of the form outside the pageframe. This is what I want to achieve.When I run the form, all the pages should show details pertaining to the first record. Also, when adding a new record, I give the new key field number and it should accept details for that on all pages and when I hit Save, the details should get saved. The same has to happen when I use any of the keys like Next, Prev etc... If key field value is 1 on the first page, it should be the same on the o ...Show All

  • Visual Studio Team System MS Project - can't get work items

    We get the following error on MS Project : TF80071: Team Foundation encountered an error while accessing the work item database.  Please contact the Team Foundation Server administrator. We have Office SP2 and Project SP2 Any ideas Please try the workaround in: http://forums.microsoft.com/MSDN/showpost.aspx postid=159182&siteid=1 and let us know... [look for Sridhar S] ...Show All

  • Visual C++ compiling vc++ code in VS 2005 error LNK2001: unresolved external symbol

    hi While compiling my vc++ application in VS 2005. i faced the link errorsas following. Any help will really help me a lot. 1 file(s) copied. link /NOLOGO /SUBSYSTEM:windows /DLL /INCREMENTAL:no /MAP:FULL /OPT:REF /DEBUGTYPE:CV /IMPLIB:..\DBG\TmtData.LIB /MAP:TmtData.map /OUT:..\DBG\TmtData. DLL @TmtData.files /BASE:@t:\tcomponents\Make\TmtCommon.Lod,TmtData Creating library ..\DBG\TmtData.LIB and object ..\DBG\TmtData.exp tcbsdglb.OBJ : error LNK2019: unresolved external symbol "__declspec(dllimport) protected: __thiscall T_CGlbComponent::T_CGlbComponent(char const *,class T_CVer sion const &,class T_CResComponent *)" ...Show All

  • Visual FoxPro Help in VFP 6 Application...

    Hi, I've developed a application in VFP 6.0 in Windows 2000 Server Env. The problem is that if I start the application. the splash screen shows up... but with the Command window and the standard toolbars in background..... I tried with application.visible=.f. But it imposed several limitations in my applications.... So is there any way to get around this situation..... One more thing I wanted to ask is what is the best way to show up the content of a text file(ascii text...up to 1Mb in size) with in an application.... SET SYSMENU off zoom window command min at -5,-5 HIDE WINDOW "Standard" ...Show All

  • Visual Studio Team System Code Analyzer - XML Comments

    Is there a way to get the Code analyzer to flag warnings/Disallow code to be checked in where its missing XML comments for Methods, Properties etc That would be a fab addition to the software, and if you could stipulate the format of the comments you required somehow and make people stick to it that would be even better. ...Show All

  • Visual Basic Writing to database

    Hi, As a new user to vb.net... I desided to follow the basic instructions cearfully. I have managed to find my way through the database programming using the odbc class. And I was successfully able to populate records from the database to listviews, treeviews, comboboxs and all sort of controls. Now I am working on phase 2 of my project whitch is writing back to database.... but unfortanilty I did not find a good illustration of how to do that using odbc data adapters. I am trying to send data from textboxs an listviews...  Can anyone help me with a syntax to follow Thanks in advance Hello, The following page on MSDN shows how t ...Show All

  • Visual Studio Express Editions ClickOnce sigining, security getting checked by default during publish

    For some reason in my visual C# 2005 express installation, when ever i publish even a simple app, in the properties, the "sign the clickonce manifest" and the "enable the clickonce security setting" get checked automatically . Even if I uncheck it, it gets rechecked when I try to publish it. I have the app not check for updates and just install from CD, is there any global setting that is causing it get checked Any inputs much appreciated. thanks ...Show All

  • Visual Studio 2008 (Pre-release) TabControl and ItemTemplate

    Hi, I want to create a tabControl and I want to specify an ItemTemplate for each TabItem. (with Feb CTP) But this xml code doesn't work. < TabPanel Width = " Auto " Height = " 350 " x:Name = " MyTabPanel1 " RenderTransformOrigin = " 0.5,0.5 " > < TabPanel.Resources > < DataTemplate x:Key = " ContentDataTemplate " > < StackPanel Orientation = " Vertical " > < Label Foreground = " AliceBlue " Content = " Hello " /> </ StackPanel > </ DataTemplate > </ TabPanel.Resources & ...Show All

  • Visual Studio The report definition for report 'xxx' has not been specified

    Hello, I have to confess that I never did anything with reporting services, reports, or whatsoever. For a rather huge database application (based on sql express) I thought it might be best to do the printing with local reports, which I planed to bind to the objects, I already used as data layer in my project. I created a simple report (just a table, with two fields), bound the report to the ReportViewer-Control, set the bindingsource-properties in form load. But the only thing I see is this error message "The report definition for report 'xxx' has not been specified" So: What *is* a report definition and how *do* I specify it Are there ...Show All

©2008 Software Development Network