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

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

fj64

Member List

rodri_ogri
cvajre
Henry Ong
Thore
cgraus
Cefa68000
Windows Project
Sweeps78
HMote
tigerlil
GrandpaB
Kirby Star
Andrea Antonangeli
Madhur Bhardwaj
Sushhant Duggal
ondafringe
sham_s1
Malmer
ede1
Maartin
Only Title

fj64's Q&A profile

  • SharePoint Products and Technologies Opening a page with FrontPage

    Why am I asked to check out the page when I attempt to open it with FrontPage why not The pages are managed with versions if you enable the publishing feature in the site. this prevents two people from changing the same page at the same time, overriding eachother. ...Show All

  • SQL Server Thread Synchronization problem

    Hi, I have a multithreaded windows service in vb.net. There in i am watching some folders using FileSystemWatcher. And also the service update the database. Now, the problem is that, when i try to insert, update or select data from database, other thread or the same thread (i am not sure which thread) tries to execute other query. This is causing some errors such as the GNE, or timeout errors on the ExecuteNonQuery functions. I am opening only 1 database connection and every one uses the same connection. I want that a function should acquire a lock on the connection object before executing any query. If other or even the same thread has the lock, it should wait indefinetly untill the lock is released. Actually i used t ...Show All

  • .NET Development set up of the project

    Hello All, Me create the setup of my project in C# (through setup project ).. Now i want that wen i start installing from the setup created...Before it i got the message dat if .net framework is nt installed please installed it.. How do i add it ... Regards, Aamir do following steps before build the setup project.. * Open setup project properties. * Click on the prerequisties. * Select .Net FrameWork 2.0 checkbox. Now build and run the setup. ...Show All

  • Windows Live Developer Forums StartDate/EndDate format

    Hello, In the documentation, StartDate and EndDate (for AdCenterOrders) are said to be: "constants from the system-provided DateTime enumeration" Unfortunately I'm not using .Net, but PHP. How can I ensure that I'm sending correctly-formatted datetime strings Does anyone know the format -Jonathan I don't have the answer but you could use a query to see what format is returned by the web service. I frequently use this approach to discover how things are setup. Tibor ...Show All

  • Windows Forms How to get target path when drag/drop (.NET2.0 C#)

    Hi, I want to drag an item From my listview, To local computer's filesystem. I need to get the path of the target filesystem, how to do that in C# Br, -L Peter Ritchie wrote: By "to local computer's filesystem", I assume you mean dropping on to Windows Explorer... You don't process the drop, the destination application processes the drop. You give it a data format that it recognizes and you tell it (via the framework) to perform a drop with that data. What it does with that data is completly up to it. Hi, Yes, that's exactly what I mean, to Windows Explorer, desktop or etc. Do you mean I need to prepare a DataObject (which is a file), and then call DoDragDrop Coul ...Show All

  • Visual Studio 2008 (Pre-release) Mouse Position During Drag-And-Drop

    What is the recommended way of getting the mouse cursor position during a drag-and-drop operation Using Mouse.GetPosition() or DragEventArgs.GetPosition() always returns some incorrect value. I just noticed that Dan Crevier circumvented this issue by Pinvoking into userland ( http://blogs.msdn.com/llobo/archive/2006/09/06/Scrolling-Scrollviewer-on-Mouse-Drag-at-the-boundaries.aspx ) but I would prefer to avoid that. Is there a reason why the WPF APIs for retrieving the mouse position do not work properly during drag-and-drop operations I've also encoutered issues. I was adapting Dan Crevier's DragDropScrollViewer ( http://blogs.msdn.com/llobo/attachment/743461.ashx ), and I thought I could do away with his MouseUtilities class ...Show All

  • Software Development for Windows Vista "Workflow Patterns" evaluation of Windows Workflow Foundation?

    Has anyone (familiar with the Workflow Patterns work of Dr. Wil van der Aalst) undertaken or is anyone considering a Workflow Patterns evaluation of Windows Workflow Foundation Please contact me. Michael Herman Parallelspace Corporation Workflow Patterns web site: http://www.workflowpatterns.com/ I'm also pretty curious about how well WF support the workflow patterns (control, data and resources). So please post it here if you did or know about such evaluation. Thanks ...Show All

  • Commerce Server Trouble verifying services

    I have followed all of the steps in the online installation guide, and restarted IIS. I have also verified that a folder was created for each web service (\Intepub\wwwroot\siteCatalogWebService; Intepub\wwwroot\siteMarketingWebService; Intepub\wwwroot\siteOrdersWebService; Intepub\wwwroot\siteProfilesWebService). Then the guide says to visit the web page for each service (point browser to http://localhost/siteCatalogWebService/CatalogWebService.asmx ). I get a web page showing the methods of the service for the Catalog and Profile services, but when I point to the Marketing or Orders page I get an error saying: Configuration Error Description: An error occurred during the processing of a configuration file required to service ...Show All

  • Smart Device Development Mobile Web Application template does not exist!

    Hi, i’m trying to create a mobile web application but i can’t find the template when i choose New Project. The only thing i see concerning mobile development is SmartDeviceProjects. But these are for fat clients, right Do i have to install something else besides VS2005 Thanks SP This forum is smart device development related. Since your question is not related to smart device development, it's off topic here. If you’re having a hardware issue, please contact hardware manufacturer or reseller. If you having an issue with 3rd party software, please contact respective software manufacturer or reseller. Otherwise please post to relevant forum or news group: http://s ...Show All

  • Internet Explorer Development IE7: Img control NOT allowed to view local files???

    Hi, I have an image preview function (in javascript) that allows the user to view an image before it is uploaded to the web site. I use the standard upload control (type="file") which- when set by browsing to an image- is used to determine the image path on the user's local machine. For some reason IE7 refuses to display the image. This works in IE6. I have to admit that this did not work in FireFox so maybe there is some standards incompatibility that is involved. code is : var path=up.value; // 'up'is the upload control img.src=path; // 'img' is the image control I've tried various ways to modify the local path with file:/// and file://localhost/ but nothing seems to work. Any one know Thanks! Jack ...Show All

  • Windows Forms Write to a specific place in a text file

    Hello everybody I've been programming in C# for a while and done some writing and reading from text files. Now I've come to a point where I want to develop an editor in C#(hehe) and need to know how to insert a string on a specific place in a text file. Lets say that you want to insert a string on a sixth row, six characters from the left side of the screen I hope someone can provide an answer to me. Thx in advance Kind regards Allan H. That's going to make your editor incredibly slow. Each time you insert a character at the top of a 1MB file, you'll have write 1MB-1 bytes to the file. That hourglass is going to get old quickly. Do it like every other editor, edit your data using ...Show All

  • Windows Forms Windows forms with database

    How to populate data from database to windows forms and save as xml file with TABLE's AUTONUMBER as the file name. you can fill a dataset with data from the database using a DataAdapter for your connection (SQL or OleDb) and then save the data using the dataset WriteXml() method. There are many examples on these forums on filling a dataset from a database query   it would also help if you specified what language you are using to develop with as well as the framework version ...Show All

  • Visual Studio Team System Build errors after removing VS Team Suite and installing VS Team for Tester

    Hi, I recently removed Visual Studio Team Suite Trial addition and installed Visual Studio for Testers. When I build I get the error: Error The "CodeAnalysis" task failed unexpectedly. System.NullReferenceException: Object reference not set to an instance of an object. at Microsoft.Build.Tasks.CodeAnalysis.GenerateFullPathToTool() at Microsoft.Build.Tasks.CodeAnalysis.Execute() at Microsoft.Build.BuildEngine.TaskEngine.ExecuteTask(ExecutionMode howToExecuteTask, Hashtable projectItemsAvailableToTask, BuildPropertyGroup projectPropertiesAvailableToTask, Boolean& taskClassWasFound) Not that it matters but I was using Visual Studio Team Foundation Server for my source code management but switched over to Visual Sour ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. WPF and DirectX

    We are building a CAD application that will target Windows XP and Windows Vista So we are using WPF for the interface The thing I want to know is how well WPF can integrate DirectX(Drect3D) content (if anybody tried that) and which are the limitations The only references that I found was about using HwndHost which can let you interop with win32, com, directx. Then you have already found the only way to get WPF and DirectX working together. ...Show All

  • Visual C++ after I upgrade my dll vc2005 project, can I use the dll of vc2005 in the previous vc6.0 big project?

    I am upgrading a vc6.0 project including a lot of dll and lib to vc2005 project. I wonder if I can use the dll and lib of vc6.0 project in vc2005 project On the othe hand, after I upgrade my dll vc2005 project, can I use the dll of vc2005 in the previous vc6.0 big project I thank you here in advance Don't try that unless you are planning to just have fun! If yours is going to be a serious application, you should have all dependencies on the same version of VC. I once tried to use VC7.0 LIBs in VC7.1. And spent days in resolving some issues which latter came to be know as "Compiler incompatibility at the binary level" as someone at Autodesk put it. Microsoft does not support that kind of stuff. ...Show All

©2008 Software Development Network