Software Development Network Logo
  • VS Express Editions
  • Visual C++
  • Visual J#
  • VS Team System
  • .NET Development
  • Visual Basic
  • Smart Device
  • Visual Studio
  • Windows Live
  • SQL Server
  • Windows Vista
  • Windows Forms
  • Visual FoxPro
  • Architecture
  • Microsoft ISV

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

kadir43244

Member List

Ben Molk
david sette
zross
magruder2
dustin551
IDisposable
Anand
GBFan4
Jon Turlington
Bertan
Tian
Felipe Gaiotto
Joseph Creech
tarmac321
sonal_new2xml
Gaurav Makin
David Prentice
SoccerDude
Igornachov
ggvw
Only Title

kadir43244's Q&A profile

  • Visual Studio Tools for Office What does VSTO think about Office 12?

    As we know, new Office release at the and of the next year. Will VSTO support new office And what about new features Hi Kirill: Yes, we will support the next version of Office. As we announced at the PDC earlier this year, we will provide add-in support for all applications in the Office suite. Thanks! Mike Hernandez Community Program Manger VSTO Team ...Show All

  • Windows Forms webBrowser question, content from string?

    Hello.  I am using VS 2005 beta 2 and am building a C# project with a webbrowser control embedded in my Windows.Form. I see that I can use the DocumentText hook to feed HTML from a string to the webbrowser.  What I would like to do is feed SVG code to the browser from a string (I have already installed Adobe SVG Viewer, so the browser can render SVG content).  Is there a way to tell the browser control that the mime type it is getting is "image/svg+xml" instead of HTML Thanks in advance for any help. Simple solution would probably be to save the file withthe approrpiate extension and then nav ...Show All

  • Visual Studio Express Editions Need help with for and pictureboxes

    I'm making a map editor to make maps Every tile is a picurebox. In the menu there is a command "New" wich will load all the default pics into the picturebozes, so you can make a new map i created this for statement dim i as integer For i = 0 To 391 PictureBox(i).image = My.Resources.Image_default Next i But this doesn't work. There is something wrong with the PictureBox(i).image Please help me. I'm using vb2005 Thanks in advance, Radexxion "There is something wrong with the PictureBox(i).image" doesn't really give much idea of the problem you are having. Have you created an Array called ...Show All

  • Windows Forms right-click event

    where is right-click event on button and another cotrols I can't see it in events list... This answer is for .NET only. If you are not referring to a Windows Form (eg. this is MFC), then please ignore my answer. You have to catch the MouseClick event. This event catches both left and right mouse events (and middle button and 4th button and ...). In the click handler, the 2nd argument is a MouseEventArgs object whose Button property tells you which Button was pressed. void Form1_MouseDown(Object ^sender, MouseEventArgs ^e) { /* Determine which mouse button is clicked. */ switch ( e->Button) { c ...Show All

  • Windows Forms Make a DataGrid show realtime data when underlying values change???

    How do I get a DataGrid control to display the real values of the object it is bound to I have a custom class rather than a dataset, but it should work the same.  I use the SetDataBinding method of the DataGrid to create the binding to my custom class.  But other threads are running, along with possible user input from controls other&nb ...Show All

  • SQL Server Customizing Report Manager

    As I recall, in RS2000 there was no way to customize the appearance of Report Manager. I see that RS2005 has stylesheets which permit some customization of the appearance (maybe these were available in RS2000 also, but I never looked for them), but it appears that the source code for the web pages is still not provided. Is that the case, or is it possible to obtain the source code for Report Manager so that more extensive page customizations can be made Thanks! -- Chris Report Manager can only be customized in two ways: * style sheets (as you have already discovered) * UI strings (e.g. "View Report&qu ...Show All

  • Visual C# USB Connection

    Hello Everyone, I have a device which connects through USB. I was wondering if any one can provide a code how to connect to USB and open channel for any data Transfer........ Any help, highly appreciated... Thanks, Harsimrat does the devide get a Drive Letter assigned to it It should, and you can use System.IO Namespace to traverse the directory and get the directory and file structure. HTH ...Show All

  • Smart Device Development Path is not valid as I follow steps in the SQL Server Mobile Edition Tutorials

    Hi,      I just followed the steps in "creating a mobile application" in "SQL Server Mobile Edition Tutorials". As I am reaching the end of the tutorial and run the code, it reports the error of "path is not valid". Part of the code in the tutorial is as following: =========================================================== public partial class Form1 : System.Windows.Forms.Form {    private System.Windows.Forms.MainMenu mainMenu1;    string filename = @"\Program Files\SSMWalkthrough\sqlmobile.sdf";    public Form1()    {       Initializ ...Show All

  • .NET Development Menustrip (.NET2) and mouse selection behavior

    I'd like to mimic XP mouse selection behavior using the new Menustrip but haven't found anything in docs. By default in Menustrip, mouse left button, must be released before selecting a menu item. Similary, if left button been pressed and released over a mouse item, doesn't fire the clicked event. Any idea how can menustrip work like VS/Office/XP native menu control It looks that is a bug. I was ready to report it when I found a previous bug report and MS confirmation. PS: Too many bugs in WinForms 2, that was the fourth I've found in two days. ...Show All

  • Visual Studio Express Editions Free Ebooks in Express Editions - How to get them?

    hello everyone, i just downloaded the ISO version of visual c# 2005 express edition and installed it on my workstation. is there any way for me to avail of the free visual c# ebooks that registered users of the online edition can get thanks and best regards, matt To register, click on "Help" and select "Register Product...".  Then just follow the instructions. Thanks, Scott Currie DDCPX Program Manager Microsoft ...Show All

  • Visual Studio Team System TFS Team Explorer install question

    I have setup a Windows 2000 SP4 system and installed Visual Studio 2005 Team Suite RC. I then tried to install the TFS Beta 3 Team Foundation Client, which according to the documentation I should be able to do, however when the system check runs I'm getting a 'Block' on the Operating System requirement. Can the Client (Team Explorer) be installed on a W2KSP2 machine Thanks, John Ames. Thank you Marc, I have now successfully installed the Team Explorer client. ...Show All

  • Windows Forms ToolStripContainers and MDI applications

    Hi, I'm creating a simple MDI application and wanted to use the ToolStripContainer component to provide runtime docking features such as VS docking... However, I couldn't find a way to get rid of the ToolStripContentPanel which is always shown... I tried to disable it and set its backcolor to transparent but the Mdi Child Forms are always behind this control... Any ideas Thanks, Amadrias this solution works, but now I have a problem with saving/loading the config by : private void MainFrm_FormClosing( object sender, FormClosingEventArgs e) { ToolStripManager .SaveSettings( this ); ...Show All

  • .NET Development Server Error in '/Financing' Application

    Hello, I created a web application for my boss called financing.  When I left last week for my holidays it was working great.  Upon coming back to work this week the app no longer works, I get this error: Server Error in '/Financing' Application. ok, I ran the script from that previous web article and that did the trick, I hope that this can help other people with the same problem Jeff ...Show All

  • Windows Forms Datagrid Tab Navigation through column

    I have some hidden fields in the datagrid. While doing tab navigation i need to set to set the focus to visible fields only.Ciurrently the focus moves to the hidden fields also. Kindly let me know how can i solve this. Thanks in advance. Didn't look hard enough!! http://www.syncfusion.com/FAQ/WinForms/FAQ_c44c.asp#q857q Joe ...Show All

  • Windows Forms using XSD to convert objects?

    Is it possible to use XSD to convert an object to something that the TreeView control can bind to What I have is a multidimensional data structure that I would like to display in a TreeView control. What is the best way to bind a TreeView instance to this data structure  Derive from the TreeView class and create DataSource and DataBind methods  I ...Show All

©2008 Software Development Network