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

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

Matt354245

Member List

Andrew Mercer
ItsMe!!!
Danny C. McNaught
erick_the_redd
cyles
e_LA
allison_h
kjkramer
Dan Shookowsky
SivaS
Sniper167
DrJim
Naolin
TMurray
Harry Dhillon
mukthi
_pavel
Bapa
monkeyboy123456
Jamie Gordon
Only Title

Matt354245's Q&A profile

  • Smart Device Development Sending Messages from a CE Device to PC and back

    Hello Im having problems using MSMQ to send messages from a CE Device to a PC I have created the queues on the 2 platforms but when I try to send a message to or from I get a queue not found error. using server explorer I have verified that the PC queue exists and using msmqadm I have verified the the CE Device queue exists. output from admadm for the CE Device Status command: 0. DIRECT=OS:RLC_XSCALE\Private$\Client;JOURNAL PRIVATE, LOCAL, LOCAL CONNECTION, 0 Msg, 0 Bytes 1. DIRECT=OS:RLC_XSCALE\Private$\Client PRIVATE, LOCAL, LOCAL CONNECTION, 0 Msg, 0 Bytes 2. DIRECT=OS:RLC_XSCALE\PRIVATE$\order_queue$ MACHINE, LOCAL, LOCAL CONNECTION, 0 Msg, 0 Bytes 3. MACHINE=0dabb9e6-b032-d96c-cf5b-29da644da953;JOURNAL MACHINE, LOCAL, LOC ...Show All

  • Visual Studio Express Editions Intellisense not working

    I have two Windows Forms projects. Intellisense works in one but not the other. I have tried the things in help (deleting the .ncb file, setting options, etc.) to no avail. Not sure what else to try. Any suggestions as to where else to look Thanks. Thomas Yes. What I did was to delete it with C++ Express closed, restarted the IDE and rebuilt the solution. And, I have tried it on two different computers, one running Windows XP Pro and the other XP Home. The Intellisense is really nice to have so I'd like to work my way through to a solution since it may happen with the next app. Thanks. Thomas ...Show All

  • Windows Forms AutoGrow

    I have tried the property "Dock in Parent container" that makes Dock=Fill. It works fine when I have only one control(panel or datagridview) in the form, this is ,I can see the the panel or dagridview expanding when I maximize the form Now I would like to have two panels in the form and make them autogrow and autoshrink with the form. How can I do this thanks in advance, D I wanna have the two panels one below the other, each one will have a datagridView that can be very large (I'm using a custom command to expand/collapse some columns, but on full view I wanna let the grid expand with the form). Any idea Tks, D ...Show All

  • SQL Server Error creating first SQL Express database via VWD 2005 Express: "User does not have permission to perform this action"

    I get an error dialog when I try to create a new SQL database , both via the Add New Item dialog and the property wizard of a new SqlDataSource control. The error is: Local Database File: User does not have permission to perform this action. I've searched for help with this. I ensured the App_Data folder exists and I added the local ASP.NET account to the group that have R/W access to it (although the RO flag is in an unchangeable tri-state on the folder). The SQL Server Express error log is clean and indicates full functionality. Everything is running locally. No VWD installation errors. Any ideas Thank you! VWD creates your database using a User Instance is your U ...Show All

  • SQL Server Stored Procs in Master

    I had a user (don't ask how) get access to Master and ran a script that deleted all the stored procedures in Master. Some how the server was still working but the database dropdown lists in the GUI would not populate, but the default DB was Master. I was able to make the connection to the server, copy the code for all the SPs and recreate them. Now the GUI reports that my SQL2000 server is a SQL6.5. There are also some errors relating to sysconstraints when I try to view properties of a table. Any hints other than reinstall Pete Its hard to tell because the master database is corrupted. You will have to rebuild the database. Sometimes you have to decide whether to go the hard way to rebuild the m ...Show All

  • Visual Studio Team System Intellisense????

    I'm delighted and amazed that this product is coming however I already have one RFE....object Intellisense, the like of which is done by Prompt SQL (which has just been bought by Redgate). e.g. I type a table name followed by a period (.) and intellisense pops up a list of all the columns names. Any chance of getting that in Thanks -Jamie At this point, Intellisense is not in the product. Trust me, you're not the only one asking for it. Cheers, Brian Randell MCW Technologies ...Show All

  • Visual Studio Team System Compare and Sync functions from SSMS

    Is there a proposal to integrate the Comparison and Synchronization functionalities in the SQL Server Management Studio This will help the DBAs work with a single interface. If yes, when can we expect the same When it comes, will there be a price attached to it Appreciate your response. I don't think so. If Schema and Data Compare are included in SSMS and the project accessibility into all versions of VS (even just VS Team Editions) as has been heavily requested and has much more reason to be done, then what is left for Data Dude The original premise of Data Dude was to move database development out of SSMS into a developing environment with project and source control. The original premise of all Team ...Show All

  • Visual C++ Windows forms help

    Hello everybody i wonder if you can fill a hole in my understanding of programming windows. I am trying to develop a very basic windows forms application. I have a class called class1 and another called game. It is my understanding that the autogenerated form1.h is also a class. Maybe this is because i don't understand. Anyway from game i can declare a pointer of type class1 and access class1's data members, functions etc from a function inside game. I can also declare a pointer of type form1. However when i come to access form1's data members using this pointer it won't let me alter them it just says: error C2227: left of '->richtextbox1' must point to class/struct/union/generic typ Here is the code: //game.h #pragma once cla ...Show All

  • SQL Server SQL2005 : Can not run the DB tuning tuning advisor

    I've setup Sql2005 developer edition. Created a test server and one database with a few tables. I can connect through Server Management Studio. When I try to run the Database Engine Tuning Advisor I receive this error: Failed to open a new connection. Failed to initialize MSDB database for tuning (exit code: -1073741819.) (DTAClient) any tips on what to do next I'm no SQL Server expert, but I do know I can connect to my DB Server and all the contained DB's and tables just fine through the management studio. ...Show All

  • Visual C++ Start Debugging problem with SP1

    Since applying the VS 2005 SP1 update, when compiling a C++ program under 'Start Debugging' the console window comes up to accept data but then displays the result (I assume) and closes instantly/ automatically. If I then run the same program in 'Start Without Debugging' the console window does not close until it has displayed the result and halts displaying 'press any key to continue...", which is how it used to operate using 'Start Debugging.' Any suggestions, please (I have run a search through this forum, but the results did not bring anything directly related.) Nick This question have asked in the Visual C++ Language forums some time back. please check it. http://forums.microsoft. ...Show All

  • SQL Server Parameter Dependency

    I have 2 parameters in my .rdl. Param1 and param2 both have available set of values and param2 is multi valued. 1. I would like that after the user select a value in Param1, an event or something would be triggered that would populate Param2 i.e. make selection in param2 I have tried implementing the same by making default parameters of param2 from proc whose input parameter is equal to value in param1. The values in param2 gets selected when value in param1 is selected but this happens only first time, until page is refreshed again. I am looking if param2 could make selection if param1 is changed And it should also be available for independent selection. Thank you. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Why my triangle doesn't appear?

    Hi. I'm using the MD3DM/Smartphone Emulator and trying to draw a triangle. The code is: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using Microsoft.WindowsMobile.DirectX; using Microsoft.WindowsMobile.DirectX.Direct3D; namespace HelloWorld { public partial class Form1 : Form { private Device _device = null; private VertexBuffer _verts = null; /// <summary> /// Main method /// </summary> static void Main() { Form1 form = new Form1(); // Initialize d3d form.InitializeGraphics(); // Run try { Application.Run(form); } catch (Exception ex) { MessageBox.Show("Err ...Show All

  • Visual Studio Express Editions Installing Plugin

    I have a plugin for this, how do I install it and then where do I access/start it from The express editions do not support addins so not sure what kind of plugin you have. What is the name of the plugin and with what product do you want to use it with ...Show All

  • Windows Forms EventHandlers for dynamically created controls.

      I am trying to subscribe to the click event raised by the dynamically created LinkButtons in MyCustomTable class. I want to handle these events in the code behind of my webform. In my webform.aspx.cs I instantiate this custom control and pass it in a populated sqldatareader and it returns a table which I then add to the  to a placeholder control on my page. This is a very simplified version of my actual control, but it serves the purpose for what I am looking for.   I know how to add the event handler in this same class. myLinkButton.Click+=new System.EventHandler(myLinkButton_Click); where myLinkButton_Click is a method name in the MyCustomTable class.   I want to define the method to handle the instance Click ...Show All

  • Visual Basic How to retreive network adpater information from remote machine

    Hello, I am completely new to the Visual Basic langauge -although I know VBScript pretty well. I am working a making a tool that connects to a remote machine and gathers some statistics from the network adapter. However, I have no clue as to how to connect to a remote machine. I tried looking for code examples, but I couldnt find anything (which doesnt suprise me because I dont really know what to look for) In VBScript I would probably use WMI -is that also true in VB If so, how do I use it in VB If not, what should I be looking at Any code examples or help that you can give would be very appreciated Regards, Jeremy seems ok, you may need to add a reference to System.Management ...Show All

©2008 Software Development Network