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

Software Development Network >> Goran _'s Q&A profile

Goran _

Member List

Speedbird186
Alexandre Defalque
Oliver Gurnell
Amos Soma
MunishGupta
kineticAnimation
supagu
Jane Sathyan
Josh Smith
limethief
museicon
Mile Petrov
zennway
boban.s
Eric George
etcheverrjc
rss0213
Frederik Gheysels
prasindo
Patrick Tremblay
Only Title

Goran _'s Q&A profile

  • Software Development for Windows Vista Where did the support for the Summary property page go?

    We have developed an application that uses compound documents and the summary info property set. In Windows 2000 and XP, there is a "Summary" tab for our files when you select Properties in Explorer. This is no longer available in Vista. Is this by design Can we reenable it somehow We are testing on Vista RC2. It used to work in Vista Beta 1 (or maybe it was Beta 2). In that version you also got information in the Details pane in the Explorer. /Thomas   Raymond Chen - MSFT wrote: They can be edited - see JPG files for example. The Details page uses the new Vista property system. Ben Karas has a nice blog on the subject. http://blogs.msdn.com/benkaras/ Yes, I have fol ...Show All

  • Microsoft ISV Community Center Forums Error while editing Tasks\Announcements etc. in Sharepoint 2007

    Hi, I have Sharepoint Server 2007 beta 2 with TR installed. I created a a site with the Intranet Portal available, and created the required site hierarchy. All was going well and working fine, but all of a sudden I started getting the following error page while updating any content in my web sites Go back to site Error This Page has been modified since you opened it. You must open the page again. Refresh page. Troubleshoot issues with Windows SharePoint Services. No changes whatsover was done on the server and this error came up popping suddently. If anyone has faced a similar error, please let me know if you already have a solution. Ashish This KB Article provides a fix - but its ...Show All

  • Visual Studio Team System How to rebuild the TeamProject based on a specific label?

    Hi;   How can I rebuild the team project based on a specific label that is attached to all source files by a pervious team build   Thanks.... ok.. now I have One Question: if we can rebuild a specific version of the souce files, why we need to keep these files under the build directory thanks.... ...Show All

  • Windows Live Developer Forums Virutal Earth Mobile?

    Does anyone have any knowledge of VE on mobile devices Does it work, and if so which devices can support it This is the new one from MS: http://wls.live.com/ It is very good. I run it on my i-mate JASJAM: http://soulsolutions.com.au/Blog/tabid/73/EntryID/93/Default.aspx I should really do up a blog about it. John. ...Show All

  • Smart Device Development Why Can not I connect the WM5.0 device by the remote process viewer and remote heap walker?

    For the first time, I installed the Visual studio 2005 professional Edition (VS2005) first and the the Windows CE 5.0 with Platform builder 5.0 later. I find I can connect the WM5.0 device with the remote process viewer and remote heap walker provided by VS2005 and all data can be obtained successfully. However, when I reinstalled my system by installing the Windows CE 5.0 with platform builder first and VS2005 Professional Edition later, I find I can not connect the WM5.0 devices with the remote process viewer and remote heap walker (the other tools are OK) provided by VS2005 although the Activesyn shows that the WM5.0 is conncected correctly. Anyway, all the remote tools provided by VS2005 can connect with the emulator. By the remo ...Show All

  • Software Development for Windows Vista Simple STS - Certificate Authentication Scenarios

    Reference: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=659284&SiteID=1 So, I guess most of us have asked this same question. I am not able to get the Certificate Authentication Scenarios to work with Simple STS as well. It seems like the problem stems from the Cardspace Agent UI itself. It doesnt find the certificate associated with the card, no matter what you do. Even when a wrong password is set in the ini file - certificatepassword=xyz <Looking_at_Garrett />Can you help us, please Sorry, I got backlogged this last couple of weeks. RTM comes waaaaay to fast somedays :D I'll see if I can spare some time to get back in and look at this--I realize the docs didn't cover it all off. ...Show All

  • Visual Studio Express Editions mousehover rnd point project

      Hi I am trying to find ideas of where to begin my project for what I guess will be a mousehover event. I need to create a button in vb that moves to a random point within the form without moving off the form, I am asking for help and ideas where to begin hints and that sort of help. I am not looking for answers well at this point anyway. Thank you for your help   DKB ReneeC, You are correct that I did not cover the miniscule border. (normally about 4 pixels.) The caption was handles by the 'ClientSize' in the math. So..... To protect the borders! We must build a fence! (Not ) Public Class Form1 Private Sub Button1_MouseHover( ByVal sender As Object , _ ...Show All

  • SQL Server update statement

    Newbie Question: Im trying to update a table column to a new value and I receive an error, here is my statement: USE PD51_Data; GO UPDATE CASENUMBERS SET CaseNumTypeID = 130 WHERE CaseNumTypeID = 101 AND CaseNumber BETWEEN 199999 AND 600001; GO I receive this error Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '9368----' to data type int. What did I forget Pig, What are the datatypes for the following columns: caseNumbers caseNumTypeId caseNumber My guess is that one of the fields -- maybe caseNumber -- is a varchar and contains the string '9368----'. Dave ...Show All

  • Visual Studio 2008 (Pre-release) Disabling Design View in Visual Studio 2005

    Does anyone know of a way to disable the design view just for XAML in Visual Studio '05 Thanks, Victor ...Show All

  • Visual C++ C1083 Permission denied

    Hi, I'm getting this C1083 Permission denied error when I try to build an application (console type) project A which includes files from another project B (static library type). The B project includes files from a math library C (GSL). When I build the static library B, I have no problems. The problem is when I try to build A, and it complains about having permission denied to access a folder which turns to be the folder containing the .h files of C (included by B). I hope this is clear enough, if not please tell me. I'm using XP Home Edition and files have no permissions at all. Here is the text: 1>c1xx : fatal error C1083: Cannot open source file: 'C:\Documents and Settings\Alix\My Documents\genetic context\GSL\include' ...Show All

  • Windows Forms icons in target datagridview

    I have 3 source datagridviews, DGVSource1, DGVSource2, DGVSource3. Each is filled with items in a particular category. I have a target datagridview DGVTarget onto which selected items from the above will be dropped. I'd like DGVTarget's column1 to have distinct icons to show which DGVSource the item came from. How can I show one icon for each item (row) dropped from DGVSource1, a different icon for items from DGVSource2, DGVSource3. Do I use DataGridViewImageColumn Appreciate any help. Thanks. On page 51 of the DGV faqs under heading #6 How do I show icon and text in the same cell ... there is a public class TextAndImageColumn that I have added to my project. One has to add the following namesp ...Show All

  • .NET Development IPC remoting exception

    Hi, I'm trying to setup communication between a ServicedComponent service and an application using IpcServerChannel and IpcClientChannel and I get the below error when I call one of the functions. There's a test function that just returns a string to the client, and that works fine. Does anyone know what can be causing this exception I can post the code if necessary. Exception: System.Runtime.Remoting.RemotingException was unhandled Message="This remoting proxy has no channel sink which means either the server has no registered server channels that are listening, or this application has no suitable client channel to talk to the server." Source="mscorlib" StackTrace: Server stack trace: at System.Run ...Show All

  • Visual Studio Team System reset password using rdp port

    Is there is any possible way to reset domain administrator password This sounds more like a general Active Directory question than a Team Foundation Server question. These forums are dedicated to programming question, and this particular one is dedicated to setup issues with the TFS component of Visual Studio Team System. You'll probably have more luck finding an answer on the Windows Newsgroups , in particular the Windows Server Active Directory newsgroup. I ran a quick search that looks like it has some promising results. Best of luck- Cheers, Adam ...Show All

  • SQL Server MDF Size and SP_SPACEUSED

    How come my SP_SPACEUSED and the actual file size don't match db1.MDF 932,032 KB (viaexplorer) db1_log.LDF 734,784 KB (via explorer) SP_SPACEDUSED database_size 1627.75 MB unallocated space 211.77 MB reserved 715176 KB data 569496 KB index_size 26152 KB unused 119528 KB Why is there such a big difference It did match: data file size + log file size = database_size. Therefore, applying the formular, you will find the result is consistent: (932,032 KB + 734,784 KB) / 1024 KB/MB = 1627.75 MB Thanks Stephen ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Properties with mulitple values

    How would one go about creating a property that has multiple values like the Size property for example. It has a height and a width property contained in itself.. I want to create a property for the drawing color that has 3 ints: red, green, and blue. I don't know how to do the getter method. public int DrawColor { get { } set { red = value; green = value; blue = value; } } It would be easier to do a class like this: public class DrawColor {   public int red;   public int green;   public int blue; }   private DrawColor color = new DrawColor ();   public DrawColor Color {   get { re ...Show All

©2008 Software Development Network