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

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

mjkfff

Member List

Yousef ED
maddman
Tailor
aliahmad
Cordell Swannack
ElroyDSilva
Matt Lin
Trev72
suchi banerjee
Chehmer
NoEgo
fscarpa58
hwiz
dakerson
pc_bond
Christopher Bernholt
JimmyJ
Aleniko29139
mliesmons
rpreston
Only Title

mjkfff's Q&A profile

  • Visual Studio Adding Snippets to toolbar in VS 2005

    I have a number of snippets which I would like to run from a custom toolbar in Visual Studio 2005. These snippets are "Surround With..." and are used for web site editing. My goal is to reduce the steps as follows: Currently: · Select text for a surround · Right click and select "Surround With.." from menu · Open folder with my custom snippets · Select and double click on a selected snippet – adds surround tagging Would like to: · Select text for a surround · Click on icon in toolbar to add snippet tagging Is there any way to create a custom toolbar that consists of my custom snippets I am ...Show All

  • Windows Live Developer Forums Position of the pushpin based on LatLong

    Hi: I am new to the Virtual Earth SDK. I am trying to set a pushpin based on the lat long values I get from a geocoding web service but the pushpin is placed far away from the actual location on the map. I am not sure if the web service is not returning me the right co-ordinates or this is a know issue in VE. Is there a geo coding web service that returns accurate co-ordinates so that the pushpin is placed exactly on the location rather than few miles away Thank you I would suggest using the MS Mappoint Web Service to do the lookup as it's a little more comprehensive than the VE find methods. I have found no issues with pins not appearing in the correct place. ...Show All

  • Visual C# Bitwise-or operator used on a sign-extended operand; consider casting to a smaller unsigned type first

    I try to bitwise operation (red line) But got error Bitwise-or operator used on a sign-extended operand; consider casting to a smaller unsigned type first What wrong am I Thank ------------------------------------------------------------------------------------------------------------- public bool checksum( byte [] raw) { long chksum = 0; int count = raw.Length - 4; long ecx = -1; //avoids ecs beeing == chksum if an error occured in the try int i = 0; try { for (i = 0; i < count; i += 4) { ecx = raw & 0xff; ecx |= raw[i + 1] << 8 & 0xff00; ecx |= raw[i + 2] << 0x10 & 0xff0000; ecx |= raw[i + 3] << 0x18 & 0xff000000; ...Show All

  • Visual Studio Team System Problem to uninstall Visual Studio Team System Database Pro CTP6

    Hello, I 'd like to install the new version of Visual Studio Team System Database Pro but it ask me to uninstall the CTP version first. But when I tried to remove the CTP version, that failed because it can't read D:\Program file\Microsoft Visual Studio 8\vs_install.msi. The files doesn't exist at this location on my hard drive. How can I do Leng If you have enough space in your mailbox (about 35 MB) I can send it to you. Let me know at alle dash bec at t dash online dot de Alle ...Show All

  • Windows Networking Development Using QoS without sockets

    Hi. I have network application. Server and client interact via RPC. Is there any way to restrict speed of data transmition between server and client using QoS In other words, can I use Traffic Control without socket creation Thanx. Hi. Great thanx for your answer, Gabe. As to my thoughts about TC, I can not say much, I just can describe my needs for the time being. I have the network application that consists of a number of clients and servers and creates a lot of traffic in LAN. So my task is to transmit data as fast as possible and to decrease influence of my traffic on other network apps. so I want QoS to do 2 things: - to detect the more efficient path - to control spe ...Show All

  • Software Development for Windows Vista Problem with WorkflowEnvironment Class

    hello, i just start working with workflow foundation and i faced problem with WorkflowEnvironment Class the problem that i can find information about it on the help but when i decided to use it i didn't find it despite the fact that i have refrence to the runtime assembly and i was using beta 1.0 and now installed beta 2.0 so can anyone help Thanks Angel it work fine now i just removed it from add/romve instead of using the remover on the instalation and installed the new one Beta 2.2 ...Show All

  • Visual Studio Team System Log file is being truncated

    I'm running an MSBuild project that calls tfsbuild within it. The problem is that the log file from the wrapper MSBuild project is being truncated. The log is being directed to a file and that file is not truncated; however, when I try to copy the log the truncation occurs. It acts as if the log isn't finished being written when the copy is made. If you watch the two file locations, the copy updates its size first, then the log file. I've tried placing the copy task as late in the process as I can. From within TFSBuild I've tried including it in the AfterDropBuild and AfterEndToEndIteration tasks. From within the MSBuild wrapper, I've tried running the copy task after the call to tfsbuild. I get the truncation in each case. Thoughts THX C ...Show All

  • Visual Studio Merge upgraded VSS 6.0d (to VSS 2005) and VSS 2005 databases?

    I have a VSS 6.0d database on one server and a VSS 2005 database on another server. I plan to upgrade the VSS 6.0d database to VSS 2005 version and then consolidate the two databases as seperate projects into a single VSS 2005 database. (I need each project to retain the full history of its check ins\outs, etc) Any pointers on how to do this would be much appreciated. TIA, barkingdog Database format is the same in VSS 6.0 and VSS 2005 so all you need to do is to transfer projects from one database to another. Here is what to do: Stop LAN service on VSS 2005. Run Analyze on both databases Archive one database using VSS Admin Using Restore feature copy this database int ...Show All

  • .NET Development Performance Counters

    Dear, am getting problem using following win32 code, on my 3.2GHz hyper threading pc its working fine but when i run it on 2.4 p4 maching it gives strange results... LARGE_INTEGER startFrequency QueryPerformanceCounter(&startFrequency); This forum is dedicated to questions about developement using the System.Net namespace of the .Net Framework. Please see http://www.microsoft.com/community for a list of available newsgroups / forums that may be closure to the subject of your question ...Show All

  • SQL Server Problem with package.Execute passing variables

    I am having a problem with passing variables into my SSIS package from C#. The variable names match ("Variable1, ...), however they do not seem to be assigned the proper values once the package is executed. The package does run and returns a FALURE notice saying there is a problem with my expressions. When I added a new data flow, derived all the variables into columns and wrote their values to a flat file I noticed that the values still contain my default values from the SSIS package itself as though nothing was passed in from C#. I am hoping that it is a simple configuration/user error. Any ideas ---- C# ---- Reference to Microsoft.SQLServer.ManagedDTS using Microsoft.SqlServer.Dts.Runtime; Application ...Show All

  • SQL Server Error creating Subscription to reports

    Hi all,   I am having a HUGE issue with SSRS, I am running SQL 2005 on Win 2003 server, the SQL uses SQL and windows permissions. I have a datasource which stores it credentials securely on the server but for some reason when i try to subscribe to the report it errors saying "Subscriptions cannot be created because the credentials used to run the report are not stored, or if a linked server the link is no longer valid." Beats me but the credentials are stored, I am  connecting using a user account which can run the report fine (This is proven). I have SP1 installed, and have literally tried every last option in the book.   N.B i have read all the existing post about this and i seem to have a different ...Show All

  • Microsoft ISV Community Center Forums Architecture - what it is and what it will be

    As an initial discussion which can be helpful to all of us I would like to hear opinions of my colleagues regarding the basic question of just what is Architecture and what we would like it to be in the future. Regards, Behzad Architecture is the blue-print of the solution / product / system. This gives a bird's eye view of the system. This takes business form / technical form based on the architecture we provide. This is mainly to convey what the system will contain and provide. It talks about functional, non-functional, perspective. And also takes care of certain specific attributes (like performance) at the early stage rather than later and by that saves effort in building the right solution. There are different architect ...Show All

  • Gadgets about Web.Network.createRequest(~~)

    hi. i have a question about Web.Network.createRequest() first of all .. my code..below.. ============================================================= var M_ObjHeaders = new Array(); M_ObjHeaders["Application-Key"] = "humbroll"; var request = Web.Network.createRequest(Web.Network.Type.XML, m_url, {proxy:"generic"}, callBack, M_ObjHeaders); alert("test12-0"); request.execute(); alert("test12-1"); ============================================================= test12-0 is popup. but test12-1 not. i want to setting my header information in XMLHttpRequest with Web.Network.createRequest() method.  my code is just follow API.. what's wrong im very nervous about your answer. please help me.gentleman. good luck. ps : sorry about my fool english ...Show All

  • Smart Device Development Turn off /WX compiler option

    Hello, I am using PB for WINCE 5.0. How do I turn off the /WX compiler option which seems to be turned on by defaults Thanks. Michael ...Show All

  • Audio and Video Development Rotation support in Mirror Driver

    hi I have a mirror driver which has a virtual video buffer. and all the rendering has been punted to the GDI layer. I want to add support for rotation. Can the GDI layer cake care of the rotation functionality of the Driver's blt function has to take care of that. I tried setting DM_DISPLAYORIENTATION in the dmFields and setting values for dmDisplayOrientation but no luck.How does the driver advertaise that it supports rotation. Thanks Mudeem This probably isn't the right forum for GDI questions. I couldn't find a forum that addresses GDI in particular, but you might want to try one of the following two places: http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=120&SiteID=1 ... or maybe even http://for ...Show All

©2008 Software Development Network