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

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

Tulika18

Member List

Mechanimal82
BSergio
C#TURK
newxplanet
matrixo
John Ens
amila
B2
Janaka Goonasekera
RAMPRAKASH
viggity
mware
Ricardo_medina
Testking
VS228
Lino
Wrangler
hosrow
rowdy
EW
Only Title

Tulika18's Q&A profile

  • Visual Studio Express Editions Moving from VS6 to Visual C++ 2005 Express Edition

    Right, so I'm used to VS6. Now I've got an assingment to be doing but no VS6 on my computer here, getting a C programming IDE to work on Linux came to a dead end (I've no hope in hell of getting some libaries to work for Linux in time) and so I've downloaded this Express Edition. Firstly, is there actually a nice Execute button, or do I have to debug with a breakpoint to stop my programs from merely executing and exiting in the blink of an&nb ...Show All

  • Visual Studio Validation Framework

    Hi all,   First of all thanks to the DSL Team for the new validation framework! It works great and makes it very easy to code validations. Good work...   But, I am having some questions about it.   I noticed that the “IsValid” property on both the “ShapeElement” and the “ModelElement” doesn’t seem to reflect the state of the validation framework.   To be more precise: I implemented a validation for the ...Show All

  • SQL Server Difference between Where and Join

    Hi all, i've a little question, I 've this 2 sentences select m.id from F, A, M where F.Id=A.Fa And F.IdE=A.IdE And M.IdItem=A.Id and M.IdE=A.IdE And F.IdE=7 AND F.Id=44387 Select m.idnumero from F Left Join ( A Left Join M ON (A.IdE=M.IdE) AND (A.Id=M.IdItem) )ON (F.IdE=A.IdE) AND (F.Id=A.Fa) Where F.IdE=7 AND F.Id=44387 F=50.000 Regs A=150.000 Regs M=1.100.000 Regs First sentence takes the data in 1 sec ...Show All

  • Visual C++ How can I get the system informatin??? use in MFC

    In the SDI, I want to know the system information(physical memory, computer name, etc.) Hi, You can use Win32 APIs to get all system information, for example, GetComputerNameEx() to get name of the computer. Take a look on this section in MSDN http://msdn.microsoft.com/library/default.asp url=/library/en-us/sysinfo/base/system_information.asp Nikola Dudar VC++ Team ...Show All

  • Visual Studio WiX/MSI Task?

    I was under the impression that there was going to be a WiX task for MSBuild. I can't, however, find any reference to it in any docs. Nor can I find anyone else who actually uses it. Am I wrong, is there no WiX task Can someone please confirm Thanks, Derek Yeah I didn't need the other 198 tasks or however many there are so using WixTasks suits me fine. I will probably try the SDC when a fixed build is available ...Show All

  • SQL Server Still a problem with Report Refresh Icon

     In my installation of RS 2005 when I click the Refresh Icon on a report the report doesnt update. But when I click the "View Report" button it does. For example, if I change the parameters on the report and click the refresh icon the report seems to flicker as if it was rfreshing but the report data remains the same, even the paramaters in the report remain the same (I have the parameters that are selected in the report header) Anyon ...Show All

  • Visual Studio How can I bypass database login prompt when running the report

    Hi All, My application uses Crystal Reports for VB.net 2003 as the reporting development tool. The report uses OLE DB (ADO) connection (connection to my ACT! database). I wonder how can I bypass the database login prompt when running the report. Would connection string help If yes, where in my program, should I place the connection string to. Is my connection string correct Dim xConn As String = "Provider=ACTOLEDB.1;Data Source=C ...Show All

  • Visual Studio How to tell the RTD that a file is dirty

    I need a way to trigger the RTD to think a doc is dirty even though it hasn't be modified by a editor. Hi Bill, The IDE periodically checks if the document is dirty by calling IVsPersistDocData2::IsDocDataDirty(). If you return TRUE from the pfDirty argument, the IDE will display the document as being dirty. Alternatively, if you don't actually implement the DocData object in your scenario, you could try retrieving the IVsPersistDocData2 i ...Show All

  • Visual Studio Express Editions Modificar un GridView a traves de otro GridView

    Hola a todos, tengo el siguiente problema: Tengo un objeto DropDownList que de acuerdo a su valor me modifica tres grillas, todo esto es usado en forma de filtro. Pero en una de esas grillas tiene la opcion de modificar sus registros, al hacerlo deberia refrescar los valores de una de las otras grillas. !Esto no lo hace!, pero al salir de la pagina y volver a entrar la pagina ya esta actualizada en todas sus grillas... Alguien sabe com ...Show All

  • SQL Server Query Issues......help!

    SELECT tblWatchInstance.RepairNumber,tblWatchInstance.Comments,tblWatches.OwnerFName,tblWatches.OwnerLName FROM tblWatchInstance INNER JOIN tblWatches ON tblWatchInstance.Watch_Key = tblWatches.Watch_Key WHERE tblWatches.OwnersLName LIKE '%son' AND tblWatchInstance.ReapirNumber = (@RepairID)", myConnection for some reason when i added the Where clause, it stopped working and i dont really know why......Do any of you great individu ...Show All

  • SQL Server How to call remote object using C# Stored procedure

    I want to call a windows based service running with remote objects listner from a C# Stored procedure. Any idea how to do that I am running a windows service with one exposed object using remoting. I want to call that from stored procedure/function created in SQL Server using C#. ...Show All

  • SQL Server operationg system requirement

    I am in the process of learning SQL from scratch and figure it would be helpful if I can run a local server and experiment with it as I move along some book reading. I have a few questions regarding the operating system requirement for running a localhost server and hope some of you can answer to my novice questions. Can I setup a server under Windows XP when I looked thru the documentation it indicated only windows 2000 and other Microsoft serv ...Show All

  • Visual Studio Team System Error While connecting to Team Foundation server

    I had a working version of the team foundation server running on Windows 2003 OS. Now I am getting an error "The request failed with http status 503 : service unavailable ". I searched various forums for the resolution. The solution that I got was 1.restart the TFS website in inetmgr (or iisreset) 2. Restart the TFSScheduler service in services.msc This does not seem to work. I would appreciate if someone could give a solu ...Show All

  • Windows Live Developer Forums How to communicate song information to msn ?

    Hi Everyone, I have to write a plugin for a media player and a desired option is to show the current song playing on MSN as a comment, like WMP does, so my question is how can I communicate the song information to msn Thanks in advance, Guima please see this post Please refer to How to get Messenger Technical Support http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=368260&SiteID=1 ...Show All

  • Windows Forms How to access the data of Access that in the difference directory?

    I have a application that run in a directory like D:\App, but i put the data directory to D:\App\Data. I want to konw in my Application how to Access it If I understand you right... assuming your application is running in the directory specified by Application.StartupPath... that the data you want to open is in the Data directory that is contained within Application.StartupPath, you could determine the path to your desired file as si ...Show All

©2008 Software Development Network

powered by phorum