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

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

Omarat56

Member List

Robbertos
JEROMEMAS
whattapain
TKent
Emrei
crnriman
qwqwqw
Luc Pettett
João Gonçalo Bilhim
Bill Wallace
Pat 34847
Marcin Obel
Leonid Astakhov
alexvi
MikeBlig
brakermb19
Slowpoke
Chris.NET
bouhmid
Toldin
Only Title

Omarat56's Q&A profile

  • Visual Studio Team System InfoPath crashing when editing specific Process Guidance Content Items (Build97)

    Hi, Infopath is a lot more stable when editing ProcessGuidance.xml from Build 97, but I am still having the occasional problem. However, it seems to be related to specific Content Items. For example, whenever I select the "Develop Threat Model" activity, Infopath crashes. Is there a workaround other than editing the XML directly Regards Allen Jones Hi David, Trying to make a simple change to the ProcessGuidan ...Show All

  • Visual C++ INI-files

    <Exore@discussions.microsoft.com> wrote in message news:f6dece0e-6af8-41c0-9a91-c4f45a90c90f@discussions.microsoft.com > How do I read and write to .ini files using Visual c++ 2005 Express > Edition Beta   GetPrivateProfileString, WritePrivateProfileString et al -- With best wishes,     Igor Tandetnik How do I read and write to .ini files us ...Show All

  • .NET Development Runtime Error R6034

    We have a third party application which fails to load our dll ( built using .NET 2005).We get a Runtime Error R6034 An application has made an attempt to load the C runtime library incorrectly. We did a dependency check on the third party application and found that it depends on the older C Runtime (MSVCR71.dll).We also did a dependency check on our dll and found that it depends on MSVCR8.dll.We even tried embedding the manifest file into our dl ...Show All

  • Visual Studio Express Editions problems with writting a simple program

    i m a new user to C++.   i have created a really simple program   #include <iostream> using namespace std; int main () {  cout <<"hello world!"<< endl;  return 0 ; }     but when i try to build it there is an error and i got these lines off a text book i wonder why there is an error   ------ Build started: Project: first program, Configuration: Debug Win32 ------ ...Show All

  • .NET Development Logout Programatically

    Hi All, There is a simple prob. I m using Login Control in .net 2.0. At some stage on my pages i want to programatically logout. How can I do it. Thx Hi Sandeep, This forum is for questions related to ASP.NET Web Services. General ASP.NET questions such as yours are best handled on the ASP.NET web forums at: http://forums.asp.net You will need to repost your question there. Thanks! Daniel Roth ...Show All

  • Visual Studio 2008 (Pre-release) Rendering a button to a bitmap (whats wrong with this code?)

    Seems simple enough, but I get an image of a black button instead. Here's my code... In XAML I have... .... <Grid.ColumnDefinitions> <ColumnDefinition/> </Grid.ColumnDefinitions> <Grid.RowDefinitions> <RowDefinition/> </Grid.RowDefinitions> <Button Width="50" Height="50" MinWidth="0" MinHeight="0" x:Name="Button" Content="Button" Click="ButtonClicked" Background="Red"/> .... In my Click ha ...Show All

  • Software Development for Windows Vista Dot Net Distributed Application by using COM+ (MTS server)

    Hello, we want to build Dot net Distributed application. means we want place our Logic DLL (Dotnet Assembly) in different mechine as hosted by COM+ server. and want access this in client side (in UI layer). How we can access it without using Remoting or Webservices. Is it possible How we can develop a Dot net Distributed application only using by COM+ (Enterprise) services. For remote access to a COM+ component, you need to do 3 thi ...Show All

  • SQL Server Storing UDF in tables?

    Hi, is it possible to - store a User Defined Function in a table - find and execute it from a SELECT expression - using column-data Thanks, Certainly it is possible but it's not generally a good idea. See the following article, which covers everything you need to know about dynamic SQL. http://www.sommarskog.se/dynamic_sql.html -- David Portas, SQL Server MVP Whenever possible please po ...Show All

  • Windows Forms Communicating Between Forms

    I have a Windows Forms Application Project ( Managed C++ ) where there are two forms. There is a parent form and a child form. The parent form creates an instance of the child form and calls Show (). I would like the child form to be able to communicate with the parent form, though I'm not sure how to go about doing this. The simplest example would be to have a parent form with a textbox and a child form with a button. When the child form's ...Show All

  • Visual FoxPro delete record

    this question seems to be ... but I tried many times to do it but I couldn't . I'm using VFP 6.0 . I created a form and take data from mytable . After that I created Del button and wrote a small code in Click event . This is my code : if messagebox("Do you want to del this record ",36,"Notice")=6 delete thisform.refresh and the result is 0 record deleted . I don't know why . Is this related to "primary key" from mytable . If someboby ...Show All

  • Visual C# How to change

    Hello Everybody, I want to change the screen resolution programatically using C#. Because, i am deploying a project developed using C#. On my system it is working perfectly. But, on other system or when i accesed through remote connection the buttons beneath the form are not able to view. So, could any boby give the suggestion how can i solve this problem. Thanks in advance. ----------V.K.Shaji Kumar Wouldn't it be better to res ...Show All

  • SQL Server How to enable remote errors for Reporting Services 2005

    How do I enable remote errors for Reporting Services 2005 Hi, I have encountered a similar issue. I have a report server which hosts 1 report. I tried to access it via url thru another machine but I cannot see the remote errors even though I have already set the EnableRemoteErrors value to true in the ConfigurationInfo table in ReportServer Database but I am still not getting the Remote errors. I have restarted the web server, the repor ...Show All

  • Windows Forms Exact rectangle of a single character

    How can I get the exact rectangle of a character  Using the method "MeasureString" returns the size of the character with some empty space at all sides. I want a rectangle as close as possible to the drawing character. Is there any co ...Show All

  • SQL Server Help in Understing Logic for Generating Row Numbers?

    Hello, I found this query below that creates a Row Number column. Can someone help me to explain what the logic behind it is Thanks for help! -------------------------------------------------------------------------------------------------------------------------------------------------- SELECT orderid , custid , orderdate , ( SELECT COUNT (*) FROM dbo . Orders AS O2 WHERE O2 . orderid <= O1 . orderid ...Show All

  • Audio and Video Development Mpeg1 format support?

    Hello everyone, I was trying to rewrite the VideoSource example provided in the MF SDK as a mpeg1 source filter that output two streams (one for video payloads and one for audio payloads). In VideoSource::CreateMediaType() I was supposed to convert a AM_MEDIA_TYPE that presents a mpeg1 video payload media type into a IMFMediaType format, however, the MFCreateMediaTypeFromRepresentation() function does not seems to recognize the AM_MEDIA_TY ...Show All

©2008 Software Development Network

powered by phorum