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

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

daydreamsy2k

Member List

IBLUES
daniel mark
mikul
Henrik Dahl
Rhubarb
CodeDjinn
KnobCreek
DOSrelic
BenMo
mareknik
Pierre Maloka
Dawid Weiss
kewpcg
Adii.sathye
Kweri
JasW
David100
Inferno986
MoniDD
JCDS
Only Title

daydreamsy2k's Q&A profile

  • Visual C# Importing C++ Express project to C# express?

    Hi, I am new here and I am wondering if it is possible to import C++ express project into C# express ... Best Regards, Johney Johney, I'm still not 100% sure we're talking about the same thing, but I think you're asking if it's possible to take an existing C++ file and have it converted into the equivelant C# code (in the same way its possible to take some forms of VB6 applications and migrate them to VB.NET through a wizard). Neither C# Express, nor the enterprise version of VS, support this scenario. In general it would be possible to use the functionality of the C++ code by building it into a managed .dll, using either C++/CLI or exposing native entry points (_dllexport) that could be calle ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. draw() method is called two times....

    Hi to all, At first place, i'm totally n00b in c# & XNA, and in my effort to learn I have been debuging some tutorials from XNATUTORIALS. I've noticed that the program has a strange behavior, strange for me, because I know that this behavior is normal but I don't understand it. When I debug the game, I've noticed that the draw() method is called two times consecutively. Can anyone explain it Thanks in advanced. PD: Sorry for my english, I'm from Spain. :-) See this thread http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=756819&SiteID=1 Update is called once for every timestep i.e. 60 times per second in the default and draw is called as fast as possible but you will get bonus draws if the screen ...Show All

  • SQL Server Help on dynamic sql results on temp table

    The dynamic sql is used for link server. What I need is that the result of the dynamic sql put on a temp table. Can someone help. Im getting an error CREATE PROCEDURE GSCLink ( @LinkCompany nvarchar ( 50 ), @Page int , @RecsPerPage int ) AS SET NOCOUNT ON --Create temp table CREATE TABLE #TempTable (  ID int IDENTITY , Name nvarchar ( 50 ), AccountID int , Active bit ) INSERT INTO #TempTable ( Name , AccountID , Active ) --dynamic sql DECLARE @sql nvarchar ( 4000 ) SET @sql = 'SELECT a.Name, a.AccountID, a.Active                    FROM CRMSBAL ...Show All

  • Visual Studio Team System Vs 2003 addin

    Hi, I'm trying to use TFS with vs 2003 (provider version 1.1), but, when I try to add a solution under source control with CheckIn I have the message 'The operation could not be completed' with no other informations. With Vs 2005, everything work fine. I know, that in my message there isn't many useful information for solve my problem, but, the product don't give me other informations ! Someone can help me Thank. Note for Ms developer: please, if you decide to show an error message, put on it useful informations ! Hello, a few question that will help us to repro the problem: How is solution created Is "Create directory for Solution" option checked, or not How to you add solut ...Show All

  • Visual Studio Filter using and instead of or

    In the filter dialog box I have 3 filters that I would like to use. I would like them to be applied as 1 or 2 or 3 but on the filter dialog box the And/Or column is greyed out and And is selected so I get 1 and 2 and 3. What am I doing wrong I found a work around: In the Filter list dialog box in the expression box I entered: =IIF(Fields!DesignManager.Value = Parameters!PersonParam.Value Or Fields!ConstructionManager.Value = Parameters!PersonParam.Value Or Fields!OwnerContact.Value = Parameters!PersonParam.Value, 1, 0) In the operator box I had it set to: = In the value I put: =1 This combines all my or operators into one expression in the filter box and allowed me to organize them t ...Show All

  • .NET Development Process.GetProcess() Issue

    I'm facing trick problem. I'm using Process.GetProcess( ) method to get all the process which are running in server. This code causes the application termination. If i want to get what kind security permission i have to set . Can any one help Regards Unsure what "find the previous instance" means. Anyway, if you have a semaphore with a maxCount of n, you will be able to call WaitOne and not block n times. After this a call will block, waiting for a Release. There is a timeout overload. If you put 0, you can just check if the count is n or less. ...Show All

  • SQL Server Is there a way to display messages? To see more details why it is not running?

    Hi can not execute a package! If I run the package from Visual Studio, it works; If I deploy it and execute it, it works; If I log in the server an execute it, it works; If I execute it from a Task using the SQL Server Agent it works fine until I have a DataReader Source in the Package! Is there a way to display messages To see more details why it is not running Thanks! soanfu wrote: The Data Reader that i am using is a ADO.NET connection to a AS400 database. I am not sure if the service user (Local System) has access because to it. But in the connection string for the ADO.Net connection I am providing user name and password. I just would like ...Show All

  • SQL Server MSDTC Msg 8501

    OS: Windows 2000 SQL Version: SQL 2000 - 8.00.818 (SP3) Standard MSDTC Version: 03.00.00.3421 I am getting error message 8501 when I try to run any queries against this linked server from several environments (from Win2003 Server, XP). I have read that the MSDTC service needs to run under the NT AUTHORITY\NetworkService login. I cannot get it to be set to this login. How do I make this change. If I uninstall the service and reinstall, I still get it to default to local system account. What I am needing is: How do I set the NT Authority\NetworkService account for the MSDTC service How do I set the MSDTC service to run with remote connections comming in Please let me know what other information you will need. Thank y ...Show All

  • SharePoint Products and Technologies Mail merge or document creation\populate via workflow?

    Hello all! One ideal addition to SharePoint would be the ability to mail merge, or create documents in a document library using say a template in the library but populate with content from a list. I had a go with workflow in WSS v3 using SP designer 2007 and it looked like you can get workflow to create a new item in a document library, but not populate it with content from a list. So close, or am I missing something Hi Shane. Yep, looks like that is the limit of out of the box workflow with SP designer 2007, which is a shame. Hint to MS... mailmerge in the next version out of the box Looks like you have to code you way around this. I've had a play and looks like you can extract the data from the list via the w ...Show All

  • SQL Server mdx filter problem

    I have the following calculated member, which give me a certain type of billing info. CREATE MEMBER CURRENTCUBE .[MEASURES].[CTP format billing] AS aggregate ([PREP CONTROL HDR].[Bill Formats].&[19],[Measures].[Billed Sales Amount]), FORMAT_STRING = "Currency" , VISIBLE = 1 ; i use this in a set to filter out those Accounts/customers with a zero dollar amount. There may be a record in the cube with a zero dollar amount that I wish to filter out. CREATE SET CURRENTCUBE .[customers with CTP billing] AS FILTER ( DESCENDANTS ([CUSTOMER JOB].[By Cust-Title-Job]. CURRENTMEMBER , [Customer Name]),([Job Complete Date].[Calendar Full]. CURRENTMEMBER ,[Measures].[CTP format billing]) > 0 ...Show All

  • SQL Server Convert tick-by-tick stock price time series data grouped as high, low, open and close prices

    I am working on a stock price analysis project. Stock prices are stored in SQL Server as tick by tick data (that means in a high frequency) and need to be grouped by minutes in order to display them as as high, low, open and close prices in a candlestick or similar chart. The fields in the table are: Time (for every stock price tick) Price (stock price) Symbol (of the stock) A sample time series would look like this: 11:45:01 $22.11 MSFT 11:45:02 $22.10 MSFT 11:45:04 $22.25 MSFT ... ... ... 11:45:58 $22.45 MSFT 11:46:03 $22.22 MSFT 11:46:08 $22.25 MSFT ... ... ... 11:46:59 $22.45 MSFT The result of the SQL query should be: Symbol Time Open High Low Close ...Show All

  • Visual Studio Express Editions Move to cell in previous row?

    I need to write a code to move to a cell in the previous row. I have looked at (offset) , (currentcell) & (currentcelladdress) but i can't quite get the hang of it. This is what i have so far in a button click event:      Me.MaintableDataGridView.CurrentCell.Selected = False      Me.MaintableDataGridView.Rows(0).Cells(0).Selected = True This works great but i just want to move 1 cell up, not by coordinates. Is there some way to utilize code to mimic the arrow keys (sendkeys, etc...) Any help would be great.  Thanks Jeff Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click ...Show All

  • Visual Studio Team System SQL Trace query

    I had enabled SQL Trace and if i understand correctly SQL Trace will help us in finding slow stored procedures how ever when i click tables and traces i getthis "EXECUTE msdb.dbo.sp_sqlagent_get_perf_counters" link.What am i suppose to do with this how do i analyze the sql trace data where is it. I did open the load database there are lot of tables what all tables are of our concern..how do you analyze that kindly help. When you view the SQL trace table you should see one row in that table for each SQL operation that occurred during the load test that took longer than the value specified by the setting "Minimum Duration of Traced SQL Operation" from the load test run settings. ...Show All

  • Visual Basic How Do I: 1 Form 1 UserControl - 2 Instances of UC on Form Each In its own Thread?

    I have a User control that does some heavy Database work, I have two of them on the form, (a source and destination) being that they pull from different servers, I wanted to beable to let each one load at the same time, I'm not new to threading, but I'm no Expert. I tried putting Attributes on the UserControl MTAThread() I tried changing the ApartmentState of the CurrentThread . I was hoping to find a more professional method, than putting a timer on the control and having the button enable the timer, which fires the Load method. (Load just fills a DataTable, but its Thousands to Millions of records) Any Guru's want to take a Stab at it -Thanks ThreadConfusion The question in my mind is why you wa ...Show All

  • Visual C# How to Create a URL syntax checker in C#

    I would like to create a URL syntax checker so that can verify a cerrtain URL not a phish site. But I am also aware that some URL have valid syntax but is still a phish site. To answer this, I am looking for some measures on how to verify a URL and its correct DNS equivalent. I am doing a project of mine as one of our requirements and I have decided to create a web browser (already done) and I have included there 3 anti-phish tools. One of the tools is to check for URL syntax error. i have searched for such but has given me no good results that can be of any help to my project. I was hoping that some of the bright minds here could help me or enlighten me in my search. Thanks. yeah something like that. But I won't be using th ...Show All

©2008 Software Development Network