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

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

KierenH

Member List

BCuthie
Carsten K
TPelkmans
mkoren
Kenshiro
mouxaifeong
vRam
MrYanda0
James Inman
neuber
IanTP
rileyt
SharonGuinee
Kaveh Shahbazian
Mark Skiba
etiennemartin
Damodarnet
Matthew Weyland
Steve 5656565656
Icesniper789
Only Title

KierenH's Q&A profile

  • Visual Studio Debugging Error Message of VS2005

    --------------------------- Microsoft Visual Studio --------------------------- The following module was built either with optimizations enabled or without debug information:   C:\Documents and Settings\ Peter Peter \Local Settings\Application Data\assembly\dl3\GK36Y4X8.1TR\K1JO6NOP.P99\bc8980d3\f0e49e63_711dc601\MyResources.dll   To debug this module, change its project build configuration to Debug mode. To suppress this message, disable the 'Warn if no user code on launch' debugger option. --------------------------- OK   --------------------------- I didn't do anything but this error message come out fro ...Show All

  • Visual C# Infinite integer

    Hi, my application is using some integers which is too big for int32 and even int64, can anybody tell me how to create infinite integer variable that can accept very large numbers Thanks, the J# runtime library has an implementation of BigInteger and BigDecimal with a very rich API. here's more info on that: http://msdn.microsoft.com/msdnmag/issues/05/12/NETMatters/default.aspx Imran. ...Show All

  • Visual C++ MFC80D.dll not found

    Hi all. I've been reading previous posts on this problem, and I'm still stuck. Here's the deal: I'm working on a collection of classes from a VC6 project. They all embedded a manifest file in the exe via the resources, these I have deleted. They do all build to a folder which contains a .manifest.exe file as well, but I've tried the macro which was shown in one of the folders for stdafx.h and it didn't help. I also just turned on embedding a manifest file, and for one project this worked fine, for two others I've tried, I still get the error. I cannot see any difference between the three projects, the embedded manifest was the same ( just sa ...Show All

  • Windows Forms ShotDown Windows

    Anyone knows how to shut down windows I used ExitWindowsEx from "user32.dll" in Visual studio 2005 but it didn't help. it returned 0. what should be entered as dwReserved   Please Help..... The second parameter is dwReason, and it may contain any of the constants listed here: http://msdn.microsoft.com/library/default.asp url=/library/en-us/sysinfo/base/system_shutdown_reason_codes.asp Regards, -chris ...Show All

  • Visual Studio 2008 (Pre-release) What happened to CheckBox IsCheckedChange-event?

    Hi! I need to hook up to the IsCheckedChange-event, but it is not there Is there another similar event I can hook up to I am running Avalon CTP September. Henning Skoglund Can you explain further how I listen for a property change-event I have the checkbox inside a datatemplate which displays messages from a SQL database. It seems the "click"-event is never called nor "Unchecked", but "Checked"-is called I cannot figure this quite out.... Henning S. [code language="xaml] < Grid.Resources > < DataTemplate x:Key = " BeskjedItemTemplate " > < Grid Style = " {StaticResource BeskjedStil} " ...Show All

  • Smart Device Development Visual Studio 2005 for pocket PC

    Hi, I am a new user of VS 2005 and I am currently developping an app for a Pocket PC in VB. I can test my app using the deploy function and it works fine. Now my big issue is... how can I distribute my app . I can't see any function in VS2005 that makes a msi or cab file from my project! Please help! Regards, Macadam Hi – please refer to this post http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=75316&SiteID=1   Let me know if you need more help… ...Show All

  • Visual Basic Command Buttons

    I have recently upgraded from Visual Studio 6 to Visual Studio 2005. The problem that I am having is that I after entering the code that I usually used to open a form with a command button, it seems that they syntax won't work. For example if I wanted to open frmCustomer. The code that I used to use would be something like this.' open frmCustomer', however, this does not work. Any recommendations. Ras Buy a book :-) VB6 and VB.NET are totally different. In this case. frmCustomer.ShowDialog() is probably what you want. However, overall, you are going to have this trouble time and again unles ...Show All

  • Visual Studio 2008 (Pre-release) Request

    I need to find a working WPF Nov CTP 3D sample for a talk I am giving; and all of the ones I have found are from the PDC drop of WinFX and have conversion issues which I do not have the time to figure out right now.  If anyone can help thanks, blair Thanks, but that is not quite what I am looking for. I need to showoff the 3D ablilties to non computer people so I need something that is more flashy. blair ...Show All

  • Visual Studio Team System Web Services Projects not under source control

    Hi, I have installed TFS release candidate and most of the times the Web Services projects of of my solution arent under source control. Every other project ( e.g. win forms, libraries etc) can be (and always is) under the source control (lock symbol inf front of each file) but the Web services projects cant be!!! Trying to check in and check out my solution, yesterday, I lost the web services projects i had. I suppose that because they werent under the source control, the team explorer Deleted them during the process of "Get latest version". Do you know why Could you please help me Nick Macis ...Show All

  • SQL Server Is there a way to bound a search within specific TOC items?

    Is there a way to bound a search that I'm missing Can't figure out why major types don't appear in the search tab's drop down for content types (e.g "Full Text Search", "Tools and Utilities Reference", SQL Server Programming Reference"). Seems anything appearing in the TOC should be a candidate for bounding a search. Also, anyway to perform subsequent search that is bounded to a prior search result. No, you're not missing anything, and, unfortunately, there's no mechanism to perform a subsequent search bounded by the prior search results either (as you can in SQL Server 2000 BOL). I've forwarded your p ...Show All

  • .NET Development x64 platform support in VS2005 after installation?

    Problem solved, installed VS2005 with additional option to compile x64 this time. ...Show All

  • Visual C# i can not recieve a message in RTC API 1.2

    I m developing sip client in rtc 1.2.i m develping it in c# 2005.My preoblem is that when i register on the server.other clients see me "away".i can not change my status to "online". 2nd proeblem is that when other clients(windows messenger) send me text message or voice call request. i could not receive any event.but i m able to call other clients(only voice not text message).What is the problem i can see activity in my network card when other clients send me message or call me.But i ccould not receive any event.I will be thankful if any one can help me.i m posting my code namespace Fast_Messenger { public ...Show All

  • SQL Server Implementing message queue in SQL Server 2000

    I am implementing a message queue system in SQL Server 2000. My queue table looks something like this: [MessageId] [uniqueidentifier] NOT NULL, [MessageType] [uniqueidentifier] NOT NULL, [Status] [tinyint] NOT NULL, [SubmittedTime] [datetime] NOT NULL, [StartTime] [datetime] NOT NULL, [DispatchedTime] [datetime] NULL, [CompletedTime] [datetime] NULL, [MessageData] [image] NULL This is how I retrieve the next message for processing: SELECT TOP 1 * FROM [Queue].[MessageQueue] WITH (ROWLOCK, UPDLOCK, READPAST) WHERE [StartTime]=@pStartTime AND [MessageType]=@pMessageType AND [Status]=@pStatus ORDER BY [StartTime] and mark it as bein ...Show All

  • .NET Development socket not released

    Hi, I currently have an app that spawns a connection to server, the server requires hard IP and Port for both my app and the server itself. It then sends a command and disconnects. The problem is that I have to wait ~5 minutes for the socket to become usable again. I know that windows likes to maintain the socket for a few minutes. Any idea on how I can get around this. I call the socket.close() method when I am done sending my parameters. I tried setting socket.setSocketOption(SocketOptionLevel.Socket, SocketOptionName.DontLinger, true) but it does not seem to release the socket fast enough (still taking ~5 minutes) for me to s ...Show All

  • Windows Forms No reset

    This is just a small question but for some reason, the "Reset" is disabled when I right click on the Size Property of a Textbox in the Property Window. The textbox is not set to the default size. It is not a custom textbox in anyway. I'll look at my other apps, because I know I have used this before.  I just thought I'd ask and ...Show All

©2008 Software Development Network