Software Development Network Logo
  • Audio and Video
  • Smart Devicet
  • Microsoft ISV
  • Visual C++
  • Visual C#
  • SharePoint Products
  • Windows Forms
  • Visual Studio
  • .NET Development
  • Visual FoxPro
  • IE Development
  • Game Technologies
  • Visual Basic
  • SQL Server
  • Windows Vista

Software Development Network >> Larry.Daniele's Q&A profile

Larry.Daniele

Member List

Ben Tsui
Jayakumar A
-M-
GunaChinna
EddieSSD
sobo1
baso
donkaiser
DanielV
Vinay Agarwal
angelina
Alvin Kuiper
MartySeed
JoannM
tom48
jasmine pham
GlennZarb
murugan g
Jurgen Petersen
StianMol
Only Title

Larry.Daniele's Q&A profile

  • Game Technologies: DirectX, XNA, XACT, etc. What is the meaning of loadAllContent?

    I'm not sure I understand the meaning of the parameter loadAllContent to the function Game.LoadGraphicsContent. According to the documentation it is: "true if all graphics resources need to be loaded; false if only manual resources need to be loaded." But what are manual resources Thanks in advance, Per Rasmussen. As I understand it, resources uses memory on the graphics device. A wide variety of events can cause this memory to be lost. When you have a resource that is in Manual mode, you have to reinitialize the memory on the graphics card yourself. When it is in Automatic mode, the framework keeps a copy in system memory and automatically reinitializes the graphics card memory when it ...Show All

  • .NET Development datagridview, stored procedure, and multiple rows

    I want to use a stored procedure to insert/edit/delete records in a dgv. I am used to handling one row at a time with a sproc. However, I do like the tableadapter.update being able to handle multiple records. I have been doing some digging around and the only thing I can find about using sprocs and dgv is looping through the rows, exec the sproc for each row. I don't want to use the update method because I have to generate a unique ID for the user, and I worry about conflicts. For instance, I could use the dvg DefaultValuesNeeded event, but multiple users will have the app open at one time, and here they tend to leave things open around here without committing thier work. Anyway, my question is: is there a way to pass multiple rows to a sp ...Show All

  • Visual Basic How to print the paper, with the number of the copy?

    I need to distinguish between two copies of the same printed document. I'm using Me .PrintDocument1.PrinterSettings.Copies = 2 to print two copies, but I don't know how to print a 01/02 or a 02/02 at the botton of each page. And I can preview only one page at PrintPreviewDialog, as expected. Didn't work using a e.Graphics.DrawString( Me .PrintDocument1.PrinterSettings.Copies.ToString , font20, Brushes.Black, 580, 25) What can I do Could I use something with a HasMorePages, to print two copies, AND to preview both at PrintPreviewDialog Thanks, Lucas ...Show All

  • Visual Studio Express Editions Help with Debugger

    When I am Installing VC I get this just-in-time error about Debugger anyone know why NipplesAndLicks wrote: I have done empty project and it dose not work or my header work I wasn't paying attention, but some other incidents had me notice. I request that you change your Display Name to something that is less likely to be taken as insulting, threatening, or demeaning to others. I don't know your intention. I simply request that you change the name. I would have communicated with you privately but I could not find an e-mail address for you. Meanwhile, I am making it my personal practice to not respond to messages that use such signatures or display names. - Denni ...Show All

  • Visual Studio Team System Development Project Plan marked as read-only

    We do have the problem that a project plan (*.mpp) can only be opened in read-write mode very rarely. Although no one of our team has the project plan open ms project states that the file is in use and therefore can be opened in read-only mode only. Even when one team member opens the file on his machine and closes it afterwords he can not open it again. The same behaviour is observed when the file is opende using sharepoint project home page. After some unpredictable timespan the file is not locked any more. Is this a known issue thomas Thanks for the reply! Since we did not find a predictable way to avoid the read-only behaviour: is there a conrete timespan someone has to wait for the release ...Show All

  • Visual Studio Express Editions data exists

    hi all im trying to find out how to see if a record exists in a database and returns true if it is there also in code how can i if it does exist add a value into where column name is "type" thanks in advance tim you could also use a DataView to perform your filter on the dataset, this would return you any records found within the dataset, which holds your records. Would this be something you would be interested in IF so... here is an example: Dim theDataView as new DataView(theDataSet.Tables(0)) theDataView.Filter = "field = value" if theDataView.Count > 0 then 'there are records matched end if you can also bind the results found to the datagridview: ...Show All

  • Software Development for Windows Vista SendInput()

    I wrote a program in C# (.Net 2) with VS2005 using P / I (http://msdn2.microsoft.com/en-us/library/ms646310.aspx) to move the mouse and click. Under WinXp the app works fine. No problems. But when I start the program under Windows Vista x64 (Final) the mouse movement and clicking does not work. SendInput does not return any error. So it seems to be an Vista Issue. Some ideas how to get this running under Vista Are you trying to send input from a normal process to the window of an elevated process Or are both sender and target running at the same level ...Show All

  • SQL Server visual sourcesafe

    Hi, How is it possible to link the stored procedures in sql server to Source Safe The idea is that if anyone goes to sql server and wants to change a stored procedure, he has to check out/in, etc... Just like the way it is done is Visual studio with Source safe. Thanks which version of sql server u have... i presume that it is sql server 2005... in that case In SQL Server Management studio -- Press Ctl+ALT+L for Solution Explorer... then Add Project ... and add all script to that project... in File Menu u have option "Source Control", Using that u can add this project to source control Madhu ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Model Bones

    I have a .X file of a mesh with the following bone structure: Frame joint1 { FrameTransformMatrix { 1.000000,0.000000,0.000000,0.000000, 0.000000,1.000000,0.000000,0.000000, 0.000000,0.000000,1.000000,0.000000, 0.000000,0.000000,0.000000,1.000000;; } Frame joint2 { FrameTransformMatrix { 1.000000,0.000000,0.000000,0.000000, 0.000000,1.000000,0.000000,0.000000, 0.000000,0.000000,1.000000,0.000000, 0.000000,0.000000,0.000000,1.000000;; } Frame joint3 { FrameTransformMatrix { 1.000000,0.000000,0.000000,0.000000, 0.000000,1.000000,0.000000,0.000000, 0.000000,0.000000,1.000000,0.000000, 0.000000,0.000000,8.00000,1.000000;; ...Show All

  • Visual Studio 2008 (Pre-release) There can be at most one address per scheme in this collection.

    When hosting my .svc in IIS, I get the following error: This collection already contains an address with scheme http. There can be at most one address per scheme in this collection. I know this is caused by sites that have multiple bindings. In my case, I am a web hoster and have sites with multiple host headers per site. Is there any way to override this behavior in web.config I've tried the following with no effect: <host> <baseAddresses> <clear/> <add baseAddress=" http://mydomain.com " /> </baseAddresses> </host> Any ideas for how to make this work without forcing my customers to modify their source Thanks, Mark Maybe if I re-phra ...Show All

  • SQL Server Report Startup Options

    Is there a way to stop a report from loading on open When we have reports with defaults set, the report loads on open. We would like it to wait until the "View Report" button is pressed. I had thought I could set a hidden parameter that would be set to false originally and then to true once the View Report button is pressed. I cannot see where I could custom code an event to update this parameter. SQL Server 2005 Thanks! Brian ...Show All

  • Windows Forms databound listbox

    I have 2 list boxes. Both are databound. I have an add button and remove button. when the add button is pressed the selected record should be moved from list box 1 to list box 2. When the remove button is presse the selected record should be moved from list box 2 to list 1. It works pretty well - unless one of the list boxes are empty then I have all sorts of problems adding the new row (no primary key, no columns, etc..) I set the databound listboxes with: list.DisplayMember = DisplayName; list.ValueMember = ValueName; DataColumn [] dtCol = new DataColumn [1]; dtCol[0] = dtSrc.Columns[ValueName]; dtSrc.PrimaryKey = dtCol; list.DataSource = dtSrc; My remove button code is: private void cmdR ...Show All

  • Windows Search Technologies WDS not returning results based on picture meta-tags

    I'm searching for pictures based on keywords and description tags but the only results I get back are pictures where the search words are only in the actual file name. I had installed JPEG iFilter; that didn't get the results I wanted so, having read which files WDS indexes and seeing that it indexed picture files using the meta-data, I uninstalled JPEG iFilter with the hope that WDS would get me the results I wanted but it doesn't. I've re-indexed a couple of times but that hasn't helped. Any ideas CAR JPGEG iFilter just indexes some metadata. To have access to all metadada I installed PixVue. However, as I already reported in this forum, the files indexed by PixVue don't show under "Picture ...Show All

  • Visual Basic Adding Items to a ComboBox in a DataGridView

    I have a DataGridView. It has two columns (0, 1). Column 1 is a ComboBox Column. How do I add items to the comboboxes in that column. I cannot find a method anywhere that will do this. Thank you, Troy L ...Show All

  • Visual Studio Express Editions Timered execution

    I was curious if anyone could help me with something that's probably pretty simple. I wanted a form to load for a predefined amount then close and have another form open. I cannot find anything that will have a timered execution like that. Any ideas Thanks. Eric The easiest solution is to add a timer component from the toolbox to your form(it defaults with the name timer1)...otherwise you will have to declare the instance and add the tick event ... Public withevents Timer1 as new Timer AddHandler Timer1.Tick, AddressOf Timer1_Tick ...Show All

©2008 Software Development Network