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

Software Development Network >> ACCOUNTINGONLINE.US's Q&A profile

ACCOUNTINGONLINE.US

Member List

WilsonR
bkohler
adorer
gon_no1
ramjamman
S76
Alle
mrbelk
EvilOneSD
triciameza
Shrek.NET
Amid
MaryJaneF
DanR1
daemon9
Meng CHew
Dorian Dechant
João Cunha Lopes
sciFiFan
yoshimitu
Only Title

ACCOUNTINGONLINE.US's Q&A profile

  • Windows Live Developer Forums Get latitude longitude coordinates on a click event

    Hi, I've just started using Virtual Earth... Is there someone who can tell me the code to get a point latitude and longitude coordinates when the user clicks on the map Thanks a lot... Well it just so happens that I have this exact little snippet for you ... I copy the coords to the clipboard also to be extra nice map.AttachEvent('onclick', HandleClick); function HandleClick() { mapXPixel = event.clientX - map.GetLeft(); mapYPixel = event.clientY - map.GetTop(); latLong = map.PixelToLatLong(mapXPixel,mapYPixel); alert('Latitude=' + latLong.Latitude + ', Longitude=' + latLong.Latitude); var tempCopy = document.getElementById('Some ID '); tempCopy ...Show All

  • Visual C# Are there any event delegate creation plugins out there?

    Just found myself writing events that need to bubble up more and more. Specially when dealing with user control with multiple child controls. ...Show All

  • Visual C++ New Class instance in newly created VIEW

    Hi, I am using VC ++ 5.0 and working on Document/View architecture. I have declare one class instance in the private members list of My CDiagView (i.e. CFormView) class. e.g. //CDiagView.h Class CDiagView : public CFormView { private:        MyClass *my_class; .......................................... ...................... } And in //CDiagView.cpp I have written following in the OnInitialUpdate() . my_class = new MyClass(); Now everytime I create new view, it will create new instance of MyClass but unfortunately it is replacing the old instance for previously created CFormView. Result of that when I call any method of MyClass then it is returning the value for ...Show All

  • Visual J# JavaOSC port to J#

    http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1029867&SiteID=1&mode=1 ...Show All

  • Visual Studio Team System Error while following Naren's Blog for "How to use Custom Controls in Work Item Form".

    I am using Naren's Blog  for " How to use Custom Controls in Work Item Form". I am using SP1 & Microsoft.TeamFoundation.WorkItemTracking.Controls.dll with version 8.0.50727.127. I copied WorkItemIdReference.wicc and WitCustomControlSample.dll to C:\Documents and Settings\All Users\Application Data\Microsoft\TeamFoundation\WorkItemTracking\CustomControls I added  <FIELD name="DuplicateId" refname="MyFields.DuplicateId" type="Integer" /> under <FIELDS> tag and <Control FieldName="MyFields.DuplicateId" Type="WorkItemIdReference" Label="&amp;Duplicate Id:" LabelPosition="Left" /> in the FORM to Customize Bug Work Item. I am getting following error when I am trying to customize ...Show All

  • .NET Development IIS logging for a remoted object

    I have IIS hosting a remoting object. Currently using HTTP as the channel. I have turned on "time-taken" in the IIS log. And I get to see the turn around time for calls to the remoted object. This is good. The problem is, I would like to see the name of the function being run. This way I can determine which function calls are taking a long time. For instance, if i have two public functions GetEmployeeData() and GetProductData() , I would like to see something like: 13:27:49 127.0.0.1 80 POST /vituralDir/myObject.rem GetEmployeeData 41 1 3:27:49 127.0.0.1 80 POST /vituralDir/myObject.rem GetProductData 234 currently I see /vituralDir/myObject.rem as the uri. I have turned on cs-uri-query in the IIS logs, but it is just showing a ...Show All

  • SQL Server Database Attachment Security!

    Hello I'm using sql server 2005 express edition. I had so security problems that i got helps from this forum. Now i have another one : In my system i'm using a database with sa password, it means to login and work with database structure and data user should enter sa password. But when i deAttach db and transfer it to another computer, I can easily attach db to customers sql server without knowing sa password. I want to say : Everybody can attach my db to their system without knowing sa password and without need to create user, I need security in customer side not at mine. Please help me what's wrong I know there is a solution that i don't know! Thank you for helping me. Hello Thank y ...Show All

  • Visual C++ How to forward MSG message to another window

    Hello. I'm learning Win32 API and I am wondering what should I do if I want to forward MSG message recieved by hook procedure to another HWND window Thanks. This question is off-topic for this forum. You will get better help in a forum that this topic is appropriate for. Don't use SendMessage in a system-wide hook! You did not specify if the hook is specific to a process or if it is global. I am nearly certain that the documentation is very clear that SendMessage must not be used in a system-wide hook. Whether the documentation is specific about does not matter because it is very clear that a hook procedure must be as minimal as possible and should not be delayed. SendMessage will definitely in ...Show All

  • Visual Studio Tools for Office SMS distribution of VSTO 2005 Outlook Addin - All users/current user problem

    Hello! I have developed an addin for Outlook 2003 with VSTO 2005. The addin is to be distributed to about 30 users with SMS. I have created an MSI which includes the SetSecurity project from the walk-through. http://msdn.microsoft.com/library/default.asp url=/library/en-us/odc_vsto2005_ta/html/OfficeVSTOWindowsInstallerWalkthrough.asp This MSI manages to install everything correctly if a user runs it "manually" on his/her machine. It correctly shows up in "Tools/Options/Other/Advanced Options/COM Add-Ins" and starts up when Outlook starts. However, when we try this with SMS the addin is nowhere to be found. If the user repairs the installation from Add/remove Programs it works however. So we think that this is due to ...Show All

  • SQL Server Slow connection to sql server 2005

    I have a linked tables from access 2003 to sql server 2005 connected using odbc. the connection is very slow. when i use the same linked tables to sql server 2000 the connection is fine. what seems to be the problem We have the exact the same problem. From the local server the connection is fast using access forms, which connect to SQL server thru ODBC. When we used SQL server 2000, it was working very fast. However just recently we switched to SQL server 2005, it's taking forever, almost 20 seconds to find a record (previously it used to be around 3 sec). ...Show All

  • Audio and Video Development Persistent Storage - 64 or 128?

    I believed that 128 was the minimum amount of storage per the spec. However I just came across a document by Sonic (dated August 06) that claims 64 is the minimum. Which is correct ...Show All

  • Visual Studio Express Editions 3 line text file to be put into 3 text boxes

    Hi. Ive got a text file which has: Line 1 Line 2 Line 3 Line 4 Line 5 Line 6 and 6 text boxes. How can i get my vb app to read the file and put each line into each textbox Thanks!!!! to read the first line of the file: Dim theStreamReader as new StreamReader( file ) dim theFirstLine as string = theStreamReader.ReadLine() theStreamReader.Close()   to remove the line, I guess you would have to read the rest of the file except for the first line, then write it back. or a better way:     Dim theFileStream as new FileStream( file , FileMode.Open, FileAccess.ReadWrite) Dim theStreamWriter as new StreamWriter(theFileStream) theFileStream.Seek(0, SeekOrigin.Begin) theStreamWriter.WriteLine() t ...Show All

  • .NET Development OpenSSL and SslStream

    Hello everyone: I have a question. Is it possible for a client written in OpenSSL (C) to talk with the server written in .NET (C# using SslStream class). Because afaik, SslStream has methods such as AutheticateAsServer and some others which do all the low level magic for you, but in case of OpenSSL you have to take care of establishing a connection, and exchaging CipherSpec data and all other stuff involved in the handshake and the subsequest data exchanges. Could you give me some pointers as to how to achieve this kind of interoperability Thanks, Santosh The thing is that I am not able to visualize how the corresponding code would look like. Now that I know it is supposed to work, I will try to come up with a mashup and get back to ...Show All

  • Commerce Server LineItem.DisplayName

    Hi all I've got a problem where the DisplayName property of the LineItem object isn't displaying the product name. Has anybody else had this issue, or can anybody tell me what the problem is Thanks in advance Paul Tew My guess is that you are not running the basket pipeline. The DisplayName property (among others) doesn't get set until the pipeline is run. ...Show All

  • SQL Server Administrating roles on several databases and cubes ?

    Anyone know of somekind of tool, where you easy can administrate userroles on several databases and cubes No. I would appreciate a product that could do that. Roles are related to solutions/databases not across solutions/databases. When Active Directoryn was introduced in Windows 2000 my naive idea was that each application would build its security repository around AD. This is not the case nore for MS-products. Regards Thomas Ivarsson ...Show All

©2008 Software Development Network