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

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

Dwatney

Member List

Kazdal
Manidkn
iowacbr600f4guy
Lily103593
Dakiar
Drashti
Andreas Kanon
mlewis
myaspng1
Leonid Vaner
TLandry
Antoine64
givemeabreak
jlfappx
JackRicky
PKOnline
Pete In TX
mark davis nohorse
weboy
aleph
Only Title

Dwatney's Q&A profile

  • Visual Basic How To Create Report In Visual Basic 2005

    How can I create report in visual basic 2005 :( can u help me please Hi, Are you referring to VB Express 2005 If so no reporting engine is included in the Express edition. Its only available on the standard, professional and Team Suite editions. But if your referring to any of the said products you can create a report by adding a crystal report object in your project. cheers, Paul June A. Domag ...Show All

  • .NET Development All versions of Framework?

    I'm not sure which forum to post this question in ... none of them seem right. We are migrating our 1.1 WinForm app to 2.0. Our app uses a few third-party .DLL components. At least one of these is compiled under the 1.0 Framework. I have two questions, I guess. First, will an app that was compiled under 1.1 run under 2.0 I was under the impression that it would not, so I wanted to load the 2.0 runtime on a clean machine and see if t ...Show All

  • Visual Studio Express Editions I want the registration keys of vb 05 and sql express

    Hi, i am sorry for my bad english, but i hope that you will understand my problem with the registration of this producs i installed vb express and sql server express on my pc... i maked the register product.... i created a personal account with passport and i recived 2 mail from microsoft, the first with the link of confirm product registration, and the second mail with the compliment for the registration thi for ...Show All

  • Visual Studio Team System Old version of document lost in project portal

    I added a document using Team explorer to the \documents\development folder. Someone else modified that document offline and then emailed it back to me to put back in the system. I then drug the file back to the folder in team explorer and it asked me if I wanted to replace it. Since I have the setting "Create a version each time you edit a file in this document library" set to yes, I assumed that adding the file would just cut a new v ...Show All

  • SQL Server sql stored procedure question

    I'm trying to insert data into a sql server 2005 table that was created dynamiclly. Data will be inserted into several of these types of tables. I tried to substitute the tablename as a parameter, but got the following error when I tried to execute the query: "Invalid object name '@CDRTableName' . Here is my stored procedure. Notice I included the periods for brevity: <code> ALTER PROCEDURE [dbo].[InsertCDRSearchResults] ...Show All

  • Visual C++ Need to get CrashFinder 2.1

    I'm trying to find the source of a crash on another users machine. I found a thread here that recommended I get Crashfinder 2.1 from here: http://www.wintellect.com/about/instructors/robbins/code.aspx Unfortunately the page has disappeared and the only other crashfinder is from 1998 and it doesn't work. So I was wondering if a kind soul could email me a copy of this program This is a open source free ware program. :)     ...Show All

  • SQL Server RESULT IN GRID PANEL ?

    From database explorer isn't possible obtain the result of a store procedure in a grid panel From Object Explorer in SSMS/SSMSE you can right click a table and then click Open Table. From Server Explorer, and I assume Database Explorer in VS, you can right click on a table and then click Show Table Data. Either one should get you a tabular representation of the table. Regards, Mike Wachal SQL Expre ...Show All

  • Visual Studio Team System Deleting a Team Project

    Hi, is there any way to delete a Team Project created by me From Team Explorer exists the remove option but I couldn't find one to delete all the different parts of a Team Project (SCC, Project Portal, Work Items, etc). Is it possible Thanks a lot LucasC In VSTF Beta 3, I can not even find the deleteteamproject.exe file. Can someone confirm that it is supposed to be present, and if so, where I've installed the data tier, app tier, full c ...Show All

  • SQL Server MSXML6 breaks viewer used with Microsoft Electronic Learning Library

    Installation of SQL 2005 Express resulted in the failure of the viewer used with the Microsoft Electronic Learning Library products. The viewer runs under IE and is driven by an XML file. This has been verified on several systems. I uninstalled only MSXML6 and the viewer worked normally. I have no idea if the problem is with the viewer script, the XML file driving it, or MSXML6 but obviously this might be a breaking change to the product. ...Show All

  • Software Development for Windows Vista backward compatibility with windowsxp?

    hi everyone, I have developed multiple applications for windowsxp (using prof-uis library to take advantage of winxp themes feature) and would like to know (since currently I am unable to run vista on my own) whether do I need to recompile all my applications so they can run under windows vista Or - all my application that were build for winXP (visual studio 2003) will run without any changes needed How will look like the UI of my winxp progr ...Show All

  • .NET Development Web Services hanging and timing out

    Hi I have developed a VSTO application for Word that consumes a web service to get data needed to populate the Word document.  Architecturally this is all working great.  However, when I try and run the full solution together, suddenly the calls to the web service methods hang for no apparent reason. Some detail on the application is as follows: When the Word document is opened, there are a number of objects that are instantiated. ...Show All

  • SQL Server How can I represent checkboxes in my report?

    in my input form i have checkboxes and textboxes, if i click on a checkbox the textbox beside it enables, the textbox field is optional so the checkbox alone has a value that needs to be saved to the database. i have a report.rdlc, i want to display the checkboxes and the textboxes, what should i do I moved this thread to the SQL Server Reporting Services section, since it appears that you're asking how to put checkboxes and text boxes ont ...Show All

  • Windows Forms Controls Gone!!

    I have no idea what just happened.  I was adding items to my menu through the designer, I then got a message that said something about the Items in the collection..blah blah...with an OK button.  I clicked the button and then to much my dismay, all of the menus I created are gone as well as the statusbar at the bottom my window. All if the controls are in the designer.vb file and I have tried rebuilding, closing everything, opening, de ...Show All

  • Visual C++ Graphics* graph; doesn't work

    I just opened a project in Visual Studio 2005 beta 2(c++) and I want to draw, but I cannot declerate Graphics and Pen. My code: #pragma once   namespace TicTacToe { using namespace System; using namespace System::ComponentModel; using namespace System::Collections; using namespace System::Windows::Forms; using namespace System::Data; using namespace System::Drawing; public ref class Form1 : publ ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Convert from OpenGL right-hand coordsys to Direct3D left-hand

    Hi, I am porting from OpenGL to Direct3D, but have some trouble going from OpenGL's right-hand coordinate system to Direct3D's left-hand coordinate system. I have a transformation matrix that I want to apply/load into to the virtual camera (the viewer): | r00 r01 r02 tx | | r10 r11 r12 ty | | r20 r21 r22 tz | |   0     0    0   1 | Where the 3x3 r's makes the rotation m ...Show All

©2008 Software Development Network

powered by phorum