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

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

blackeangle

Member List

akira-888
yazad_gandhi
Jubber
xclairex
WL_07
inthefields
Alan Robbins
Yasir Imran
Arjun B
dogg
itsRashmi
0ren
Jimmy_fingers
vats
Gary Winey
sudhirvn
twindragon
misexpert
anu_ooo
Santhoo
Only Title

blackeangle's Q&A profile

  • SQL Server How to restrict user to tab (no mouse) selection -question transferred to VB Forms

    Sorry. ...Show All

  • Visual C++ How to pass BSTR* as the return value from the ATL\COM application to vb6.0 application.

    Hi All. How to pass BSTR* as the return value to Vb 6.0 client from the ATL\COM application and also variant data type as ret val to VB APP. Can anyone guide me on this implementation. Thanks in Advance. The MIDL declaration would be [id(1)] HRESULT FunctionThatReturnsString([out,retval] BSTR* retval); in the class header file: STDMETHOD(FunctionThatReturnsString)(BSTR* retval); in the class implementation file: HRESULT ClassName::FunctionThatReturnsString(BSTR* retval) { *retval = SysAllocString(L"Hello world"); return S_OK; } The pattern is the same for a VARIANT, use VARIANT* instead of BSTR*. Be sure to properly allocate and initialize the VARIANT in the implementation function. ...Show All

  • Windows Live Developer Forums Straight line between two points?

    I want to plot lines between points on a map. I am trying to create an origin and destination map and can plot my push pins ok for the origin and destination, but I need to have lines connecting the two, not route lines, just straight lines so I know 1 point is associated with another. Haven't seen any examples of how to do this. See the interactive SDK ( http://dev.live.com/virtualearth/sdk/ ), under "Draw Lines". Basically, you just create a VEPolyline ( http://msdn.microsoft.com/library/en-us/VEMapControl/HTML/C_Namespace_VEPolyline_ctor.asp frame=true ) and specify the start and end points. Very easy!   Here's a complete code snippet that draws a straight red line across the top of Wyom ...Show All

  • Connected Services Framework Creating User-Service mapping

    Hi, When creating User-Service map, we need to specify UserID and Service ID for ReadUserServiceMappingRequest. I am not sure from where we get the values for UserID and Service ID . Is the UserID same as any userID specified in any of the user profile already created Is ServiceID same as the binding key of the service as stored in Service catalog Can anyone explian Thanks, Ashish Malhotra ...Show All

  • Visual C++ how to open a pagemaker file, read only the text from it and write the text on excel sheet using vc++ codings

    Hi all, i'm using vc++6.0 version and adobe pagemaker 7.0... i need to open adobe pagemaker files using vc++ codings and i should read only the text from it and i have to write those text on excel sheet using vc++6.0 codings.. i'm using MFC application wizard and dialog based application... can anyone help me to solve this probelm.... ....... I'm afraid what you're asking is project assistance rather than help with a specific problem or bug. In such cases, you should head over to rentacoder.com, or visit a public forum such as codeguru.com or experts-exchange.com. However: If you do have a concrete question with regard to a piece of code you've written, which doesn't behave like you intend or expect it to, ...Show All

  • Visual Studio Express Editions How do I declare an angle?

    I'm a newy and I'm writing a programme that does mathematical calculations - and I'm working on the trigonometry part of things at present. My question: Do I have to declare/Dim an angle I've tried various methods of getting an angle to be recognised but with no luck. Following on from that - how do I enter an angle into a textbox Do I enter it as an ordinary number then convert it to an angle I have studied the math class and I can't see what to do. Any help and advice is much appreciated!!!! Regards, Steve I haven't posted since last year, so I hope everyone had a good Christmas and Happy New Year to you all!!!!! Thanks Dave299, I appreciate your help. I've been trying for 3 days to work it out without success and ...Show All

  • SQL Server Cluster Mirroring

    I've read a lot of the information about this topic in MSDN. My boss askme to understand and to let working an example application of Cluster Mirroring. The problem is that i dont understand well yet what is a Cluster and what is the main idea behind it. If someone really understand and can explain me clearly whats behind it, i will be very grateful. Thanks a lot for the help. ( Sorry for me english :( ) Ok, Basically a cluster is a two-headed monster. Chop one of it's heads off and nothing will happen, it will still carry on chasing you. In computer terms, the simplest cluster is a two-node cluster (two headed monster) , two physical computers sharing the same name and IP address. If one of the computers making up the cluster ...Show All

  • Visual Studio Tools for Office how to change the string colour

    how i able to change the string colour in c# suppose i have String str="ram sudheer"; so for this string  there no option to change the colour. so that i should not use of any controls like textboxes,etc.. so can u please tell me.. hi Troy, i just want to apply colour to the task in the outlook-2003. so how can i apply colour to the task programmatically.. can you provide me the solution please.. ...Show All

  • SQL Server Report code and dataset question

    I have a strange (maybe not too strange) problem. I have data populating a report and everything is fine. This table also references another table where there might be zero to several prefixes associated with the name. If I have one row from the main table, but there are three prefixes that have to be concatenated to the beginning of the Name field (like a one to many situation), what would be the easiest way to do this I thought of doing a separate Report code and I have the following: Function addPrefix(byval current as string, newToAdd as string) as string dim deg as string deg = current + " " + newToAdd return deg End Function In the text box, I have it referencing it's own value. So the textboxes express ...Show All

  • Software Development for Windows Vista How IEUser.exe and IExplore.exe communicates each other

    I am migrating a software that was running in IE (in XP, Win2k, ... but not in Vista). What this program does is to basically intercept (using API interception by modifying the iexplore import table in memory) the ShellExecute API. This is a compressor/decompressor soft. The problem is that when IE is in protected mode, it does not call ShellExecuteEx, but it "tells" IEUser that a given file will be executed. I would like to know how iexplore tells ieuser that a file has to be launched.... I've used several tools like Process monitor (from sysinternals) but I don't see any event neither file that is used... Thanks! In fact, when the user wants to "open" for example a do ...Show All

  • Windows Live Developer Forums More tiles, please?

    Greetings, I see from the API that there's a way to implement a custom tile layer. Pretty cool, but for the project I'm brewing, I need more tiles (it's a granularity/server resource issue) at all zoom levels than the map engine uses. Is there a way I can implement this, or should I just roll my own tool Cheers, Bradford Oh, I think I misstated. I meant to say that, for example, you can have something like 16 tiles at zoom level 8. I need something like... 64. I don't see a way in the API to do this, however. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. DreamBuildPlay is up!!!

    Now go register!!   Actual contest details to come the week of Feb 5th I'm not speaking for Microsoft, but if you want to enter you can always enter a US State and Zip code and phone number for now until they get that addressed. I'm assuming that you can edit your information later once that's been corrected. Again, I don't speak for Microsoft on that, that's just what I would do in your shoes. ...Show All

  • SQL Server Backup Maintenence plan question

    I have recently installed some maintenace plans to perform database backups for an application database. The database is in full recovery mode so I have setup a full backup to be run once per day and then transaction log backups to run every 2 hours throughout the day. My question pertains to the coordination within SQL Server with respect to the database backup and the transaction log backups. Let's say the full database backup is in progress and at the same time a trasnaction log backup is fired. What happens Does SQL Server just skip the tran log backup since it won't be needed or does it do the backup of the tran log anyway (in case the backup fails). Another question would be when is it safe to delete the transaction log backup ...Show All

  • SQL Server History Id and SnapShot Id

    Hi, Wanted to clarify some doubts about Report History and Snapshot. 1. What is the difference between the snapshot id and history id. Report Snapshots are stored in the report history. When I call CreateReportHistorySnapshot method programmatically, the method returns a history Id. Is this id different from the snapshot id (report snapshot which is stored in the history). If the id's are different how can I get the snapshot id 2. The History id is a date-time stamp of the snapshot. This string is used as a unique identifier for the historical snapshot. It contains the time portion till seconds(not milliseconds). Hence if I generate the next snapshot in the same second it gets overridden. Is there any way to create more sna ...Show All

  • Visual C++ how can I provide a static lib to a vc++ project

    One way which I know is Mention the lib file names in the project setting -> link -> library modules and provide the lib path in the Tools->Options->Directories->library files. Is there any other way to provide the lib's ...Show All

©2008 Software Development Network