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

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

imranmbukhari

Member List

Ravenheart27
pkazaria
Tyler Frugia
Beski
C. Charpentier
Chidu
Son_seph14
sabmni745
averge joe
HellsChicken
John S. Lee
johnny_no1_boy
Mahesha
muundahweed
Dumondo
Ultrawhack
snowcover6
johnny_no1_boy
Michael Morris
MDesigner
Only Title

imranmbukhari's Q&A profile

  • Visual FoxPro MSCHART AND VISUAL FOXPRO 9

    I am trying to use MSCHART with VFP9 and have some success until I want to set or change Legions, Titles, Colors etc. or to enter data into the second Y axis. Using any of the property / constant names only produces the message "Name Unknown". Any suggestions. I advise to read getting started sections first. I gave you everything you need. I don't understand what steps else you want. Create your report and run the code (just be sure testdata.dbc is in your search path). There is nothing to understand about graphing. Code does that for you. ...Show All

  • SQL Server Recommendation on Sync with Access and SQL Everywhere

    I am re-writing an application for Windows CE which was originally written for the Palm OS. The original application was written in VB6 using access databases. I will be re-writing it in VB.Net and was considering using SQL Everywhere as it seems to fit the criteria that i need. There is also an application written for the desktop that synchronizes with the mobile application. This also is written in VB6 and uses Access Databases. I found the Sync with access CTP which i thought was exactly what i will need for this project. However i have a few concerns about SQL and Access and would like to ask a few questions before i can continue with this project. I read that this Sync with access will allow me to synchronize the data between ...Show All

  • Visual Studio Configuring ISA for VS2005 Debugging

    I have developers using VS 2005 who connect to a development environment using VPN. The development environment exists behind ISA 2006. How do I configure the ISA to enable a developer who connects using a VPN to debug a webservice I've installed the debugging tool from VS 2005 on the database and SharePoint Server. Any assistance and guidance will be appreciated. Have you tried looking at the support options for ISA here http://www.microsoft.com/isaserver/prodinfo/default.mspx If you can provide further details on what you have tried would be helpful. Thank you, Liz ...Show All

  • Visual Basic How to clear browser history

    Hello I am trying to figure out a way to clear browser history from my dektop application, ideally for both FF and IE. Anone know of a resource or some code to help me out Thanks! Well this actually only clears the typed urls and not the items in the history panel. How do I get the items out of the history panel I know that the index.dat file is the only place that stores this info but I have no clue how to go about clearing the information out since it is already in use. How do these "clear your browser history" applications work THere are tons of them but there doesnt seem to be too muh documentation on how to go about doing it as a programmer. Thanks! ...Show All

  • .NET Development save asp.net profile in sql server. No changes in profile!!!

    hi, I'm using a asp.net profile to save user information. E.g: [Serializable] public class UserAddress { public UserAddress() { } #region Property: Street private string street; /// <summary> /// Gets/sets the Street /// </summary> public string Street { [System.Diagnostics.DebuggerStepThrough] get { return this.street; } [System.Diagnostics.DebuggerStepThrough] set { this.street = value; } } #endregion wehenever i update an edited profile using: Profile.UserAddress.Street = "new Street" ... Profile.Save(); then, the profile is saved twice (the first time with the new data, and t ...Show All

  • Visual C# How do i call a method from a different form?

    Hi, I have 2 forms that are closely linked with each other: form1. a form which lists a bunch of different layers form2. a form which describes the layer (i.e. name, colour, etc) if i change something in form1, i want to call an update function in to update the display in form2, and vice versa. What is the best way to do this from my knowledge, using delegate only works in one direction, correct me if i'm wrong. My idea is to create the update functions within their respective classes and find some way to call that function from the other form. is that possible i have already set it up so that they are sharing a data structure, i just need them to access each other's functions. thanks. ...Show All

  • Visual Basic What is a wrapper?

    I need to create a VB.net wrapper, that will take data paramters from VB6 to a vb.net 2005 form, and then send values back to the vb6 form. What is a wrapper How do I create one Can anyone recommend resources Thanks This is a good article. Basically VB6 does not know about .NET and knows about COM technology. .NET as able to create / use COM technology so you are basically creating a layer of code which allows COM calling (Vb6) to call a component which was written in .NET but allows access via to/from COM. This layer is what a wrapper is - it wraps the .NET functionality in a COM interface allowing it to be called from any application that supports COM. Of course to use this functionali ...Show All

  • Visual Studio 2008 (Pre-release) Handling events generated by Contents of ContentControl in a parent of ContentControl

    Hi, I have a control inheritted from ItemsControl which contains a number of specialized ContentControls. I would like to handle all the events (say, the MouseButtonDown events) generated by the Content of the ContentControls at the level of the parent ItemsControl. Obviously I can override the OnMouseButtonDown method in the ItemsControl, and, thanks to RoutedEvents, I will recieve all the events generated within a ContentControl. The problem is that the RoutedEventArgs.Source property is usually an item within the ContentControl rather than the ContentControl itself. What is the best approach for amalgamating events generated by the ContentControl and its contents I don't really want to define new RoutedEvents just for this purpose ...Show All

  • Windows Live Developer Forums Any "Team BritBot" winners?

    The Team BritBot competition ended 2 weeks ago, and according to the rules, the winners should be notified by e-mail: "18. Prize winners will be notified by e-mail by 15th September, 2006." I didn't participate (I'm not from the UK unfortunatly) so I don't know if the e-mails were indeed send out. Any participants here, or maybe even winners I'm from the uk but assumed the britbot competition ended on the 15th as well so missed out. That'll teach me to always read the small print! No idea who won, site hasnt changed since the 1st. ...Show All

  • SQL Server Generating AScii 7 bit Flat file (.txt) on to a FTP location using Integration services/DTS

    Hi All, I need to know how to create a AScii 7 bit flat file using Integration services. I do have basic charecters in the flat files - only other charecters required are a pipe (|), which is used as delimeter and additionally it will have line feed (LF) which is used as row delimeter. Please let me know if this is possible. -vinu In the connection mgr you use for the Flat File Destination, you can specify the code page. I believe 20127 us-ascii is what you want. If not then its probably best to determin which is a choice in the destination and ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. invalid mesh reference?

    hey.. im trying to finish a directx 3d game assignment for my uni course and came to a problem i apparently cannot solve by myself. i have an arraylist containing players (objects of type Player). each of the players contains his own arraylist of characters (objects of type Character). upon a creation of the character object, specific mesh from .x file is loaded, processed and stored into charMesh variable. the meshloading method goes like this: public static void LoadMesh( D3D.Device device, string filename, string texture, ref Mesh mesh, ref Material[] meshmaterials, ref Texture[] meshtextures, ref float meshradius ) { ExtendedMaterial[] materialarray; if( MainForm.RELEASE == 1 ) mesh = Mesh.FromFile( filename, MeshFlags.Mana ...Show All

  • Software Development for Windows Vista Problem in STS Communication

    Hi We have created a managed card provider and STS. We have followed the following steps 1. Installed the Card provider certificates 2. Provided ACL for those certificates 3. Hosted the STS in IIS 4. Set SSL for the Card Provider Certificate Now when we use the card, the cardspace is unable to retrieve the Security token from the STS. The Error log displays the following "There was a failure making a WS-Trust exchange with an external application. The Identity provider end point was not found." We are unable to trace where the exact problem is. Could someone tell us how to configure the endpoints in STS hi            Solved the ...Show All

  • Visual C++ linking problems with templates

    Hi people, i'm using a templated class on my dll and it compiles and link fine, but I find that it has introduced some symbols of my templated class on the dll. It also happens with any program that includes that templated class so I have linking errors on programs that use this library because of the redefined symbols. Sorry for the delay guys, I had an job interrupt I couldn't avoid. I tried to make a simple version of my library that contains the problem, but is not that easy. I will post it as soon as I have it. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Math Help

    I'm Trying to calculate an angel then convert it into float. Here Is my code so far Double MyY; Double MyX; Double MyAngel; Double Myangel; Double myangel; public void Anglr() { MyY = (dest.y - origin.y); MyX = (dest.y - origin.x); MyAngel = Math.Tan^(-1)(MyY / MyX); Myangel = Math.Round(MyAngel); float.Parse(myangel); } This has th problem can't convert from double to string. And I can't get the value in the first place. Math.Tan^(-1) is meant to be tan to the power of -1 this also gives me an error. any suggestions   mpipe again wrote: Also, it's spelled angle. Angels are the spiritural from god. LOL. The irony. Might want to take the plank out of your ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. need help..

    im kinda new to xna and c# and when i tried to debug now i get some errors that i dont know how to fix lol. heres the errors i get this is what i wrote in: protected override void Draw(Microsoft.Xna.Framework. GameTime gameTime) { this .graphics.GraphicsDevice.Clear(Microsoft.Xna.Framework.Graphics. Color .Black); this .spritebatch.Begin(Microsoft.Xna.Framework.Graphics. SpriteBlendMode .AlphaBlend); this .spritebatch.Draw( this .mytexture, this .spriteposition, Microsoft.Xna.Framework.Graphics. Color .White); this .spritebatch.End(); base .Draw(gameTime); } and heres the errors: error 1 = Error 1 The best overloaded method match for 'Microsoft.Xna.Framework.Graphics.SpriteBatch.Draw(Microso ...Show All

©2008 Software Development Network