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

Software Development Network >> Ondra Br.'s Q&A profile

Ondra Br.

Member List

Rohit Ghule
PhilipDaniels
newyuppie
mikej409
english_d
Frankelman
Ceres629
SViking
Ultrawhack
lurdan
Florent SANTIN
Badajoz95
banswaraboy
james_cline_
DarkFire2
MA2005
jCarlisle
Richard Bourgeois
Wendy_B
crondog
Only Title

Ondra Br.'s Q&A profile

  • .NET Development how to detect parameter values passed to method

    i want to log the method's name and the list of parameters along with there values. Retrieving the name and names, position of parameters is easy, but can someone help me out in finding values to these parameters whenever an exception occurs, i do the following Dim paramInfo() As System.Reflection.ParameterInfo = ex.TargetSite.GetParameters() Dim i As Integer = 0 For i = 0 To paramInfo.Length - 1 Response.Write("Parameter " & i + 1 & " Name : " & paramInfo(i).Name & "<br><br>") Response.Write("Parameter " & i + 1 & "Type : " & paramInfo(i).ParameterType.ToString & "<br><br>&q ...Show All

  • Visual C++ hangman project

    Hello, I'm somewhat new to C++. I am taking a class on it in college, but the teacher doesnt like to explain things very well. Basically her idea of helping us learn C++ is this: "this is how you start all your programs in this class: #include <iostream> using namespace std; int main() { } " She never explainted even what "#include <iostream>" or "using namespace std;" ment. So, this brings us to my question. I'm trying to write a c++ program *for a project in class* that is a hang man game. The hangman is stored in a character array. The user is able to input a word into a 25 character array "char word[25];". There are a couple of things I need to do. the first thing is, I need to know h ...Show All

  • Visual Studio 2008 (Pre-release) Loading November CTP for WPF and WCF on production system

    Generally we have a practice of not loading CTP or Beta software on our production systems we use to write code with every day. However we would really like to have access to the WPF features in this CTP and I notice that the download page does not have the normal, do not load this on a production system caveats. Is there any advice on using the November CTP WPF/WCF tools on a production system Thank you in advance. Link to November CTP for WPF and WCF http://www.microsoft.com/downloads/details.aspx FamilyID=f54f5537-cc86-4bf5-ae44-f5a1e805680d&DisplayLang=en ...Show All

  • SQL Server Schedule Job Keep on failing!

    Hi, Actually i saved a SSIS package into a SQL Server 2005, then scheduled to run a job from SQL Agent, but, the job keep on failing and no error message was returned in order for me to toubleshoot. After the job failed, i restart the job again, and it actually continue to run, but unfortunately, it stopped again after some time. And, before i sheduled the job, i actually tried to run the package itself in SQL Server Business Intelligent, it runs suceessfully. In the package, i actually set the ProtectionLevel to DontSaveSensitive. Another option that I used to run the pakage was using dtexex.exe: dtexec.exe /FILE "E:\Package.dtsx" /MAXCONCURRENT " -1 " But, the error message returned also not so u ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. space wars jerky?

    Hello, When I run space wars it seams to jerk alot when I move the ship around. It just doesnt run smooth at all. Can the game be played in full screen it runs windowed on my pc. I thought it would run smooth. My pc is: AMD A64 3200+ 2 gb ram 7600GT All drivers are up to date. Also when I try and publish spacewars, when installing it, it comes with an error. Anyone else have this problem thanks This issue isn't just specific to space war. One of my development pcs has this issue with every application I've tried that's written with the framework. ...Show All

  • Visual Basic How to disable the refresh method of Picturebox

    Hi : I Have PictureBox Control the user can draw over this picturebox some lines and  he will save it to file . but when the form that contains this picturebox has minimized or sended to back when the user get the form to top again the drawed lines over the picturebox  were gone . and the picturebox has refreshed . i want to disable the refresh method to make the picturebox save the changes . is it possible   thanks ................   looking at the problem from the wrong angle....you don't want to disable the refresh you want to redraw everytime the picturebox refreshes...this is done corectly by using the pictureboxes paint event to do ...Show All

  • Visual Studio Team System Where is the Change Source Control... menu item?

    I have a project which (somehow) I've managed to add to the TFS source control without binding it correctly to the repository. This means that files are not automatically checked out when I edit them. Everywhere I look for a resolution to this says, no problem, just go File->Source Control->Change Source Control, and re-bind the project. Unfortunately, I don't see this option in the menu. I've used Tools->Customize... to add the option to the menu, but it's just greyed out all the time. Can anyone please help me with this really annoying problem Thanks in advance, Matthew Yes, it is. That (apart from None) is the only option available. I vaguely remember having a problem like th ...Show All

  • SQL Server calling user-defined functions in another DB

    I have a number of databases that require a set of common functions. I'd like to place all those functions in a central DB. I'm having trouble calling them using the syntax FunctionDB.GetParamLength() for example, which works within the FunctionDB database. Any ideas/suggestions I really don't want to maintain seperate copies of the functions across 5+ databases. Should work for you like this here: USE Master GO CREATE FUNCTION dbo . DisplaySomething () RETURNS VARCHAR ( 10 ) AS BEGIN RETURN ( 'Something' ) END GO USE AdventureWorks GO SELECT master . dbo . DisplaySomething () USE Master GO DROP FUNCTION dbo . DisplaySom ...Show All

  • Visual Studio 2008 (Pre-release) VPN vs. WCF - Need advice

    I have a scenario for an upcoming project where I'd need some advice from you. Here is the prerequsites: 1 - A server (SQL and probably IIS) will be hosted on some kind of serverhotel. This SQL server will hold all application data. 2 - The application accessing the SQL server will be a WinForms (c#) application. 3 - The application will be used by 5-15 different customers. Each customer will have there own instance of a database on the SQL-server. The reason for why the SQL-server isn't located at the customers site is that the customers do not want the overhead of administrating it. 4 - The customers will have at least a 2Mbps connection to the internet. So, I have been thinking of two different solutions: 1 - Use WCF so that the W ...Show All

  • SQL Server Error on Attaching Database

    When attaching a database that was detached from another SQL Server instance. I got the error message below: Error 602: Could not find row in sysindexes for database ID 25, object ID 1, index ID 1. Run DBCC CHECKTABLE on sysindexes.  i am using SQL Server 2000 Thanks and Regards You cannot attach a SQL Server 2005 database to SQL Server 2000 - even if this used to be a SQL Server 2000 database attached to SQL Server 2005 and attaching it back to SQL Server 2000. SQL Server 2005 changes some system objects which SQL Server 2000 does not have. ...Show All

  • Software Development for Windows Vista Wf Performance Questions

    I have a console application to host a simple sequential workflow where first activity is PolicyActivity and second activity is Listen activity waiting for human response to complete the workflow. I have enabled default SQL persistence service for the scenario as well. The intent of the PolicyActivity is to perform role assignment and set defautl field settings (i.e. such as Service Level Agreement Due Date). This scenario models a pended claims scenario solution our company's products have handled with an internal custum built workflow/rules condition handling engine. The model must support ability to launch thousands to millions of workflows per day. The rules processing is taking on average around a second per workflow. This numbe ...Show All

  • Windows Forms version question

    Hi All, Quick question, I am publishing with changes to Revision number and I am upto 19 and in the publish screen I see the publish version as 1.0.0.19, but when I go to the client install box and I see the application version it shows 1.0.0.0 even though they have the latest build. Is there something I am overlooking Thanks in advance. Publishing has it own versioning, to keep them in sync you need to update the AssemblyInfo in Properties of your project. In there you should find [assembly: AssemblyVersion ( "1.0.0.0" )] [assembly: AssemblyFileVersion ( "1.0.0.0" )] You just need to update them ;-) HTHs, James ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Release of XNA Game Studio Express

    Could we have more information about the releashe time In witch time zone I will wait until midnight GMT -5. Should a go sleep before and wait until tomorow If you're really dedicated you'll stay up until you have it downloaded, installed, and made a game. ...Show All

  • Visual Studio 2008 (Pre-release) Memory Leaks/Garbage Collection and WPF

    In our app, each time we open a particular window and close it, our memory usage increases. Through profiling, we can see that this window is not ready for garbage collection and tracked down our problem to this: we’re using a command pattern to bind to context menu items. Our command instances are each a long-lived object that is managed in an inversion of control container (i.e. ultimately referenced from a singleton). When the command is bound to the menu item, the menu item subscribes to the command’s CanExecuteChanged event. The resulting event handler reference from the command to the menu item still exists. The menu item in turn has a reference to the window in it's "EffectiveValues" collection (index 0), and ther ...Show All

  • Visual Studio Express Editions Easily Edit Static Tables...

    Ok, I'm making a program that needs a list of links and names and I want it to be held in the program itself, and uneditable by the user. I would like it to be editable in a nicer interface. Is there a way, its using a dataset with one table but in order to add items I need to create Rows for each one. Could I set an xml as a resource and do it that way I already got but I may try your way since my way may have a problem, I loaded an xml as a resource, then at startup I create a temporary xml file that gets read and deleted immediately, would this cause a problem ...Show All

©2008 Software Development Network