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

Software Development Network >> Robin Sarac's Q&A profile

Robin Sarac

Member List

Obal Orrestad
alpha202ej
trej
Part Time Australian
Austin Milbardge
LezWilliams
Rudy Hentzen
aero1
mikelpc
Adam Anderly
Zooma
Hil H
Philippe Cand
Roberto Trizio
Gunnar Adler
Stigern
robdken
Esthera
Tareq Ismail
RavinderSingh
Only Title

Robin Sarac's Q&A profile

  • Visual Studio Team System Display fullpath with filename in the WIT history

    Hi all, Is there anyway that I could display fullpath with file name in the WIT history, like bug Currently, it only shows "Associated with changeset 1366". What I would like to see is something like this, "$/project/module/file.cs" Best Regards, ...Show All

  • Visual Studio 2008 (Pre-release) How to Display a Dataset in a Table format?

    Friends, Im trying to show my dataset in a Table format. Since there is no datagrid in WPF, i can not show it as i required. Please suggest me to do bind the dataset and show it in Table format. Raj. create a datatemplate similar to this < DataTemplate x:Key = " st1 " > < Border BorderBrush = " Black " BorderThickness = " 0,0,1,1 " Margin = " -6,0,-6,0 " > < TextBlock Text = " {your binding} " ></ TextBlock > </ Border > </ DataTemplate > and assign it to gridviewcolumn < GridViewColumn CellTemplate = " {StaticResource st1} " Header = " First Nam ...Show All

  • Software Development for Windows Vista IApplicationAssociationRegistration and shobjidl.h for Vista

    Where can I obtain a copy of the latest SHOBIDL.H, which contains the declarations for IApplicationAssociationRegistration In particular, I need the IID and CLSID for the thing. Thanks! Are you saying that IApplicationAssociationRegistration, ASSOCIATIONTYPE and ASSOCIATIONLEVEL are not defined in your copy of shobjidl.h In the shobjidl.h file that ships with the Windows SDK for Windows Vista, there are defined on line 21173, 21154 and 21146 respectively. ...Show All

  • .NET Development Display the data from Access Database and Sqlserver in a single grid.

    I need to populate a grid with data from a table in Access DB and another table in Sqlserver. Can some body help me regarding this. Thanks in advance! Sandy absolutely. There are multiple threads about this...I hope these help get you started: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=753872&SiteID=1 http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=981046&SiteID=1 its the same for SQL Server also, the only things that really need to be changed are just the classes! So instead of using the OleDb classes, use the Sql classes (in the System.Data.SqlClient namespace) ...Show All

  • Gadgets Layout for gadget

    If I would like to create a layout with a navigation bar on the top for access to 3 different areas/panel of the gadget .... how Can I do this I hope you can help me! If you visit the manifest file , that lists the code files used by the gadget (you may have to view source if IE renders the manifest like an RSS feed rather than an xml file). Files in the manifest are referenced relatively, so where you see "tabstrip.js", you can append that to the URL for the manifest (minus "gadget.xml") and get the code. For example, http://download.gallery.start.com/d.dll/2~1~591~4101/tabstrip.js . You may have to view the source or download the file to get proper formatting, but the code is all there. You can do the same w ...Show All

  • SharePoint Products and Technologies ReadOnly Fields in a WebPart

    Hi, this is my first post, and sorry for my awful english... I'm developing two webparts, which work connected, the provider has a GridView (reading the data from a SQL database), and the consumer displays the detail of the selected row in the consumer's gridview... The consumer has a button which saves the displayed information into a sharepoint list... I need to use textbox controls to display the data, but when i set them in readonly, or enabled = false mode, they clear their contents before any event... Here is the code... http://gianni.gellona.googlepages.com/Reclamos.cs.txt Have you tried leaving the textboxes enabled in CreateChildControls and disabling them only after the text has been set Try disabling them after LessSuscr ...Show All

  • SQL Server Migrating SQL 2000 to a new sever

    I am upgrading our SQL 2000 Server hardware. I am looking for a way to "mirror" this server. The only items that we are changing are updating the hardware and the OS will be Server 2K3 instead of Server 2k Does anyone have a reliable method, or suggested processes for migrating one server to another Best way of doing this is to backup your system databases and restore them on the win2003 server. Check out a paper called "Move your Master" from www.SQLServerCentral.com When you successfully have moved your master you can backup and restore all the databases on the new server. If you have a large amount of databases detach from hostserver - attach on targetserver. Users should ...Show All

  • Visual C++ mirar

    im havin the same problem with mirar how da hell do i remove it, it dosent appear the remove programs its driving me crazy poppin up every second A Google Search may help you than posting it here. Please stick with the scope of this forum ...Show All

  • SQL Server Error on custom data mining plugin: content type mismatch

    Good afternoon, I'm doing a custom clustering plugin for text to pre-process ("clean" the texts), calculate weights, estimate the number of clusters (using the PBM index) and finally, do the actual clustering. So... I've made each of these modules on C++ and I'm putting them all togheter on the plugin. My database (MDB file) has only one table, with only two fields within: a key (auto-incremental) and a small text. What I intend to do is to get the text in each test case, store them togheter somewhere and call my classes to cluster these texts. I'm trying to log the texts in a file (just a test) on the ProcessCase method, in the CaseProcessor class. I've did it with no problems with numerical data. But when I load the MDB fi ...Show All

  • Visual Studio using crystal reports

    i have paths of a jpg files in a database field.... how can i display an image on the crystal report using that path field. i tnk formula fields of crystal report 10.0 might solve the problem because if u give the location of image in formula field that image would display automatically in crystal report ...Show All

  • Visual Studio Express Editions Problems loading setup Components

    HI, Having downloaded the .IMG file for C++ express 2005 and extracted it, i have run into a problem. After clicking on setup/autorun, a message pops up: "An error has occured while loading setup components". I click OK and it dissappears. Nothing else happens. I remember this happening with my .IMG file for C#, but not for VB. I used to have C# installed but went through a cleanup process, and then tried to reinstall it and the above happened for that too. Help much appreciated. Andy ...Show All

  • Audio and Video Development uncompressed YUV to EVR

    Hi, I am writing a simple YUV media source to take in .yuv bytestreams and send it to the EVR. I have modified the MFT_Grayscale to act as a dummy transform to copy the yuv samples to the EVR. I am also using the playbackFX sample for the player. I'm having a problem with the player just showing a black screen, as if no samples are being sent to the EVR. I have verified that the samples are being processed in the dummy transform with the correct image size and attributes for my given yuv sample. I have tried other yuv samples and all just display a black screen, but the samples are being processed for sure. Is there any way to debug this to see if the samples are being sent to the EVR Or does anyone have any clues why this is happeni ...Show All

  • Visual C# C# Events

    Hello, Sorry for the ignorance that I am showing but believe me when I say that I have spent a lot of time searching for the answer. I am migrating from vb6. I need to write code for a mousedown event. I placed a picturebox(PB1) on a form and then doubleclick to add code. I add private void PB1_MouseDown(object sender, MouseEventArgs e) { //dostuff } but this does not capture any events. What I am doing wrong. Also I cannot find anywhere that defines how all these events should be called. In visual basic, I just select the desired event from the dropdown list at the top/right. I see that VB.net has the same functionality. Is there a similar trick in C#. the dropdown only shows the current defined functions. Once agai ...Show All

  • Visual Studio Team System deploy/schema compare scripts - Option for checking IF EXISTS

    My scripts need to check for existence of tables, columns, etc. before creating or altering. My procs and functions need to check existence and drop if they do already exist then create. Is there any way to control script preferences to accomplish this Gert was, I believe, pointing out that the recommended model for how you work with Team Edition for Database Professionals is slightly different from the way you are using it. Your approach can work, if you put your scripts under the scripts folder, rather than treating them as database objects, but it's an alternate approach. The recommended approach is that your schema is represented as a set of objects that you work with as CREATE (or ALTER in some ...Show All

  • Visual C++ STL nth_element() algorithm incorrectly implemented by Microsoft?

    I am preparing an STL reference site for my students. The algorithms-in-alphabetical-order page is http://cs.stmarys.ca/~porter/csc/ref/stl/alg_in_alph_order.html and there I am trying to put a very simple example of each STL algorithm. I am down to the nth_element() algorithm. My code for the nth_element example is given below. The problem is that if you run this program in Visual Studio 2005, the vector comes out sorted. This could happen by chance, but the problem is that I can't find *any* vector that does *not* come out sorted when run in Visual Studio 2005. When the same code is run in gnu C++ 3.3.3 under Debian, on the other hand, the vector ranges before and after the 7th element come out "nicely unsorted", which ...Show All

©2008 Software Development Network