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

Software Development Network >> Taylor Meek's Q&A profile

Taylor Meek

Member List

Salman Maredia
bola shokry
quacka
jackinthegreen
singam
mvermef
Petchey
FC-Shiro
Fran Garcia
technica
JustinA1
Derek Smyth
magcianaux
Shark_
shax
Anand Raman - MSFT
kaizen
Shalin Dalal
badsheepy
Raoul_BennetH
Only Title

Taylor Meek's Q&A profile

  • SQL Server microsoft visual studio cannot shut down because a modal dialog is active

    if i get this message one more time I am going to put my fist through my monitor I've been getting it often enough to find this thread. Microsoft SQL Server Reporting Services Designers Version 9.00.1399.00 XP SP2 No sourcesafe I've gotten it on pretty simple reports, with just one dataset and a few string parameters. I just got it on a slightly more complex report with two datasets sharing a single string parameter. I also have windows (properties, output, etc) that refuse to autohide sometimes. I have to get rid of them by pinning and unpinning them. It may or may not be related, but this is certainly a tough bug to reproduce. I have a feeling, likely incorrect, that it has something to do with ...Show All

  • Smart Device Development debuggin web services

    how can i do the a/m using vs.net2005 with mobile app ...Show All

  • Visual Basic playing a media file, and then waiting

    Hello I am writing an application where I want to play a wav file using windowsmedia player from inside VB. After playing this file, I wish to have my VB program wait a bit until the wav file is played, and then continue on with the next command. So what I did was place a System.Threading.Thread .Sleep(3000) so buy my self sometime. However, the sound file is not being played at all and all i see is the wait happening. what am I doing wrong how can I implement what i want to do thanks Shyma Mohaisen The code is not waiting for the .wav to complete. It's reading the line to execute the wave, playing the .wav, then moving on to the next line of code immediately. The sleep is consuming the allocation. This happen ...Show All

  • SQL Server Registry settings for service account permissions

    We are trying to configure registry settings to allow sql server service to run on a service account in SQL Server 2005. The registry has changed quite a bit from SQL 2000, and we are missing a setting in the software keys that causes sql server service not to start. If we apply permissions to all of HKEY_LOCAL_MACHINE/SOFTWARE, then the service starts, however company security policies do not allow this. Are there any specific keys we should look at, other than the obvious Microsoft/Microsoft SQL Server and Microsoft/MSSQL keys, in which we have already granted permissions to the service account Thanks, Dave Manually changing the service account is not a supported operation. Changing the service ac ...Show All

  • Windows Forms Bitmap in Datagridview

    Hi, Is it possoble to show a bitmap in DataGridView control If no, then which other type of tabular control can be used for the same Thanks, -Brajesh Sure, absolutely.  If you're using a DataTable, you'll want that particular column's type in the DataTable set to typeof(Bitmap) (or typeof(Image)) If you're using the designer to generate your DataGridView, and adding rows programmatically using dataGridView1.AddRows(), use the designer to create a DataGridViewBitmapColumn, and when you add a row, add it like this: dataGridView1.AddRow(new object[] { myBitmap}); ...Show All

  • .NET Development Cascading App.config from DLL projects

    I have multiple DLL projects referenced from a Application project in my solution. I have settings in app.config files stored in each one, as the classes in the DLL libraries can be customized based on the config settings. How do you cascade the settings from the DLL projects to the application project Do you have to manually copy them What is the intended Microsoft way of handling configurable DLL settings AFAIK, System.Configuration cannot load .config files for class libraries, just the one for the main .exe. I've tried pretty hard. The IDE will build a .config for a DLL but it is of no use. Merging those into the app's .config needs to be done by hand. ...Show All

  • .NET Development event log class

    I have an evet log code in my forms which connects to my evetlog database and add the log. Currently I am copying the same code to each and every form. i need to keep in a common class and use it whenever and whereever i need but i never tried to that before.. can you please guide Sure. Just create one simple class which handles the accessibility of the eventlog database, then call this class from any of the forms. so you could have this class to 1) connect to SQL Server 2) insert data 3) close connection or if you are using the Windows EventLogs: http://www.informit.com/guides/content.asp g=dotnet&seqNum=239&rl=1 hope it helps! ...Show All

  • Visual Studio Express Editions full screen media player

    Is there a code to make windows media player go into full screen apart from right clicking on the player What i want to do is have a button that makes the player go into full screen is it possible I had the same problem, I couldn't find a direct way to block it. So I made a timer that checks if the player is full screen and if it is it sets the fullscreen parameter to false. And because the going into fullscreen is not instant it will not look as it is going into fullscreen at any time. I hope you can work with this, Kasper ...Show All

  • Visual J# I want to use both java.awt.* and System.Windows.Forms.*

    Hi, All. I want to use javax.swing.JTextPane, but this component is not supported by Visual J#. So I try to substitute System.Windows.Forms.RichTextBox for javax.swing.JTextPane. The following source code is my sample program. System.Windows.Forms.Form freezes when I click "test" button. If I change this.f.Show() to this.f.ShowDialog(), this program doesn't freeze. So I want to understand why it does freeze to use Show() method and I want to know solution. ---test.java--- import System.Windows.Forms.Form; import System.Windows.Forms.RichTextBox; import System.Drawing.*; import System.ComponentModel.*; import java.awt.*; import java.awt.event.*; class test implements ActionListener{  Frame frame;  Form f;  RichTextBox tb;  Button ...Show All

  • Windows Live Developer Forums VB.net --- Msn Messeger

    I would like to make an application that checks if a contact is online and if yes it will send an instant message. I don't know exectly what I must do. I have succeded in changing by current status with this code. Public Class Form1 Dim WithEvents msn As MessengerAPI.Messenger Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load msn = New MessengerAPI.Messenger msn.MyStatus = MessengerAPI.MISTATUS.MISTATUS_ONLINE End Sub End Class before a made a referance to messenger API type library. Any help please. I know that I must insert the code between this sub Private Sub msn_OnContactStatusChange(ByVal pMContact As Object, ByVal mStatus As_ Messe ...Show All

  • Software Development for Windows Vista borland developer studio 2006 on Vista rc2(5744) x64

    Hi, I just try and clean installation of Borland Developer Studio 2006 on Vista RC2 x64, after i install all the requirements ( .NET 1.1 sp1), and after logging the msi installation i always get : InstallFiles: File: Borland.Delphi.dll, Directory: , Size: 102400 DEBUG: Error 2337: Could not close file: GetLastError: DEBUG: Error 2835: The control ErrorIcon was not found on dialog SetupError Internal Error 2835. ErrorIcon, SetupError Internal Error 2337. MSI (s) (6C:B8) [16:29:20:310]: Product: Borland Developer Studio 2006 -- Internal Error 2337. is any known compatibility problem between .net 1.1 sp1 and vista new build or any known issue thanks. cosmin It appears this bug has been resolved. Build 5841 ...Show All

  • Visual Studio Team System Strange Problem --- SQL Server 2005 and TFS and Team System

    We are implementing TFS and have imported legacy work items from Excel spreadsheets. I want to connect two groups of these workitems as related work items by going into the dbo.LocalRelatedEdges table in the TFSWorkItemTracking database. I wrote a vb .net routine which inserts into this table the related ID's which should then show a related work item under the links tab of the Team System GUI. I used ADO.net (sqlclient.sqldataadapter) to accomplish this. The insert works correctly and the row is populated correctly in the table, but the related work item does not appear in the Team System GUI. But, if I manually go into the SQL database using Microsoft SQL Server Management Studio and enter the values directly into the table, the related ...Show All

  • Windows Forms Dropdownlist checkbox or multiselect

    Can anyone point me in the direction of a control that uses checkboxes within a dropdownlist or one where I can somehow select multiple items I'm using VB.Ne 2003 and there is a Checked Listbox in the toolbox that may be what you are looking for. Hope this helps.. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Problem with UpdateSurface

    i'm trying to create a 2d graphical engine using DX9, but when i try to blit a sprite to the screen it just fails, just can't see why. All input is valid, including the input and output surfaces, but it just doesn't stop giving INVALID_CALL as return code. Here's my code: void GraphEngine::drawImage(GraphResource *img, int X, int Y) { // Locals D3DSURFACE_DESC imgSize, debug; RECT imgRect; POINT dest; HRESULT tresult; // Get Surface descriptor tresult = img->Image->GetDesc(&imgSize); // debug code D3DScreen->GetDesc(&debug); // Fill rectangle imgRect.right = 0; imgRect.bottom = 0; imgRect.left = imgSize.Width; imgRect.top = imgSize.Height; // Destination p ...Show All

  • Windows Forms STA and threadpool problem

    Hello, I have a Windows Form project which i tried to merge with a console project that uses Thread pool. After i did that i got a messege saying: "WaitAll for multiple handles on a STA thread is not supported." OMG someone please help me! this is an emergency beucase i must use the ThreadPool. anyone has an idea Your question has nothing to do with the original thread topic, you need to start a new thread. ...Show All

©2008 Software Development Network