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

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

hbaradi

Member List

idoprz
Timski72
SlugiusRex
Steve Wertz
Manjushree
Johnny P
swebber27
Ivan Budiscak
asim.iqbal
ServerGirl
Michael Tissington
SQLinSouthseaUK
bY73-_-j0b
Lognath1
Jon Mikel Inza
kish75
Urano
René Poppe
craig kelly-soens xpectworld.com
Robert Vis
Only Title

hbaradi's Q&A profile

  • Visual Basic Easy Ways to use VB.net - Where can I find them?

    I am a Visual Studio.net (Visual Basic) developer and have been using the product for 3 years.  I have long felt that the product is often used in ways that are much more complicated than they need to be.  I am glad to see Express, but to me the best idea is not to try to use the simple version professionally, but to use the professional version simply. I understand there are numerous aids in Express that talk about and show the user ...Show All

  • .NET Development DataReader rows into a collection object

    Hi, I have a datreader object with 100 rows,  i created a collection object[ arraylist / hashtable] and stored all the rows to the collection object. I dont want to keep the connection opened that's the reason  i stored the data to the collection object and killed the datareader object. But the problem is I wanted to retrieve the value using column names not by index. For this I looped thru the column names from dataread ...Show All

  • SQL Server Routine crashing of Visual Studio 2005 when running or editing SSIS

    We have found that it is common for Visual Studio 2005 to crash when editing or running SSIS packages -- from CTP versions through beta versions and including the release version. Of course we kept hoping that newer releases would become more stable, or at least more robust -- and now I'm hoping there will be a service pack, which might make it more robust Please consider this the bug report then -- this is all I know -- it very often cra ...Show All

  • Visual Studio Express Editions RSS Screensaver Starter Kit

    This thread is the place to ask questions and provide feedback for the RSS Screensaver Starter Kit.    BigJoe wrote: How does the RSS Screensaver Starter Kit generate the *.scr file   I cannot find any settings or custom steps for this file. Other than the instructions below on how to compile and install the application, I do not or have not seen adaquate instructions on how to ...Show All

  • Windows Forms Create listview so that it resembles Outlook Inbox

    Can anyone help with any code that would allow me to create a listview in detail mode which allows each item to have multiple lines similar to an Outlook Style inbox e.g. Sender: Joe Bloggs RE: Sales Reports Have you seen Joe's sample that uses the DataGridView http://www.windowsforms.net/TrackViews.aspx ID=203&Type=Samples&Redir=%2fSamples%2fdownload.aspx%3fPageId%3d1%26ItemId%3d203%26tabindex%3d4 You can see a picture ...Show All

  • Visual Studio Team System Visio Enterprise Architect?

    Hi, Can anyone tell me if the Team System Editions of Visual Studio will include the functionality to reverse-engineer databases I use Visio for Enterprise Architects (VEA) because I often need the database reverse-engineering functionality. This VEA plug-in is not part of the standard Visio included with Office, and it is one of the reasons I currently have MSDN Universal. This page: http://msdn.microsoft.com/howtobuy/vs2005/subscr ...Show All

  • Visual Studio VS.NET 2005 (June) fails to install SQL 2005 Express?

    Hello, Thanks for reviewing my question.  I had VS.NET 2005 Beta 2 installed on my PC and decided to uninstall it (hopefully in order) in order to install the VS.NET 2005 (June CTP). Everything seems to install expect for the SQL Express.  I uninstalled everything and installed the SQL 2005 (June CTP) thinking I would use this instead of express but VS.NET 2005 didn't install.  And, of course, I have read their not compatible. So, ...Show All

  • SQL Server Impact of "Rows per batch" on OLE DB Destination?

    OLE DB Destination has a "Rows per batch" parameter. Are there best practices/guidelines around what it should be set to (for better performance etc) For example, if each row is of size 100 bytes, how does performance change when I set a batchsize of 0, 100, 1000, 10,000 etc I guess the default value for this parameter is zero. Does that mean, internally it is implemented as: For each row: begin transaction insert row commit tran ...Show All

  • Windows Forms SSL applied to consuming web services

    Hi everyone.. Im trying to consume a Web Service which has develop SSL security in VB .Net. Once I've loaded the WSDL file, I can see the available resources and add the as a web reference. But when I try to execute a method from the service, I get the error: "THE UNDERLYING CONNECTION WAS CLOSED. EUNABLE TO CONNECT TO REMOTE SERVER". Now, Im pretty sure it's got something to be with certificate. I have the user name and passwor ...Show All

  • Visual FoxPro API call caused an exception

    The following is a program to convert HTML entities back into their original characters. Can anyone see why it would work on Windows 2000 and XP but not on ME & 98 I have gone through depends.exe to try and determine any dependencies that I have missed but everything seems ok. If the process is made to exit before the loop it doesn't crash VFP. I am running VFP6 SP5   #include <fstream.h> #include "PRO_EXT.H" #include <ctyp ...Show All

  • SQL Server Error when installing

    i'm trying to install MS server 2000 components and I continuously get the same error. "A previous program installation created pending file operations on the installation machine.  You must restart the computer before running setup."  I've rebooted 100 times, turned the machine on and off, installed other programs, etc. and stil I get the error ONLY when I try to install the components. Please Help!!!! Thanks. ...Show All

  • Visual Studio Express Editions VB Load/Unload Forms

    We are in the process of switching from Visual Basic 6.0 to Visual Studio 2005. When I converted a project , the Load and Unload commands that are used to bring in and switch control to a different Form were rejected. How can I issue instructions to switch Forms in Visual Studio To show a form: Dim frm As New FormName frm.Show 'To unload: Me.Dispose() ''Inside the form code or frm.Dispose() Hope this h ...Show All

  • Visual Studio How to make Tree's?

    I need to make something like this: Element |---Group |--Value |--Value |--Group | |---Value | |---Value |---Value |---Group .... but.. Group "can't be embedded in" Group and Element. Adding hierarchies doesn't help... I could make it using relationships, but then, i couldn't use compartments... Thanks, Yes, you can parent a cla ...Show All

  • SQL Server Reporting Services (newbie)

    Dear all, When I choose 'Reporting Services' as Server Type from Connection Manager there is nothing in the textbox. Why My crystal ball is currently unavailable, so please give some more information what you are doing! Maybe you are talking about MS SQL Server Management Studio and that the dropdown "servername" gehts empty when you change servertype to "reporting services" ...Show All

  • .NET Development XslArgumentList conversion problem: values not passed

    In my previous post: XslTransform conversion problem: "White space cannot be stripped from input documents that have already been loaded.", I described problems getting an XslTransform to work. I have since been able to verify that the XmlReader option that I had tried was indeed producing data. The problem seems to be that the XslArgumentList parameters are not being set in the xsl file. The values can be verified via the debugger at ...Show All

©2008 Software Development Network

powered by phorum