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

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

MarcusCuda

Member List

AndrewMK
Romiko
angelbear
akaa
amz
IrvineLewis
laks_win
Hoofe
Yair Alan Griver
Derek Chan
haitao
chris.p
Grimmo
AdrianSharp
thedba
Lynda Webeler
MacKenzie
WetBack
rreinman
bian
Only Title

MarcusCuda's Q&A profile

  • Visual Studio Express Editions API calls

    hi guyz, i have been learning calling api functions from dll's recently, but i get problems because i have to write the whole function statement alongwith appropriate arguements. i want to ask if intellisense works with dll calls also. like it works with other namespaces.. if u guyz can tell any links or helpful sites it would be great.. ashish it really worked out.. thanx daniel.. ashish ...Show All

  • Visual Studio Express Editions FindWindow API in VB2005 Express..??

    Hi All, This is my 1st post here. I have managed to figure out all my other problems so far, until now :) I am coming to VB2005Express from VB6...quite a jump, I know. I cannot figure out what I am doing wrong in this snippet. The return value in VB2005 Express is totally 100% wrong (I am using an API SPy I wrote several years ago to check my numbers. It has always been correct). In my module, I have this: Public Declare Function FindWindow Lib "user32" Alias "FindWindowA" ( ByVal lpClassName As String , ByVal lpWindowName As String ) As Long On My form I have a button &am ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Cloth simulation through physics

    Hi, Are there any SDKs that enables animation of cloth like dresses, skirts, hair etc Or any samples on how to implement it (I know it's not an easy task). Thanks! Yup. Just enter "Physics SDK" in your favorite search engine. Many of the higher end engines have support (or add-ons) for cloth simulation. In addition, modeling tools like Maya support cloth simulation as well. ...Show All

  • SQL Server Long duration Pre-Execute phase

    Does anyone know why SSIS sometimes just sits in the Pre-Execute phase of a data flow and does nothing It doesn't matter how elaborate the data flow is or the volume of data. It can sometimes take 80% of the task's run time. Are you able to monitor activity on the source system Perhaps the problem is there. A shot in the dark - perhaps the problem is the one documented here: http://blogs.conchango.com/jamiethomson/archive/2006/02/21/2930.aspx Just a thought!!! -Jamie ...Show All

  • Visual C++ CFile object Crashes with paths of mapped network drives...

    When i try to Construct a CFile object (dll file) from a path of a mapped network drive, the program crashes.... when i use another path, from local drives, it works...   Any idea how to resolve it CString File1_Name;  CFile File1((LPCTSTR) File1_Name, CFile::modeRead | CFile::typeBinary); -> CABUMMM!!! DEBUG INFO: CFile exception: sharingViolation, File g:\night\bags.dll, OS error information = 32. First-chance exception in filechecker.exe (KERNEL32.DLL): 0xE06D7363: Microsoft C++ Exception. The program 'E:\PROJECTS\FILE CHECKER\Working Copy\Debug\filechecker.exe' has exited with code 0 (0x0). Remember that the cons ...Show All

  • Visual Studio Team System IP Address Change

    I've change the IP address of the application and data servers. Team Explorer / Source Control can no longer connect. Did an ipconfig /flushdns and it didn't make a difference. Any suggestions how to fit this Thanks! Where did you make the change Did you update the DNS records for your server if so it might take some tim efor the client to refresh the record because it will cache it. Disabling the adapter and then enabling will flush the cache. If you not changed the servers name then it should still work. If you changed the name of the server as well you need to run the TFSAdmin utility to update your server to reflect ...Show All

  • .NET Development Adding rows to an existing disconnected datatable w/ autoinc Primary key

    I have a routine that builds a menu tree from a datatable recalled from a MySQL database. My problem is I would like to work in a disconnected mode so the user can modify the whole structure and at the end of the session commit it back to the server.  I have no problem obtaining the data but the primary key colume in the schema is marked as autoinc non null primary key. After I download the SQL query my datatable does have the full schema and data . However when I add rows to the local datatable the primary key colume does not inc but stays as null . Do I need to set this option manualy I have to crea ...Show All

  • Visual Basic stop watch using vb.net 2005

    how can i create a stop watch using vb.net 2005 i am performing a data extraction job using windows forms and want to display time elapsed on the form. how can i do it Thanks Dear Lot   i suggest to use a Timer control from the toolbox and display it on a label to   the user   ...Show All

  • Microsoft ISV Community Center Forums Update document properties on MS site server

    Hello, I hope that this is the right place to ask my question about MS Site Server. After the migration to new user accounts I want to change the ownership of the documents in our content management system. With this code “Select owner FROM ContentManagement..SCOPE(' ""D:\Inetpub\trnintranet\publishing"" ') Where…. “ it is possible to show all documents from a specific owner. I tried to make an update statement "update ContentManagement..SCOPE(' ""D:\Inetpub\trnintranet\publishing"" ') set owner = ""EU\RNL20019"" Where ( CONTAINS(owner, '""EU\RNL20023*&q ...Show All

  • SQL Server Securing the MS SQL Server 2005 database on client side

    Hello! I developed database driven .NET application and I need to deploy it. I faced a problem, which is "how to protect my database against direct access". I use MS SQL Server 2005 Express Edition as a DBMS and appropriate database. I want to make possible to manipulate with data in my database only through my client application. 1. How do I define SA password and instance name in silent mode of MS SQL 2005 EE installation with Mixed type of Authentication 1.1. Can I change SA password after the installation 2. If my database be attached to my new instance... Is it possible to copy my database, attach it to another in ...Show All

  • Windows Forms Hiding Tabs

    How do i make a tab invisible or hidden on a tab control Equivalent VB code would look like: Public Class MainForm Inherits Form Private Sub HideTab(ByVal index As Integer) mainTabControl.TabPages.RemoveAt(index) End Sub Protected Overrides Sub OnLoad(ByVal e As EventArgs) For Each tab As TabPage In mainTabControl.TabPages m_tabs.Add(tab) Next End Sub Private Sub ShowTab(ByVal tabIndex As Integer, ByVal position As Integer) mainTabControl.TabPages.Insert(position, m_tabs(tabIndex)) End Sub Private m_tabs As List(Of TabPage) = New List(Of TabPage) ...Show All

  • Visual Studio Team System Email problems with SharePoint

    I get two errors that I am pretty sure are related to the SharePoint configuration: 1. When adding users to a project site The user or users have been added successfully, but there was an error in sending the e-mail message. The server may not be set up correctly to send e-mail 2. When configuring Alerts This virtual server is not configured to send e-mail. When I go to the Sharepoint Central Administration I can see the following: Virtual Server List Default WebSite http://syd-tfs1/ 6.0.2.6568 Team Foundation Server http://syd-tfs1:8080/ Not Installed Extend The default website has alerts ena ...Show All

  • Visual Studio Team System Unlock a DLL file for someone no longer at company

    How do you unlock/uncheckout a file for someone that has left the company...that NT account is no longer active...and, I can't switch DLL to enable multi-checkout because of other VSTS bugs DLL is one of the types setup to disable merging by default. This means that any time someone checks one out, it automatically gets a checkout lock, as well. To change whether merging is enabled for various file types, open Team Explorer and connect to your Team Foundation Server. Right-click on the root node, and select "Team Foundation Server Settings" -> "Source Control File Types". In the dia ...Show All

  • SQL Server SHOWSTOPPER!!!!

    Hi, Currently, with the setup that I downloaded off of the MSDN library, I ran the default.htm to install SQL Server. I get the error wit hthe splash.hta etc. I went around those to trun the Setup.EXE from the SQL SErver x86 folder and the setup runs fine. It also allows me to choose the installation path for Various components. HOwever, each tiem I choose D for the components, it seems like there is alot more getting installed on the C drive. When I have all my components selected and specified to be installed to D where I can, the space required no C is about 2GB. How can I force the install to move to D Thanks Krams ...Show All

  • SQL Server Unable to add user to a role

    I'm having dificulty trying to add a user to a role in SSAS. I am operating in a development enviornment with two servers, 1) a domain/file/print server running Windows Server 2003 and 2) my SSAS server running on my laptop with Windows XP Professional. When I try to add a user to a role it seems that I am only able to add users which have local logons to my laptop. That is the only location listed when trying to browse the users. Is there any way to add a user from my Windows Server 2003 domain i.e. domain\username Every time I try this it doesn't allow me to continue. I'd appreciate any ideas. I'm not much of a network/secuity person s ...Show All

©2008 Software Development Network