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

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

WorkTimer

Member List

PeteCarterGreenan
Webbee
Richard_Mutschler
MidNightQc
P__M
mike82y
DMeglio
Patrick B
elite_commando
Nay Lin
Mosca Point
Sidd
Bely
sasman
signy
Nayan
Bajrang
Ivan Shumilin
jaypee68
Chandrub78
Only Title

WorkTimer's Q&A profile

  • Windows Forms Databinding and refill single row in datagrid from database

    Hello, I have 2 questions: 1. Databinding to a variable: I have a bindingsource that is bound to several controls in a windows form. Now, I would like to have access to some of the values without having to bind them to a control. The way I have achieved this is to create a public property in my windows form and bind that - but this seems like the worlds biggest HACK :-) Code: int id; public int ID { get { return id; } set { id = ...Show All

  • SQL Server Saving ODBC password

    I have an app that uses ODBC for connection. Everytime the users log in it prompts the user to enter a password. Is there any way (reg key entery ) for the password to be saved so the user is not prompted Thanks MPM No, I'm sorry you can't do that. This is a security issue, since someone may gain access to your registry information, and thereby uncover your password. Even if you modified your ...Show All

  • Visual FoxPro error registrated COM object as MULTI-THREADED COM SERVER DLL

    Hi! on Visual FoxPro 6.0 I created COM object (my_com.dll) as MULTI-THREADED COM SERVER DLL. but when I try registrated COM object I got the error regsvr32 my_com.dll "DllRegisterServer in my_com.dll failed. Return Code was: 0x80004005" Why That tells me it registers successfully using vfp6R.dll(which single-threaded uses) but not the MT version, vfp6t.dll.  So, the problem apparently is with vfp6t.dll.  Check it's vers ...Show All

  • Visual C++ include guards gray out code

    It appears that there is a bug with how the VC8 IDE detects and grays out excluded code.  When using standard inclusion guards, like so: #ifndef HEADER_INCLUDED_ #define HEADER_INCLUDED_ // code here #endif ...all of the code between the inclusion guards turns gray.  Until this is fixed, is there a way to disable graying out excluded code   RITZ wrote: You could use #pragma once for now ...Show All

  • Visual Basic Full Module View?

    How can I turn off the "Full Module View" in VB2005 like in VB6 Thanks Procedure View is not supported in Visual Basic 2005.  We've heard requests ( http://lab.msdn.microsoft.com/productfeedback/viewfeedback.aspx feedbackid=38767cc3-834e-4ecd-9656-995c1756ac48 ) for this recently and will be looking into adding it for a future release but I can't make any promises at this point.  Feel free to add a vote for this su ...Show All

  • Visual Studio Team System Recording & Populating Form Fields

    The UIApp issue that we were having can be attributed to one thing: the test is not grabbing certain hidden form values (such as __EVENTARGUMENT) during runs. During recording, it assigns extraction rules. However, when the tests are then run, it is not always extracting these values that are passed in the POST. No javascript manipulation is taking place. The test simply isn't grabbing the values.  I have found a tool that grabs and shows ...Show All

  • SQL Server Multiple details sections, possible?

    In a table the details section is called "table1_Details_Group". Is it possible to add a second details group so that I can have the two groups have different group properties I'm trying to avoid creating a second table and using an expression to only show one at a time. Again Thanks. possible poss bile poss-bile possibler possibly Edit... Revert to "possbile" See this tutorial on a ...Show All

  • Visual Studio 2008 (Pre-release) Convenience question: global setting of panelitem margins

    If I have a panel, like the uniformgrid or the stackpanel, I regularly do not want the items within it to be next to eachother, but I want a margin around them. I set the margin for each individual item. I can not find a fast way to set these globally. That would be really convenient though for quick layouts. I'd love to see a property like 'ElementMargin' on the stackpanel that will set that margin around each element it shows. Well, d ...Show All

  • .NET Development form is lost

    Hi. I am trying to do simple graphics here using 2 forms: 1 main form which executes form 2 (graphics) in a seperate thread. form 2 on load basically has a for loop and in it will increase the opaticy of the form by 0.01 to give a fade in effect however once this is shown, the form is then lost! if i do not put this in a seperate thread created in the application it's fine, the form is there. but since this type of graphic "freezes" the previous ...Show All

  • Visual Studio Team System Team foundation notifications

    Hi, I'm trying to get notification in my team project (about checked in item etc.). I have made the settings in the team->project alerts and checked in my server that the follwing keys are ok: <add key="emailNotificationFromAddress" value="" /> <add key="smtpServer" value="" /> I have switched the eSwitch (and general) to 3 but I did'nt find the bislog.txt. What else can I do Pls help 10x Ofir, The ...Show All

  • Windows Forms how to create those dataset class files in web services?

    I am new, and am learning the taskvision now. I noticed that there are a lot of DataSet classes files in the web services project. For example, DataSetTasks.vb, DataSetProjects.vb, DataSetProjectHistory.vb, ... I opened thoses files, at the beginning, it read ...Show All

  • Visual Basic Common class library between XP and SmartDevice

    I want to have a common class library between windows xp program and a Pocket PC program. The code in the class is general processing, nothing device dependant. So, in my VS2005 Solution, I have a XP program and a Pocket PC program, and a Class Library.  How can I get VS2005 to ( I guess) compile the class twice generating a DLL that will work with windows XP, and another DLL that will work with Pocket PC with out having to copy the c ...Show All

  • .NET Development Dependency on Windows Installer 3.0 limits targets for .NET 2.0

    It seems that you cannot run dotnetfx.exe to install .NET 2.0 on a target machine  without first installing Windows Installer 3.0. This dependency appears to limit the environment in which .NET 2.0 can be installed to: Windows 2000 SP3 or SP4 Windows Server 2003 Windows XP with or without SP1 or SP2 Questions: 1. Can someone from Microsoft confirm this dependency and reveal any future plans to expand the supported environment for .NET 2.0 2 ...Show All

  • Visual Studio DMD -> DD helper tool (contribution)

    Hello. Modelisoft has created, for its own experimentations with the DSL Tools, a tool named Dmd2Dd  which makes it possible to remove and create shapes and connectors in the .dd file, when you rename or add concepts and relationships in the .dmd file. The created elements have reasonable names deduiced from the .dmd named elements. And some default resource bitmaps are created as well. This tool makes it possible to get a solution wh ...Show All

  • Visual Studio 2008 (Pre-release) Worry about LazyLoading

    ForExample if we had a PERSON class with 50 attributeTypes and the class had compositon and aggregation relationships with 10 other classes. How will DLinQ deal with "Lazy Loading" if I only need 2 attributeTypes from PERSON class and 2 more related attributeTypes Can it create an optimized SQL sentence that I get the FASTEST result from my RDBMS Or does it load all the 50 attributeTypes and relations what about the pri ...Show All

©2008 Software Development Network

powered by phorum