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

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

jretelny

Member List

killerless
DegenerationX
Ian Heyns
erked2
Prasenna
Nick Hanson
carlengerer
mjschwenger
Mehrdad Abdi
medhat__1
Etherline
Aynemail
Dennis Tap
Manglesh
Dave - MSDN
O.S.S
agni.yudha
IO95
Zoheb Vacheri - MSFT
Farithjhg
Only Title

jretelny's Q&A profile

  • Visual C++ __security_cookie getting pulled into release build (VS2005 RTM)

    We got a report from a customer today, which resulted in me turning on the linker's verbose output.  There I noticed some things that suprised me.  For example:       Found ___security_cookie         Referenced in LIBCMT.lib(printf.obj)         Referenced in atls.lib(atltrace.obj)         Referenced in LIBCM ...Show All

  • Visual Basic Support for VB6 and COM

    We currently use VB6 and have several applications that make use of COM objects. It works well and we're happy with it. What I'm wondering is, at what point might support for VB6 be dropped in favor of newer versions and, when we do eventually upgrade, should we be concerned that we may at some point lose support in the tool for COM programming (and if so, when) Thank you so much for any insight you can provide. ...Show All

  • Visual Studio Team System a problem occurred while trying to set the "Sources" parameter

    I have experienced the IDE becoming unstable several times. Steps to reproduce: Choose "Debug Selection" from Test View to debug a coded web test that generates an known exception. My test generates the exception below. (The actual exception is not of interest in these steps -- what is of interest is that the IDE becomes unstable.) System.Collections.Generic.KeyNotFoundException was unhandled by user code   Message="The given key was ...Show All

  • Software Development for Windows Vista Windows vista - Windows Workflow Foundation

    what is the relation between Windos vista anda WWF Is it true that WWF wil come included in windows vista when release and if it is so, how Hi Viviana The WF will be available with WinFx RTM which infact will be available with Vista. So yes WF it will inlclude with Vista as WinFX will be present. ...Show All

  • SQL Server Carriage Returns and Line Breaks

    I have an address field that is coming back as a single field with carriage returns and line breaks and I would like to have it properly wrap in a single box, but the wrapping is all off. How can I get this to properly break Thanks Nope. That is not the issue. It is cangrow = true. What I want is to take a field that comes out as: John Smith CR LB 123 Main Street CR LB Anytown, MA 01888 CR LB USA as ...Show All

  • SQL Server Passing data between multiple Data Flows

    OK, it's the first of the month...that must mean it's time for another dumb question! I'm trying to "componentize" an SSIS package with multiple Data Flows, and I can't figure out how to get the output of the results from one Data Flow into another. So, for example, at the end of one Data Flow, I have a Recordset destination, and I'm storing that into a variable.  But I can't figure out how to access the contents of that variable in th ...Show All

  • Visual Studio Express Editions comctl32.dll

    Hi I'm using VC++ 2005 Express Beta 2 + Platform SDK When compiling i see line :  'C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9\comctl32.dll', Exports loaded And i don't like it becouse it wouldn't work on computer were are no VC++ Express Beta 2 installed... Is it posable to make it use the comctl32.dll from \system32 folder Hi I got similiar problem. My program worked fine ...Show All

  • SQL Server Execute SQL Task Error

    I have a stored procedure that accepts an integer as input and sends a value out as type varchar(600). When I use Execute SQL task with ADO.Net or ADO Connection Manager and assign proper values for the parameters and their direction, the execution of the task returns ONLY 1 character (first character)for the output parameter. Sounds like a bug since I can't set the string length anywhere in the data type. Any help/work arounds would be greatl ...Show All

  • Visual Studio Express Editions Graphics Programming in Visual Basic .NET

    At first, excuse me for my bad English (it isn't my native language). I have such a question: is it possible to program graphics in Visual Basic .NET using OpenGL library without long list of subs and functions declaration May be, it's only need to add some library like gl.h in C++ Thank you. A quick search with Google found this article: http://www.ondotnet.com/pub/a/dotnet/2003/04/28/opengl.html ...Show All

  • Windows Forms How to hide form from Alt-Tab dialog

    Hi, I'm creating a borderless form by setting this.FormBorderStyle = FormBorderStyle.None When I show the form, if users press Alt-Tab to switch among applications, they can still see it. How can I disable it Thanks a lot. Isn't this just another way of setting the form border style It works, but does change the border for me. ...Show All

  • Visual Studio .net framework unable to install.

    [07/13/05,17:37:48] Starting Install.exe [07/13/05,17:37:48] Parsing switches from commandline: C:\DOCUME~1\Desktop\LOCALS~1\Temp\IXP000.TMP\Install.exe [07/13/05,17:37:48] SourceDir: C:\DOCUME~1\Desktop\LOCALS~1\Temp\IXP000.TMP\ [07/13/05,17:37:48] Install started [07/13/05,17:37:48] Checking system requirements [07/13/05,17:37:48] OS: Win NT [07/13/05,17:37:48] Ver: [07/13/05,17:37:48] SP: Service Pack 2 [07/13/05,17:37:48] Checking I ...Show All

  • .NET Development The wrong name space was used for XSL headaches...

    I'm trying to transform the following XML: < xml version ="1.0" encoding ="utf-8" > < works > < work > < index > 1 </ index > < title > Coeur d'Alene at Cataldo </ title > < description ></ description > < size ></ size > < price > $990 </ price > </ work > </ works > Using the foll ...Show All

  • Visual Basic web browser home page

    How do you het a web browser progrma to automatically load you home page when you start it ...Show All

  • Visual FoxPro REPORT error-invalid path

    i have a button in a form and when its pressed it creates some select sqls which have into table and overwrite an existing table.then from the table i create report..from.. ,then i update the report and finnally i report form.the problem is that if i press the button->see the report->close the report->press again button->i get a message "invalid path or file name" if i close the program and reopen its the same press the button->se ...Show All

  • Visual Studio Express Editions Can I Create an Access DataBase Without Access?

    I don't own Access and this is for Learning Purposes.... Can I create an Access DataBase with my own Schema(I guess that's the word) with VBE or any Other Way I downloaded Northwind.... Can I change Northwind schema without Access Thanks   Hi ReneeC.... Referring to your Knowledge Base Application... May I ask Why you chose an Access Database  over an an SQL Server Express Database Thanks   ...Show All

©2008 Software Development Network

powered by phorum