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

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

Loup

Member List

Gareth Welch
Phil J Pearson
newb821
Chen_mcc
rose 1234
Nathanael4499
Tom R
Leo Dragos
IceX
Eric C.
Josemonpala
ShaadShid
Zhang Michael
Jay McLain
Loup
THoffman
Isaac Kunen
shwe
L Abe
renen
Only Title

Loup's Q&A profile

  • .NET Development Problems with parameterized sub selects using MS Acess 2005

    Hi MS Developers, I would like to know what am I doing wrong! When I use the bellow select statement in the MS ACcess GUI, it works, but here not. Only when I separate the two SELECT statements... The sub select generates problem here ... WHY I use VS 2005 Team Edition and MS Access 2002 /// <summary> /// Executes the SQL statement /// </summary> /// <param name="auID">ID</param> /// <param name="dateFrom">Start date.</param> /// <param name="dateTo">End date.</param> /// <returns>DataReader object.</returns> ...Show All

  • SQL Server Where can I find a How to on SQL Server Express?

    Lost as a goose.... Hi, http://www.google.de/search hl=de&q=%22getting+started%22+sql+server+express&meta = HTH, Jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • Visual Studio Express Editions Could someone recommend a good book for VB 2005?

    I'm new to programming and this is the language I've choosen to start with. Could someone suggest a good book to begin with Myself I can not image anyone Learning this trade without First taking a few Formal Courses in this Area.... But if You are Really Smart(Cgraus) you can Do It..... These are Free Movies Not Books... http://msdn.microsoft.com/vstudio/express/vb/learning/default.aspx http://msdn.microsoft.com/vstudio/express/visualCSharp/learning/ Down load all the Movies from each Link and watch all several times... After the Experience You Will be were You want to Go..... The Second Link Will Serve you to Understand the ...Show All

  • Visual Studio Express Editions Express install lockup

    Hello! I've downloaded the visual c++ express installer only to find that it locks up during its "Setup is loading installation components, this will take a minute or two" part. Keep in mind that I have no proir 'beta' versions installed on this machine. In fact it's a fresh install of winxp pro with all the updates. Machine: Amd64 3000+ 1024meg ram ATI Radeon 9800 Pro and a pathetic keyboard w/out the space bar :) Let's keep this one going and see if anyone comes up with a solution. I'm getting exactly the same problem with both Visual Basic AND C++ Express installs. Basically, the progress bar gets as ...Show All

  • Windows Forms "Formatting" the data for display

    In ASP.NET, you can use Bound Columns on a DataGrid to select which columns will appear and under which headings. Can you do the same in Windows Forms  If your DataTable has, for example, more columns than needed, do you actually have to edit the DataTable to cut the extra columns prior to DataBinding Click on the TableStyle property of&n ...Show All

  • SQL Server Connection

    Hi all, I was on SQL 2000 and now changed over to SQL 2005 Ex Ed. When I run my application I get the following error Mssg @ Conn.Open An unhandled exception of type 'System.Data.SqlClient.SqlException' occurred in system.data.dll Additional information: System error. Code: Imports System.Data.SqlClient Public Conn As SqlConnection = New SqlConnection Dim da As New SqlDataAdapter Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Conn.ConnectionString = "Data Source=(local);" & _ "Initial Catalog=Rsch1;" & _ "Integrated Security=SSPI" Conn.Open() ...Show All

  • Software Development for Windows Vista How to finish the Rollback operation?

    Hi. In some business,when someone transact a section,usually there are two results :approve or reject, if he approved, the workflow will continue to the next activity,if he rejected,the workflow will go back to the previous activity,In WWF,how to realize the operation Joysen, Your scenario sounds like a great match for the State Machine Workflow.  Consider the following state machine: State - WaitingForApprovalState    EventDriven - handles OnRejected event    EventDriven - handles OnApproved event       Set State - To ApprovedState State ApprovedState  &nb ...Show All

  • Visual C++ ListView Control displays blank images

    Using VS 2005, I have a ListView control in an ATL dialog. I am creating a image list and trying to use it for both header images and item images in the ListView control. I am doing this in the InitDialog function. When the dialog is displayed I see spaces where the images are suppose to be but they are all blank. If I use the image list to draw a icon I do see the expected image. The code in brief to set an image in the header (from my Init Dialog) follows. Any idea what I am doing wrong Alicia ************* Code Outline ************* INITCOMMONCONTROLSEX iccex; // Carries data that is used to load // control classes fo ...Show All

  • SQL Server 2005 SQL EXPRESS DATABASE BACKUP

    I am using Veritas backup exec 10.d with sql agent. I am able to see the sql express studio 2005 database files but there is difference in file size between original database file and the one shows in sql agent backup selection. The backup performs 100% successful but the original database file size is different e.g( original file:350MB, backup file: 28MB).. Any  ideas...   Thanks in advance.. Have you talked to the folks at Veritas/Symantec about this They can probably give you better information about their software. Regards, Mike Wachal SQL Express team ---- Check out my tips ...Show All

  • Software Development for Windows Vista Questions That Strike An Enteerprise Regading WWF

    Hi Group Members Being a .NET Developer and a MS Server Faimly Product Consultant i am really excited about the new Work Flow (WWF ) believe me the ppl that had work on SPS 2003 and CMS 2002 will feel a lot more comfartable by seeing a Uniform Platfrom for a WorkFlow Solution , now I got some questions in my mind these are actually reflection of an Enterprise , client and other individual that at some point of time looking forward to implement the WWF , so lets start , i hope this group we will come out with the best possible answers Q)I had already a custom WorkFlow soultion build on top of .net , now what are the top 5 do's amd don'ts tha ...Show All

  • Visual Basic Problem importing VB6 project in VB 2005 express.

    First, i was really happy to have a free copy of VB at home. Why Cause programming is a part time hobby that i can only do at work, where my boss give me access to the computer with Visual Studio installed on it. I saw VB2005 exp. and install it at home to work more on my project, but i cannot open it. What can i do to fix this, or it can be only done on VB6. Here is the message i got from the import wizard: Upgrade failed: Exception occured: Could not load referenced component: MSBIND.DLL (Microsoft Data Binding Collection 1.0.0) MSADODC.OCX (6.0.0) MSDATLST.OCX (1.0.0) MSFLXGRD.OCX (1.0.0) MSDATGRD.OCX (1.0.0) It is recommended you i ...Show All

  • Visual C# Simple Compiler Bug (or short fall) ??

    Hi I'm new to Microsoft (FreeBSD & Linux and C++ background) and have started using VS 2005 and learning C#. In my very first program I made a simple mistake/typo which I think the compiler should have caught which resulted in a crash (and the standard "Send Error Report (Y/N)" message). See last line of this snippet double dummy = new long(); // vars _must_ be initialized in C# dummy = 12345E-12; Console.WriteLine("Hello World! This is Brett's first C# program :-)" ); Console.WriteLine("Type of dummy is {0:G} and it's value is {2:E3}" , dummy.GetType(), dummy); // << ...Show All

  • Visual Studio Visual Studio 2005 perfomance issue

    Well, i just converted my 10 project solution to VS .Net 2005, and i'm finding out the converted app is running very slow. There has been no real change(except i substituted ConfigurationSettings.AppSettings to ConfigurationManager.AppSettings to see if that was the performance issue) and no luck. My application connects to Microsoft SQL Server(not 2005). What may be the cause to this problem My computer is a 2.39GHZ Celeron pc with 752 mbs RAM. There was no problem whatsoever with 2003 though. Thanks. This disables 'Managed Debug Assistants', which is special code that the CLR runs to detect common program ...Show All

  • .NET Development Using Win32 socket handles?

    Is there any way to do a socket "Select()" on Win32 socket handles in C#, other than using a PInoke style call on the C socket "Selelct()" function I'm writting C# code that has to use a third party C dll. Thanks to the people at (www.swig.org) I've wrapped up the dll functions and can call them from C#. The dll makes a number of TCP/IP socket connections to a server. It has a function that allows me to poll to see if any messages have arrived and I've being using this succesfully via a timed polling loop. It is possible to get the win32 socket handles from the dll, the idea originally being that they get used in a C style "select()" cal ...Show All

  • Visual Studio Express Editions why is vb.net printing so difficult?

    Hi, I have loads of VB6 apps I am trying to migrate to VB.net and the biggest problem I have is that printer.print has no equivalent in vb.net Can anyone tell me a simple way to print in dot net Thanks That ok with fixed strings "yada..yada.." but what to do when we have a neatly formated datagridview of say a balance statement and I need a print out of that....I am having a real hell now ...Show All

©2008 Software Development Network