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

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

Tailor

Member List

benny353
Robert M
Pranav Garg
smartpi
sofakng
Loopsludge
KeeperMustDie
Don Yang
keltak
SimonOng
Spider-link
CK12
Butters_Stotch
stephane - Montpellier
mlawton
IgorP
AnilKumar_bhaskara
shxvacika
mark aoki
cdemez
Only Title

Tailor's Q&A profile

  • Smart Device Development Using D3D Mobile, how to load a PNG file from disk to a surface?

    I cannot use D3DXCreateTextureFromFile() becasue the mobile API does not support it Thank you! Hi Try D3DMXCreateTextureFromFileEx instead. Hope this helps Michael ...Show All

  • SQL Server insert statement problem

    Hi all, I'm trying to calculate the data from one table and insert the results into another table. The queries are the following: 1. select top 5 userId, count(photoId) numOfPhoto from photo group by userId order by count(photoId) desc 2. select top 5 userId, count(photoId) numOfPhoto from photo where datesubmitted > DATEADD(dd,-30,DATEADD(dd, DATEDIFF(dd,0,getdate()), 0)) and datesubmitted < DATEADD(dd,-8,DATEADD(dd, DATEDIFF(dd,0,getdate()), 0))group by userId order by count(photoId) desc 3. select top 5 userId, count(photoId) numOfPhoto from photo where datesubmitted > DATEADD(dd,-7,DATEADD(dd, DATEDIFF(dd,0,getdate()), 0)) and datesubmitted < DATEADD(dd, DATEDIFF(dd,0,getdate()), 0) group by userId order by coun ...Show All

  • Visual C# Freeze on SetParentHandle

    My UserControl have to adds some child controls on Runtime. But somtimes my application will be frozen at the line below: this.Controls.Add(this.myChildControl); and open CallStack give me some inforation: 0x000000 SetParentHandle() Please help me out!. thanks Could you post some more information Please provide the code for your method that is adding child controls. Also post how the parent control set up the user control you're having problems with. Michael Taylor - 7/24/06 ...Show All

  • SQL Server RS 2005 Prompting for Credentials

    For the life of me, I can not get integrated windows authentication to work with an installation of Reporting Services 2005. I get prompted when connecting to the /Reports IIS virtual directory when not on the IIS machine. If I'm logged onto the machine I don't get prompted. Or if i use the IIS servers IP address in the URL I don't get prompted. The only way I can avoid windows prompting (when not logged onto the IIS machine) is to set the /Reports virtual directroy to "Enable Anonymous Access" I know Windows Integrated authentication works because we have other web applications where Anonymous access is turned off, and everything works as expected. Meaning going to another server for database access thos ...Show All

  • Visual Studio XY Scatter Chart - Y value appearance with expressions

    I want to know if there is anyway to force report control to evaluate an expression for the "marker" size and shape, as opposed to use the "Marker size" selection under the "Appearance" tab. There is no "fx" button next to this menu item. I have successfulyy set a function for the color of the markers using a function expression in the "Fill" tab of the Series Style. Also, an attempt to substitute an expression inside the rdl xml entry for the size / shape tags did not work. Is the scarcity of display attributes with expression evaluation capabilities just due to the control being in its first incarnation, or am I wrong in assuming this can't be done now ...Show All

  • Commerce Server Catalog Web Service currently unavailable

    Hi, I'm trying to update form Commerce Server 2002 to CS 2007. Now i think i'm pretty far but there are still some problems to solve. One is, that the CatalogWebService isn't available when I want to open ith with the CatalogManager. When i enter straightforward the link to the CatalogWebService.asmx in the Internet Explorer, the Site is loading correctly and shows my some information about the Web Service. What do I have to do so that the CatalogManager can open the WebService Hope you can help me. Thanks I think that im almost there where I wanted to be. Now i can open the Catalog Manager Properly as well as the Marketing Manager. The last problem i have is, that the OrdersWebSe ...Show All

  • Software Development for Windows Vista Visual Studio 2003 hangs on Vista Build 5472

    If I try to use the "Find in Files" feature of VS 2003, it just hangs VS and you can only kill the process. This happens when you select search in Entire Solution or Current Project. Note: I have launched VS to run using Administrator. This did not happen on Vista Builds 5342 or 5308. Is there any workaround Use "Replace in Files" instead to step through matches - it's a poor substitute, but at least it works until there exists a proper patch (if ever) ...Show All

  • Windows Forms Adding Objects Question

    hi my Form1.h file is becoming massive now even though it doesnt really do much. On my Form i have a tabControl with 3 tabs and i was wondering if there was a way to create another file to do some adding and removing of objects like textBoxs and labels so it can be used like a subroutine any help or advice would be great. thanks Im using Visual C++ MS VS 2005 heh it still wont work. i copied the Form1.h file and replaced it and the Form1.cpp now looks like below : // MyProg.cpp : main project file. #include "stdafx.h" #include "Form1.h" using namespace MyProg; // HP: don't forget to put Form1:: in front of the method name System::Void Form1::button1_Click(System::Object^ sender, System::EventArgs^ e) { } } t ...Show All

  • Windows Forms RichTextBox ReadOnly = false

    Hello All, Firstly, please accept my apology if I am not posting on a relevant forum. Given attribute ReadOnly = false for RichTextBox component.... rtfData.SelectedText = string.Empty; rtfData.SelectionFont = new Font(rtfData.SelectionFont, FontStyle.Bold); rtfData.SelectionColor = LogMsgTypeColor[(int)LogMsgType.Normal]; rtfData.Text = dataQueue.ToList(); rtfData.Select(rtfData.Text.Length, 0); rtfData.ScrollToCaret(); ... generates an annoying thumping sound from the PC speakers each time text is being written to rtfData. The annoying thumping sound goes away when attribute ReadOnly of rtfData is set to "true". How do I mute the annoying thumping sound even though ReadOnly is set to "false&qu ...Show All

  • Visual Studio Express Editions Not understanding how to get a TextBox to activate the next control via the Return Key

    I guess I'm not understanding how to formulate the event code triggered by Return key press which will activate the next control. Similar to how the URL Address box in IE activates the Go button when you press the Return key from within the URL Address window. I'm not getting the event handle-handler syntax. ......help The Emerald Knight wrote: I guess I'm not understanding how to formulate the event code triggered by Return key press which will activate the next control. ......help well for this part, instead of making life hard and using the keypress event, use the keydown event and check what key was pressed. If return then use the SelectNextControl() method to go to the next control. http://msdn2 ...Show All

  • Visual Basic Create folder with WMI

    Hi I need some help with creating a folder on a computer on the network using WMI. // Lasse The folder is locked for direct access i need to provide admin username and password if there is another way to do it than wmi then its fine just as long as the program can grant admin permission. ...Show All

  • Visual Basic updating data grid connect to ms access database.

    I have a ms access database with a table consisting of the fields user_id and password. i have a datagrid binded with this information that is displayed in a vbform. i have added an "add" button. when i press this i want the new data entered in the datagrid to be updated in the msaccess database as well as the datagrid. so far i have the following code: Dim connStr As String = "Provider=Microsoft.Jet.OLEDB.4.0;" & _ "Data Source = C:\Documents and Settings\Owner\My Documents\Telephone.mdb" Dim con As New OleDb.OleDbConnection(connStr) con.Open() Dim objcommand2 As SqlCommand = New SqlCommand objcommand2.CommandText = "INSERT INTO Users" & _ "(User_ID, ...Show All

  • Visual Studio Team System Schema Compare Problem #5

    I am comparing a Database to a Project. One table is showing up as being different. Here is what DBPro reports as the difference: In the Database: [DefaultPerformanceEmailText] [nvarchar] ( max ) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL , In the Project: [DefaultPerformanceEmailText] [nvarchar] ( max ) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL CONSTRAINT [DF_HumanResourcesPolicy_DefaultPerformanceEmailText] DEFAULT ( '' ), When I click the 'Write Updates' button to synch my Project, DBPro says everything was successful but when I do a recompare, this same difference reappears. DBPro is not removing the constraint. Thanks - Amos. Chuck, My Specs: Dell Latit ...Show All

  • SQL Server Pass parameter to SSIS

    I have a SSIS package that imports (appends) data to a SQL table from an ODBC source. This package is run from within a VS project. I'd like to pass a parameter to this package to limit the records it imports. I have seen some discussion of this but I need a detailed step-by-step or a good working example. Specifically: 1. How to get the parameter to the package to begin with. The VB function that runs the SSIS only passes parameters to the stored procedure that executes the SSIS. 2. How to refer to the parameter value in the SQL statement of the data reader object in the SSIS package. Instead of saying 'Select * from table1' it needs to say 'Select * from table1 WHERE field1 = @passedparam' T ...Show All

  • Visual Studio Team System Check-in of a big file problem

    Hi, Sometimes when I perform a check-in of a big file (size > 3 Mb) I get the following erron in Team Explorer "Error. <file path>: Unable to write data to the transport connection. An existing connection was forcibly closed by the remote host". If I keep trying I am able to check-in the big file. Here are some messages from Event Log on the TFS server: ---------------------------------------------------------------------- Event Type: Warning Event Source: ASP.NET 2.0.50727.0 Event Category: Web Event Event ID: 1309 Date: 2/7/2007 Time: 6:38:06 AM User: N/A Computer: TFSDEV01 Description: Event code: 3001 Event message: The ...Show All

©2008 Software Development Network