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

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

iPlexor

Member List

Manickam
Ghalib
tsay
James_lh
Goofy78270
vx2929
Joe
ProfEclipse
yodlle
David Oyster
_Doug
neithzan
Timo van Noppen
marcoow
Apoorv Bhargava
Matt Brunell
Imtiazahmad
David Weller
Jesse Cheng
DavideB
Only Title

iPlexor's Q&A profile

  • Visual Studio Team System Unable To Share Files With Team Foundation

    How can I share code files between projects using Team Foundation source control   We currently share code files between projects using the full framework and the compact framework.  VSS has the ability to share, branch, and merge.  TFS only allows branch and merge. We have similar problems and the lack of shared files is a total show stopper as our whole build process relies on it. Every other version control system on the planet can handle shared files perfectly fine. You say: "If you're so sure a file will always be exactly the same in two or more projects, why not add it as a link ...Show All

  • SQL Server that is unic at all . but how to generete it depend on relation??

    I have 2 table . main table & sub main table that have data like this: Bank's (code 001 ) in main table and visa card (code 0001 ) & master card (code 0002 ) in submain table. GOOD's(code 101 ) in main table and BMW X5(code 0001 ) & BMW X3(code 0001 ) in sub main table. as you see the code 0001 is non unic in sub main table. But it is unic depend on main table. I can use code like this (main code+sub main code ) that is unic at all . but how to generete it NAME      CODE Bank's 001    visa card 001 0001    master card 001 0002 ...Show All

  • Visual Studio 2008 (Pre-release) Parametric Animation

    Is there some documentation I can refer to concerning parametric animation What I would like to do is feed in the value of the animated property at every "tick" based on a function. Actually...what would be even sweeter would be to have a "parametric animation object" that takes a function pointer to my parametric equation and then handles the rest for me! But I'll stick with being pointed to some details on doing it by hand. :) Seems like CompositionTarget is what you want. Check the CompositionTarget section in this document: http://msdn.microsoft.com/library/default.asp url=/library ...Show All

  • Microsoft ISV Community Center Forums ActiveX Control Problem

    I've developed an ActiveX control, try to run it (hit F5) in VB, it works fine. When I try compile it and package and deploy it to .cab file using the wizard, it produces a folder package with one .cab and one .htm file (lets name it x.cab and x.htm). Everything seems working so far, but when I open x.htm, the component doesn't really load i think. There was a message prompt me to select whether to install or not. I've installed it and yet there is nothing appear, just a white square with 'X' in the middle. What can I do I've been surfing the net alots yet can't find a solution. Please advise. Thanks in advance. This is the ...Show All

  • Software Development for Windows Vista Visual Studio 6.0 SP5 setup on Vista Beta 2 (5384)?

    Does anyone know how to get around the MDAC check in the Service Pack 5 setup of Visual Studio 6.0 For some reason it doesn't detect MDAC 2.5 or higher which it requires (even though Vista obviously has a later version - 6.0) and the setup will not continue from that point. I've tried every registry key I could think of to trick it into thinking MDAC is installed. Thanks Ted. Totally untrue - the support on Vista has been committed to by Microsoft until March of 2008  http://msdn2.microsoft.com/en-us/vbrun/ms788708.aspx I know for a fact that it runs perfectly on Vista as I have run i ...Show All

  • SQL Server Permissions using CLR triggers

    It seems that there is a difference between the way t-sql permissions and CLR permissions work. I don't know if this is a fault of SQL2005 or of my coding - perhaps someone can tell me. E.g. Assume there are two tables called test1 and test2 with no permissions granted to anyone on them. Below is a simple trigger that inserts into test2 when test1 is updated CREATE TRIGGER tr_test ON test1 FOR UPDATE AS BEGIN DECLARE @v INT SELECT @v = MAX(ID) FROM test1 INSERT INTO test2 (audit) VALUES ('The max value is currently: ' + CONVERT(VARCHAR(10),@v)) END GO Attempting to update a row from a non-DBO account will fail (because the user ...Show All

  • SQL Server MULTIPLE DATA SOURCES WITH SAME TABLE SCHEMAS IN SSIS

    Hi, I have the following scenario: N identical Databases (corresponding to different Fiscal Years, with names <Company Name>.<YEAR>). We want to consolidate the N DBs to a New Datawarehouse. In SSIS we have designed a Dataflow that reads through a OLE DB Source (Connected to one of the N Databases) and maps to a OLE DB Destination (Connected to the NEW DB). The question is, how we loop in SSIS through the N identical Connections, so to repeatedly execute the designed Dataflow, each time with a different Connection Thanks in Advance, --Dimitris Doukas Many thanks, it seems ...Show All

  • Visual Basic Wierd error message with Access DB

    Hi all, I have this wierd error message that I get when I use my DataAdapter.Fill function. The message is : "No value given for one or more required parameters" I just Cant figure it out, here's my fuction Dim strSQL As String Dim cmdSelect As New OleDbCommand dsIPBs = New DataSet 'Verification de l'existence du chapitre dans la BD strSQL = "SELECT * FROM PN Where PART_PK = '" & gIPB.PARTNO & "' AND NOMEN = '" & gIPB.NOMEN & "'" cmdSelect.Connection = cnNewIPBs cmdSelect.CommandText = strSQL daIPBs.SelectCommand = cmdSelect Try daIPBs.Fill(dsIPBs, "PN") Catch ex As ...Show All

  • SQL Server Difference between Flat File Source Output ?

    Can someone tell me the difference between the Flat File Source Output - External Columns and Output Columns I always end up changing the datatype properities in both to make things work :-) Hi,   Have you tried setting the datatypes for the external columns using the Advanced pane of the Flat File Connection Manager What you set there ought to be carried through to the Output columns.   Andrew Watt [MVP] < cgpl@discussions.microsoft..com > wrote in message news:760e2f6b-3480-4430-850e-8b30237e462d@discussions.microsoft.com ... Ca ...Show All

  • .NET Development partial data sent?

    1 man 4 days 15 hours / day   I have this problem and think I have made no progress after 4 days.   I am having SEVERE serialization problems from Server to Client. Client seems to be the problem. I thought it could be my smartphone mobile device but no, even If I do this on the PC the result is almost the same.   When my Server serializes over a network stream, Server seems to send the data fully, Client 99% of the time seems to not recieve it in its fullest, therefore when de-serializing I will get an exception. Code for listening to incoming communication:   while ( this .theC ...Show All

  • Visual Studio 2008 (Pre-release) Client application authentication?

    I realize that .Net 2.0 does not provide client application authentication and was wondering if WCF/Indigo addresses this issue in any way Thanks, Ray Manning Can you explain better You can see in this forum many post about 'authentication'. ...Show All

  • Smart Device Development close form on windows ce 4.2

    Hi, I wan't to close a child form but "this.close" or "this.dialogResult" doesn't exists. What do I have to do then Grtz Annihil8 If you are using C# you could try the Dispose() method on your form. That will close it for sure. If you want to hide it try: form.Visible = false; form.Refresh(); If you want to exit the app completely try Application.Exit(); ...Show All

  • .NET Development unmanaged dll, struct runtime issues

    Hey I was wondering if any one could help me, I recieve the following error message in c# express: FatalExecutionEngineError was detected Message: The runtime has encountered a fatal error. The address of the error was at 0x79ef067e, on thread 0xe30. The error code is 0xc0000005. This error may be a bug in the CLR or in the unsafe or non-verifiable portions of user code. Common sources of this bug include user marshaling errors for COM-interop or PInvoke, which may corrupt the stack. What Im doing is calling the GetWindowInfo() from the unmanaged "user32.dll", which returns a WINDOWINFO struct. I have created the struc ...Show All

  • Windows Forms XP style button and transparency

    Hello, This is the first time I post. Usually I find answer to my problem by searching the forum but not this time. I have a form that uses transparency. I use XP style buttons on the form. Problem is when a XP style button is located within a transparent region of the form I can see the transparency key color around the button. I guess that’s because XP style button are shown a bit smaller then the actual control size. Usually I use uncommon color for transparency key, so it contrasts a lot. As anybody had the same problem Is there a way to workaround ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. UI controls

    is there a way to get listbox.contains(object) using the listbox control I went into the sampleFramework and looked at the code and created a bool function called contains but cant get it to work right. I noticed itemList is a arraylist so under that function i used itemList.Contans(myvarible) it does not seen to spot it. also I am trying to remove string objects from the listbox at runtime but there is really no way to get the index value that I can see at runtime, is there someone willing to help me with these two things thanks a bunch #1 - no there isn't such a function. You are correct that its an ar ...Show All

©2008 Software Development Network