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

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

brunozck

Member List

Paige Ake
bagira
nesma
juusu
dimondlight
Brett Woods
Ross Watson
mrobey1
Breetai7018
Shai Raiten
stefangachter
freggel
Mog0
DavidGalaxy
Dave Williams
WarauInu
Balaji_2307
rtpninja
Joe Bruce
bsmhis
Only Title

brunozck's Q&A profile

  • SQL Server Results displayed in visual studio, but not on website

    I've created a simple report (June CTP) based on a paramaterized stored procedure using integrated windows security.  When I preview the report in the designer, I get results as expected.  Deployment to the web server was successful.  After entering paramaters and clicking [View Report], the page refreshes with no data - just my paramater bar.  I am using the same paramaters as in the designer.  Any ideas ...Show All

  • Software Development for Windows Vista Building the DirectShow Base Classes using Visual Studio 2005

    Hi, I am getting a declaration error on the PVOID64 in winnt.h when building the base classes. I adjusted the directory paths for the headers to match the locations for DirectX I used in VS2003 but this declaration error peeks popping up. How can this be solved -John Ok, waded through the mud and got the new DirectShow SDK, rebuilt and linked the new BaseClasses in VS2005, but the GraphBuilder stil ...Show All

  • Software Development for Windows Vista Beta 2 and Windows Server 2003 R2

    Is the WWF beta 2 runtime compatible with Windows Server 2003 R2 Has anyone try use beta 2 runtime in Windows 2003 server R2 The release notes only mention 2003 Server with SP1. In meanwhile I have tested this in Windows 2003 R2 and it seems like working. What I Did: I installed the RTC components in Windows Server 2003 R2, I had Framework v2.0.50727 installed earlier. I compiled WWF sample (ASPNETWorkflowExample) by aspnet_compiler ...Show All

  • Visual Basic exporting to a document

    ok....here's the thing...is it possible to export the contents of a datagrid to a document in word or export the contents of a sql query to a word document for instance i want to do query a table with something like "select * from tablename" and the output to be exported to a document any help would be appreciated thanks in advance i've adapted the code...it works sort off this is what ...Show All

  • Visual C++ Help with adding Keyboard shortcuts

    Hi Everyone, I am very new to programming in Visual C++. However, I am finding it to be quiet interesting. I am working on a project in wish I had to develop GUI's,. I have implemented the GUI with some buttons included. One task that is currently beating  me is implementing a keyboard shortcut. I have a botton called "RUN" and want to use "ALT+R" to invoke the run button. Can anyone kindly help me with this. I have tried doing this with ...Show All

  • Microsoft ISV Community Center Forums Openening an Excel file from within Project

    Does anyone know how to open and read/write to an Excel file from using Microsoft Project Visual Basic Thanks, Per our support engineer: Hi Mark, you can use excel automation from visual basic to open /read/write to an excel file. How To Automate Microsoft Excel from Visual Basic http://support.microsoft.com/kb/219151/ INFO: Using Early Binding and Late Binding in Automation http://support.microsoft.com/k ...Show All

  • Visual Basic How do I draw a colored circle on a section of an existing gif image?

    I'm trying to figure out the system.drawing class. One thing that I've tasked to myself is the ability to draw colored shapes on top of an existing image(gif, jpeg, etc), then save the new image. Anybody know how to do this, and mind sharing how you'd do it I'm using VB 2005 Thanks for any help. Adding on the previous post - to open a file as a bitmap: Dim b As Bitmap = New Bitmap( " ...Show All

  • SQL Server Join tables Count problems

    Help,   I have 2 tables one called ProjectHeader and the other called ProjectSuppliers.   There is a one to many relationships. I’m trying to get a count of the total number of projects for a certain supplier where the Date Entered is less then 5/1/2206 with the Bid Date greater than 3/31/2206.   When I run the query below the count comes back wrong.   I know it’s because the ProjectSupplier table can have multip ...Show All

  • Windows Forms Help with Timer control

    I want to make my program wait half a second until it will continue and I don't know how can I do it. I managed to stop it for a second but I can't stop it for a shorter time. Please help Thanks vbasics and feline&nb ...Show All

  • SQL Server Problem with txt that SSIS created

    I created a flat file using Integration Services 2005 into a .txt We're trying to use it to upload into an ERP system where this system takes the flat file to perform updates.  For some reason my txt is taking forever for what usually takes seconds.  Could a txt ever be formatted wrong or what else may the txt have in it or not h ave that may be causing this  The format as in # of characters for my fixed length txt looks the same ...Show All

  • Windows Forms Window Form ComboBox and DataGrid question

    I am having a few problems with windowforms. 1. In a combo box when you type one character it treats the SelectedIndexChanged as changed. 2. In a combo box how do I allow for nulls. 3. In a DataGrid how do I allow a column to be a comboBox. 4. In a DataGrid how do I change the column headings. Thanks for any help. 1. Take a look at ComboBox.DropDownStyle, and ComboBox.AutoCompleteMode. 2. Take a look at this post: http://forums.microsoft.c ...Show All

  • SQL Server Database Documentation

    Please advise me of any tools that are available that allow to create a data dictionary of a SQL 2000 database into either Microsoft Word or Excel. Bill Partridge ...Show All

  • SQL Server Displaying MDX result in GridView

    Hello all. I'm trying to use GridView to display a simple MDX query result. If I set AutoGenerateColumns property to true, then it fails on GridView1.Databind(); while executing the following code: AdomdConnection conn = new AdomdConnection ("Provider=MSOLAP.3;etc., doesn't really matter"); conn.Open (); AdomdCommand cmd = new AdomdCommand ( "SELECT" + "{" + "[Org Structure].[Organization Tree].&a ...Show All

  • SQL Server Creation of credentials and certificates to protect a DB

    Hi, i want to know if its posible to create credentials or certificates in order to protect a SQL 2005 data base. Because if someone Buckups one of my DBs from my server, and try to restore it in orther server i dont want they to see my DB information because he dont have the correct credentials or certificates for it. This is posible . if is, How i do it Best Regards. You can use encryption, so that if a database is stolen, ...Show All

  • Windows Forms DataGridView validation

    I've got a bound DataGridView, where the datasource is a collection of Customer objects (i.e. a custom object) The Customer class implement IDataErrorInfo and INotifyPropertyChanged. The Customer class has a property, Id, that looks like this: ----------------------------------------------------------------------------------- public int Id {    get    {       return id;   &nbs ...Show All

©2008 Software Development Network

powered by phorum