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

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

crpietschmann

Member List

Steven Hawkes
cYruZ
hansifer
KSchlegel
Abhi_7
Armin Prosch
JulianSerna
CodePrince
DoubleM
Floobie
Jstrick45
Igor Kuklin
dsandor_rtg
Mihaila
cis_student
mgosset
johnlinfa
Brian Z
Ahmed.H.Hassan
ogjorven
Only Title

crpietschmann's Q&A profile

  • Visual Basic Taking a screenshot of a panel...

    I am not very good with imaging and the like, so I have a question... How would I take a screenshot of a panel and save it to an image I need to take a screenshot of all the controls in it as well. Thanks, Tanner check this out: http://www.knowdotnet.com/articles/printform.html   you can also use the print screen function and retrieve the image from the clipboard. ...Show All

  • SQL Server What happened to good old object search ???

    Hi There I have been working with MSS Management Studio for some time now. One thing really bothers me, i cannot find the equivalent for object search found in good old query analyser. I have many QA databases, and the all have tens of thousands of tables and views. If i need to find a table or view i go to query analyser and do an object search and i get the result within a second. The only thing i can do in Management Studion is filt ...Show All

  • SQL Server Pivot misunderstood ??

    Hello, i've been looking for some samples on the pivot function, but somewhere i'm making a mistake and can't find where. This is my statement SELECT MOV_UI , [1] AS SUNDAY , [2] AS MONDAY , [3] AS THUESDAY , [4] AS WEDNESDAY , [5] AS THURSDAY , AS FRIDAY , [7] AS SATURDAY FROM XX . UGENT_DAILYSALES_OF_MOVIE_FIRST_WEEK PIVOT ( SUM ( TICKETS ) FOR DAYOFWEEK IN ( [1] , [2] , [3] , [4] , [5] , ...Show All

  • Windows Forms IIS on XP Home - missing module in hacks

    Does anyone know if IIS can be installed on XP Home or not as I'm trying to deploy an ASP script that requires ASP and IIS with its virtual SMTP service can someone provide me with the file to do this hack or would& ...Show All

  • Visual Studio Team System Availability of the German Process Guidance

    Hello, is there anybody who can tell when the german language process guides will be available for download. We are using the german TFS, and we want to modify the project template and the guidance. The TFS ist already available in german, including all process guidance. If anybody has found the german templates, please tell me! Thanks! Hello, the german language Process Guidance and the Process Templates are c ...Show All

  • SQL Server MaximumErrorCount

    HI All, I've created a main package the performs certain task and executes Execute package task. The package succeded on the Dev't studio when I test it, but failed on the SQL Agent. I checked the logging of the Package that was called by the main package and I found no error/warning. I didn't find any error on the logging of the main package but a warning was provided. Below is the warning message: EventClass:    Descr ...Show All

  • Visual C# RichTextBox

    1 question. - Ok. I really dont know how to ask a question. Basically, I have two rich textboxs. In one I have html code, and i want to the other read the code that is in the first rich textbox and display it as if it were in a web browser. 2 question - Now, I have a rich textbox, and a web browser. I want the web browser to be able to read the code in the rich textbox. Can someone help I assume that you are talking about a Windows Form an ...Show All

  • Visual Studio Express Editions Printers - bizarre behaviour

    I have an application that prints address labels to an Eltron TLP2742 thermal printer. It works fine on the development machine but not when installed on the target machine it is intended for. When an address is printed from the development machine it is via the printer shared on the target machine and the address prints no problemse. When I publish and install it on the target machine no address prints, just a blank label spews out. Any help ...Show All

  • SQL Server Switching reports between database instances at run time

    We are building an application where the same set of reports hosted on the same report server will need to be able to report data from different database instances based on the user running the reports. Has anyone ever tackled this problem, and if so what suggestions do you have for handling this I am guessing we could pass in the database instance to be used as a report parameter, but my guess is that we could then not use data driven par ...Show All

  • .NET Development Problem in converting byte[]to stringBuilder

    HI, I am trying to write a small function to script some object data and if I was to script a photo ,I am trouble to convert it to a string. I have a for each statement that loops a datarow and depending on the type I append to a stringBuilder. I have a routine that converts to text I got it from snippets that should do the trick but cannot make it work. The problem i have is in the byte case statement. foreach (object item in tmpRow.ItemA ...Show All

  • Visual C++ a VC++ problem......blocked my project

    hi all....this is rahul arya..... i m undergoing a project of "image grabbing algorithm using API functions in VC++"..... the problem i m facing is dat i want to display the live image into a prticular part of my output window...... for this i have inserted a picture in the DIALOUGE of my project resource ....than i have assigned a handle to the window as./... MainWnd=m_Viewer.m_hWnd........ where m_viewer is the var ...Show All

  • Visual FoxPro access to this.propery

    I've made a class 'adreslijst' and in it's init method I added a string property 'lijst' like this:    this.addproperty('lijst', "bla") in an other method ('export_lijst') that I added to the class adreslijst I want to print the contents of the property 'lijst' like this:     this.lijst when I execute the following code:    object1 = CREATEOBJECT('adreslijst')    object1.export_lijst() ...Show All

  • Windows Forms Image in Picturebox will not stretch below original size

    I just converted a VB 2003 app to VB 2005. I have a PictureBox on a Panel. In VB 2003, if I set the PictureBoxSizeMode to StretchImage, set the PictureBox.Dock to Fill and set the Panel.AutoScroll to False, the image in the PictureBox will shrink or grow to any size as I rezize the form. In VB 2005, the image will grow, but will not shrink below it's original size (the image is clipped). Additionally, any changes to the image, such as rotation, ...Show All

  • Visual Studio Question on how to display my property page

    Hi, I've created a property page (that derives from SettingsPage in the Microsoft.VisualStudio.Package namespace) for my MPF based project system by taking the appropriate code from the MyProject sample project and merging it into my project.  It displays correctly when I select the Project/Properties menu item.  What I'd like to be able to do is display the property page at other times, when a user does another action. I've tried ad ...Show All

  • SQL Server External documentation

    I know that the BI studio can build a nice flow document that is associated with the package.  Is there an easy way to build a series fo documents that can be shared with other users without having them go into Visual Studio Mark E. Johnson  I found the following free tool. http://www.bidocumenter.com/Public/Default.aspx ...Show All

©2008 Software Development Network

powered by phorum