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

Software Development Network >> Daniel Stolt's Q&A profile

Daniel Stolt

Member List

parthiss
John Lemire
arvestal
Dieterdp
the_lmich
Xinwei Hong - MSFT
PixelSlave
flo2007
Xerxes
adrien62
DaveCook
vsts2005
Extrarius
Staticbob
RickC2003
rayfusion
timwong
Bill Gibson
Sharad (WinScribe NZ)
UKMike
Only Title

Daniel Stolt's Q&A profile

  • Windows Forms Unspecifed Error When adding a new VB.NET form

    I receive an "Unspecified Error" When I add a new form to a project.  I can add a code file, or any other type of file.  I just get the error when adding a UI item. Has anyone else seen this   Any Ideas Brandon Sorry, I wasn't able to open your link to the solution to this problem.  Would you please post ...Show All

  • .NET Development help creating a table

    okay so this is the help I've gotten so far...but I need more: ok, if you want to re-create the tables, then do it with the new table option, and then right click on the table -> open table -> return all rows and then you can enter the values into the rows like that my problem: okay....ummm so on the template explorer I clicked on table > create table....and I don't know what to do now O.o"""" Sorry to be such a bother. what I'm trying to do: Basically it is a list of names and information done in a simple table.The problem is that they want their sponser to be listed first in the t ...Show All

  • Visual Studio Team System Override Link Demand

    I'm back with more questions : Basically, the following J# code snippet: public class ItemType extends Enum { //The values that will appear in the drop down list public static final int DESCRIPTION = 1; public static final int VALUE = 2; //Verify that the value in the properties window is valid public static boolean valid(int value) { return(value >= DESCRIPTION && value <= VALUE); }// end valid }// end ItemType Class gives the error, "Override link demands should be identical to base" with cause/resolution being: The LinkDemands on override ItemType.MemberwiseClone():Objec ...Show All

  • SQL Server better sql join

    A bit out of topic but here i can find the right person who explain me... I have 3 tables: User(ID,Name),Customer(ID,Name),Order(CustomerID,UserID,Qty) I want to know the difference (i think in performance because are both right) between: SELECT U.Name, C.Name FROM User AS U, Customer AS C, Order as O WHERE C.ID=O.CustomerID  AND U.ID=O.UserID AND U.ID=5 AND C.ID=7 ________________________ SELECT U.Name, C.Name FROM User AS U, Customer AS C, Order as O WHERE C.ID=O.CustomerID  AND U.ID=O.UserID AND O.UserID=5 AND O.CustomerID=7   Thx Hi Manuel As far as I can see you second ...Show All

  • Visual Basic Playing a sound file

    This may have been answered before i am not sure, i am running Visual Studio 2005 beta, i would like to know how i can play a sound file in the background when someone opens a form. Any ideas I am using the my.computer.audio.play function to play an alert. The alert is the result of checking a database for new entries every 10 seconds. If there is a new entry that the software has not seen yet, it uses the VBPower Tools Notification Window to pop-up a message. What I want this to do is play the audio at that same time. My problem is, I am unable to get audio to play inside of a timer's tick event handler. Does anyone ...Show All

  • SQL Server Persistent BI Studio Crashes

    I am wondering if anyone has experienced the same persistent BI Studio crashes that I have. I can get the BI Studio to crash by simply opening a report and toggling back and forth on the Data/Layout/Preview tabs. Here are the steps: Launch BI Studio Open Solution Open Report in designer (layout tab defaulted) Click Preview tab, then View Report button Toggle tab to Layout, then Data, then back to Layout, then Preview Boom...Visual Studio throws an exception and I lose all changes. It happened about 20 times yesterday. I have a solution with one Analysis Services project and one Reporting Services project. Should I keep my solu ...Show All

  • Visual Basic Opening window in own application!!!!

    Hi Guys. I have searched all over the internet and almost every VB Site I could find and i have no idea how to make on of my window applications popup after i click its corresponding button. E.G. I have a button which says "Add Swimmer". When I click this i want to be able to see the Add Swimmer Page either in the same window or a different window. (If there is any way of putting it in the same window then thatd be great).] Thanks in advance if you can help me. i just need to know what the code is and how to do it. thanks for your patience, i am very very new at this. lol... Hi Guys. I have searched all ...Show All

  • Windows Forms Visual J# redistributable package and setup program question

    I have a setup project for a J# assembly and when the setup.exe program finishes installing .NET 2.0 it then looks for VJ# redistributable package. I have set the Launch condition properties to launch the vjredist.exe properly but when this installation is finished my setup.exe program has  exited memory. Is there anyway to have my setup.exe program continue with my installation like it does for the .NET 2.0 installation after vjredist.exe is completed Are you sending any arguments to vjredist.exe Unless you aren't already, try these: /q:a /c:"install.exe /q" ...Show All

  • Visual Basic Toolbox still does not display user controls.

    My project, which has 2 user controls in it- does not display the user controls in the toolbox. Has anyone else had this problem, and/or know of a solution I have tried adding other user controls to the project, they do not appear in the toolbox. I have tried creating a new project, and it's user controls DO show up in the toolbox. If I add the user controls from the first project to the new project -THEY show up in the toolbox for that project. So it must be something tweaked out with the project right Any ideas I had this problem, and fixed it by doing the following. Whist in the development environ ...Show All

  • Visual Studio Team System TFS beta 3 installation

    So where is TFSQL2005AnswerFile.ini referred to in the installation guide And is /inifile: actually supported for unattended install of TFS Morning Matthew, I'm not at the office yet so I can't 100% confirm ... but the SQL answer file should be in the root directory of the CD (or image).  If you can't find it, post again and I'll look it up. As for unattended install of TFS - no, this is not supported. ...Show All

  • Windows Forms Custom Control: How to move?

    I am creating a custom control by inheriting from System.Windows.Forms.Control. What is the standard way of implementing a visual move of the control when the user drags it at runtime   Which event should I be trapping Thanks. You see, I thought MouseMove was when the mouse is over this object only.  But apparently the MouseMove event will continue to fire even when the mouse moves outside the object so long as the left button was still held down. The other issue was that the control has to move within its container's coordinate space, but e.X and e.Y of the MouseMove event are referenced to the ...Show All

  • SQL Server After laptop goes into standby, SQLEXPRESS won't start

    If my laptop goes into standby with the MSSQL$SQLEXPRESS service running, the service will not start again. I get the following error messages in my log: 2006-03-06 20:49:08.45 Server This instance of SQL Server last reported using a process ID of 1764 at 3/6/2006 1:48:21 PM (local) 3/6/2006 9:48:21 PM (UTC). This is an informational message only; no user action is required. 2006-03-06 20:49:08.45 Server Error: 17053, Severity: 16, State: 1. 2006-03-06 20:49:08.45 Server UpdateUptimeRegKey: Operating system error 5(Access is denied.) encountered. 2006-03-06 20:49:08.45 Server Registry startup parameters: 2006-03-06 20:49:08 ...Show All

  • Visual Basic FileStream.Write

    I use a filestream to write a byte array back to a file. Dim filepath As String = "c:\program files\ApplicationData.doc" Dim fs As New FileStream(filepath, FileMode.OpenOrCreate, FileAccess.Write)fs.Write(BLOB, 0, CInt (BLOB.Length)) Next Instructions Will code operation stop on the fs.write until the file write operation to disk has completed, or do I need to trap the end of the write operation  before allowing my 'Next Instructions" to be exectuted.  If so, what code snippit do I need to wait for the completion of the write operation. Thanks, Fred Herring Fred, the Using statement is new to VB2005.   ...Show All

  • Windows Forms draft fonts in Crystal Report 9 VS .NET?

    how can i have a draft font in crystal reports for .net  everytime i print with draft fonts it always shows up as arial pls help me! Hi, Hmmm. quite interesting. I've encountered the same problem before, but the error there was that the default windows printer wasn't set to the printer being used by my report. Could you verify this Check if the printer used in your report in the design view is the same as the default printer set in windows...     cheers, Paul June A. Domag ...Show All

  • Visual Basic Detect Internet Connection - VS 2005 BETA 2

    Hi, I am using VS 2005 - BETA 2. I'd like to use My.Computer.Network.IsAvailable to detect whether an internet connection is available. Is this the best "new" way of doing things or does the above method above detect network connectivity of some other type There seems to be a delay capturing the disconnect-connect events when I do use it, is there a way to shorten this delay In essence, what does this method wrap   Can I use it to properly detect an internet, not a network connection Regards, Giovanni P. rmctwox  AT ........   ve*riz-on dot net    (remove the star and hypen) ...Show All

©2008 Software Development Network