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

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

su45937

Member List

ryan.berry
tkroll
sarath_mankara
Imran Shaikh
Bill Gates II
jph_problem
ozhonetech
Dr. Zoop
Polina159216
vga
Dimitry
Moskie
Michael Carty
Vjy
Wendy_B
Checkmate
Suresh .M.V
GrandpaB
Pro Australian
xtw
Only Title

su45937's Q&A profile

  • Windows Live Developer Forums find a category

    hi, i'm trying to use find(), to search categories, eg train station, Churches, hosipitals.. but i found the results return are not right, is there any other way i can do such kind of search thank you! Yuki Visualbasic No, you can use any language. But we are not talking about client-script in the browser, i suggest you create a asp.net 2.0 webapplication and implement clientcallbacks(Ajax), the callbackfunction then gets the data from the mappoint webservice, processes it for you and sends it back to the browser, which then creates the pushpins via jabbascript. ...Show All

  • Audio and Video Development Issue with build of MFT samples

    1>------ Build started: Project: MF_BasicPlayback, Configuration: Debug Win32 ------ 1>Compiling... 1>Player.cpp 1>C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\include\rpcndr.h(33) : fatal error C1189: #error : incorrect <rpcndr.h> version. Use the header that matches with the MIDL compiler. 1>winmain.cpp 1>C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\include\rpcndr.h(33) : fatal error C1189: #error : incorrect <rpcndr.h> version. Use the header that matches with the MIDL compiler. 1>Generating Code... 1>Compiling... 1>Utils.cpp 1>Generating Code... 1>Build log was saved at " file://c:\MFSDK\Samples\BasicPlayback\Debug\BuildLog.htm " 1>MF_BasicPlayback - 2 ...Show All

  • Visual Studio Relationship connector does not link

    I just started exploring DSL toolkit and ran into a strange problem. When I use any connector type from the toolbox, it does not link to any domainclass. Even if I use default model generated by MinimalLanguage template, connectors do not work either in DSL designer, or Debug sample solution. I use Visual studio 2005 Team Edition for developers, and Visual Studio SDK v3 release. I wonder if I should obtain VSIP license. Thanks in advance. Hello Steve. I saw "do not enter" sign: a circle with a diagonal line. Puzzled by this effect, I have tried to debug the source code for Connection Builder. I set breakpoints almost everywhere in the ConnectionBuilders.cs. When I started debugging, the breakpoints were hit only ...Show All

  • Visual C# checking the type of an object

    Hi Guys, can someone tell me how I can check if an object is a textbox I've tried all kinds of things but can't seem to get it to work. Thanks in advance Dancer if (SomeObject is Textbox) David Anton www.tangiblesoftwaresolutions.com Instant C#: VB to C# converter Instant VB: C# to VB converter Instant C++: C# to C++ converter, VB to C++ converter Instant Python: VB to Python converter ...Show All

  • SharePoint Products and Technologies Displaying Graphs

    How do you display graphs in WSS 3.0 Hi, You can use a free web part to do this. See http://www.wssdemo.com/Pages/chart.aspx Regards, Ian ...Show All

  • Visual Studio 2008 (Pre-release) Data Binding question - Converter not being invoked?

    resources < src:ExposureConverter x:Key = " StringTargetSourceIntConverter " /> xaml page <TextBox HorizontalAlignment="Center" Height="30" Margin="10,10,10,10" Name="ExposureTimeTextBox" Width="50"> <TextBox.Text> <Binding Path="ExposureTime" Source="{StaticResource ExposureTime}" Converter="{StaticResource StringTargetSourceIntConverter}" UpdateSourceTrigger="PropertyChanged"/> </TextBox.Text> </TextBox> Apparently System.Windows.Data is being used, so my converted isn't really required for text-to-int. I would still expect my converter to be called when bad data is input (float). How can I ensure that my converter will be called How can I catch exceptions when t ...Show All

  • Visual Basic Recognizing changes on a Datagridview

    Hello. A question please. I fill a datagridview with a datatable. I assign this datatable to the datasource property of the datagridview. That in the load event of my form. After the user is done his changes on that datagridview and press on the "Ok" bouton, how can I recognize the add rows, the modified rows and the deleted rows WITHOUT staying a collection, array, or some like this in memory Is there a way to do that Thanks in advance.... NetPochi, I suggest you to use the DataTable.RowChanging event which occurs when a datarow is changing. As known that the DataSet contains the DataTable, they are both in memory. Please take a look at the DataRowChangeEventArgs class, it prov ...Show All

  • Visual Studio Express Editions Help with AddHandler click event with runtime Picturebox(es).

    Greetings, I am adding multiple Pictureboxes at runtime and I'm trying to add an AddHandler to handle the (left button) .Click and within that event be able to know which Picturebox was Clicked. Would somebody please tell me what I'm doing wrong, my code is working as far as the handler is called, my problems are : 1. The handler is called for all 3 button clicks (not just left click) 2. How do I retrieve the Picturebox name that was clicked. 3. What should the Handles in the SUB MyPicturebox_Click be. Approximately 16 PictureBox are created, so PictureBoxDisplay is called each time. My Code is : . Public Sub PictureBoxDisplay( ByVal ImageFileName As String , ByVal Count As Integer , ByVal pos As ...Show All

  • Visual Studio 2008 (Pre-release) Multiselection in TreeView

    How can I implement multiselection in my WPF TreeView Is there any samples of TreeView control This post should be what you're looking for: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=450446&SiteID=1 ...Show All

  • Windows Forms How do you tell the IDE that an entry in the collection has been deleted?

    I was finally able to serialize the collection property of my usercontrol. It contains complex object. It does add and update correctly and populates the collection properly. The only thing I can't figure out is when an entry in the collection has been deleted. Right now the IDE will just detach the object from the collection, but leaves the orphaned object reference in InitializeComponent(). Same thing happens when I set the collection property to (none). It removes the collection object, but it leaves the orphaned objects. Any ideas My problem is design time when I dropped my user control to form. I think I'm still missing a Serialization Design-Time Attibute or something. The collecti ...Show All

  • Visual Basic Help with Crystal Report in Visual Studio 2005

    Hey everyone, I am pretty new to VS 2005 and crystal reports. I have setup a crystal report and i have setup a form for the crystal report to be displayed in. Now i don't know how to fill the report with information from the database. Can someone please help me. The database is MS Access. Soon to move to a SQL database. Thanks, QWERTYtech Have you searched the MSDN library There should be examples... Once you've got the report built, you just need to provide it with an instance of the datasource at run time. Let's say that you build the report (called myCrystalReport) off of a DataSet called "myDataSet". You would then in code (after filling the dataset with records) u ...Show All

  • SQL Server SQL Server 2005 Management Studio Usability

    I have a strong feeling SQL Server was released without any usability testing, forgive the rant but SQL Server Management Studio really needs rebuilding, and I've got to the point I'm *so* frustrated with it, that in most cases I have developed my own web-based tools to manage SQL Server, especially on production environments where Management Studio is simply unusable. I have to say, after so many years using the tried and tested Query Analyzer and Enterprise Manager, Management Studio is several steps in the wrong direction. 1) General Performance: Right now, I'm still using a PIII, and it's ridiculous how slow Management Studio is in comparison to EM and QA - it can take 5 seconds for the 'modify' menu item when right-clicking on a ...Show All

  • .NET Development DataTable select problem!!!!!!!!!!!!!

    Hi ya, I have 2 data table objects declared in my code. both have got a unique SID field. Now both table can contain any no of records. I just want to have a query like this "select * from [table1] where table1.SID <> (select SID S from [table2])" I tried to look at table.Select method but it doesn't work somehow. How can i do it. The only other solution i can go with to create a temporary table in sql server 2005 and then drop it after this whole thing is finished. Is this the right way/code to go with yeah but in this case then I need to save the data into some temporary table in db. How should i do it in sql server 2005 Technically how can i create a temp table using C# in sql 2005. Cheers ...Show All

  • Visual Basic IDE extremely slow!!!!

    This 2003 IDE is incredibly slow!!! Unfortunately our company chose Microsoft for our development platform. Now we all rue that day! The IDE is so slow that we may go out of business waiting for one character to type. Does anyone out there know how to speed up the IDE I am working on a dual process or dual core machine but the IDE only uses on CPU. Please help. This is monopoly at its best. If we wrote software like this we would be out of business. I am using VS2003.NET on a 2.4ghz P4 with 1gb of memory. It works pretty ok and I do not experience the IDE as extremely slow. Can you give some times so other can compary times with you This will give an indication if your IDE is more slow than others. ...Show All

  • SQL Server Missing ODBC drivers - please help!!

    Hi all For some reason, my Excel / Access drivers have disappeared from the list of available data sources when running the Import wizard or when trying to create a dts package. They are installed on the machine as I can see them through the ODBC Administrator. I have googled extensively, found some posts relating to TimeSlips (not relevant as not installed), re-installing MDAC. Having done all the relevant stuff (updating to latest MDAC), still not coming up. Installed SQL 2005 Management Studio thinking that may help. Still nothing.Can someone please give me some advice, APART FROM RE-INSTALLING OS. How does Import wizard pickup the available drivers, any registry settings... Currently running XP SP2 with all the latest updat ...Show All

©2008 Software Development Network