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

Software Development Network >> Leonid Fro's Q&A profile

Leonid Fro

Member List

chriseboy
Johny_Extreme
Arthur 2 Sheds
sullbert
PAPutzback11696
jwhitehorn
vitia
vijay choudary
JanBaan
rileyjim
D.O.
Raichur
Finch82
cambomj
Adil Hussain
ceedee
DBornack
amol_16
Anil_J
Nick Tucker
Only Title

Leonid Fro's Q&A profile

  • SQL Server No witness, primary shutsdown, bring failover online

    First of all, Great webcast today. My question is, I have everything up and running and would like to know what to do when the machine my primary is on quits or has a some type of disaster. Do I need to manually run recovery on each db that was mirrored I'm not currently running a witness. thanks No, you don't need to recover anything but depending on which mode you are running you will need to iether manually initiate a failover from server A to B or force the service from server A to B because you are running without a witness. do you know what mode you are running, high-performance or high-protect ...Show All

  • Visual Studio Express Editions Putting a string variable into a "pre"set text

    Hello, Is there a way that the use would input a word such as Microsoft and that input "Microsoft" would show up as like this: http://www.google.com/search hl=en&q= Microsoft onto a text box more examples: Macromedia: http://www.google.com/search hl=en&q=Macromedia Sony http://www.google.com/search hl=en&q=Sony Dell http://www.google.com/search hl=en&q=Dell define: Serene http://www.google.com/search hl=en&lr=&q=define%3A+serene Thanks A Lot! Please help me! Thank you! Keehun Nam Hi, Try the Process class: Process.Start(" http://www.google.com/search hl=en&q=" + TextBox1.Text) BTW, the process class coul ...Show All

  • Visual Studio Create report can execute a SQL query

    Hi all I am developing a report enable to show some statistical information like how many female employees, how many male employees.....but I don't know how to write a report express with condition. I try the expression like =Count(Fields!Sex.Value = 1) but it doesn't work. I using SQL Express 2005 and VS 2005. I wondering if there is any solution permit u to execute the query directly in the report viewer control Hope hearing from u soon Thank you so much Hi, DucNgo, You can do that for sure. How did you set the parameters Long ...Show All

  • Windows Forms "Cannot find keycodev2.dll or invalid keycode"

    Hi,    I created winforms and was able to deployed it using NTD. I used VS.Net 2002 and VB.Net. I have crystal reports in my forms. Everything is working except when i tried to view the reports in client (Win 2000, installed w/ .Net framework only not VS.Net 2002). I got this error:  "Cannot find keycodev2.dll or invalid keycode"  & ...Show All

  • Windows Forms Picturebox control

    I'm making a 2d Game and I have run into an annoying problem I can't fix... Well this is my code for making the bitmap in the picturebox transparent, but its only transparent to the form's color and not when its overlapping another picturebox. The color of the form is silver, and there is just a big grey box around my creature that overlaps the other pictureboxes when i set the order to "bring to front", im too lazy to use anything else than pictureboxes. Could Someone help me fix this problem Dim g As New System.Drawing.Bitmap(PictureBox1.Image) g.MakeTransparent(System.Drawing.Color.Magenta) PictureBox1.Image = g Hi, Maybe y ...Show All

  • .NET Development What .Net Framework to use???

    Hi, I'm building a windows forms application to be downloaded from the Internet and allow the users to connect to a server and exchange information using Sockets. My dilemma is what version of .Net to use. I wanted to use 2.0 but I'm afraid that users will quit the download if they have to get a 20MB .Net install file. I know I can have an application stub and do all the downloading after user runs setup.exe but still it takes about 12min in a DSL to download the framework. At the other hand I don't want to stay back with .Net 1.1, which has a greater penetration in desktops; Visual Studio 2005 and .Net 2.0 have some great features. ...Show All

  • Visual C++ Could not add a new Class Diagram to the project

    In Beta2, in class view, right click on a class name and select "View Class Diagram", but there is a error: "Unable to create file e:\some dir\ClassDiagram1.cd. Make sure you have file system permission to create the file, and have disk space available" I don't know how to fix it. Hi, The fact that there is still a menu item is a bug. Thanks for reporting this. Ronald Laeremans Visual C++ team ...Show All

  • Visual Studio Express Editions Printing from VB Express

    I have come across several posts indicating that it is nearly impossible to print documents, much less interact with Word, when using Visual Basic Express. Is this true If so, will this functionality ever be included or will I have to either purchase Visual Studio or learn another language While not impossible to print in VB 2005 ( this includes the Express Edition too) it takes a bit of work to get the results you want. There are a lot of printing capabilities in VB 2005, but, you need to do some reading to maximize your results. Doing a Google Search in the Groups section will find a lot of info on print ...Show All

  • Software Development for Windows Vista Play an avi with directShow

    Hello, I want to play an avi file as an intro to the game that I'm Programming with C++ and directx 9.0, but I don't find any usefull examples in the directshow Examples. Can anybody Help me Thanks to all.  As directShow has moved from the directX SDK into the platform sdk you should try the directShow Forums... I am moving this thread there. ...Show All

  • .NET Development Failed to create an IPC Port: Access is denied.

    I have a service that registers a remoting IPC channel on startup and quite often I will get this error when the service is stopped and then restarted. It doesn't do it all the time but enough to be an annoyance and when the service is stopped I do unregister the channel. Anyone else experience this Thanks!! It's actually hosted in a Windows service. Most times I can stop and start the service successfully but then there are other times when it keeps generating the Access Denied message until I either reboot the server or keep restarting the service until it successfully starts. ...Show All

  • Software Development for Windows Vista LoadDesignerLayout problem

    trying to use LoadDesignerLayout  to better present the layout of a statemashine workflow in the Workflow monitor sample. using ( StringWriter stringWriter = new StringWriter ()) { using ( XmlWriter layoutwriter = XmlWriter .Create(stringWriter)) { IList errors = null ; this .SaveDesignerLayout(layoutwriter, rootdesigner, out errors); string s = stringWriter.ToString(); XmlTextReader layoutReader = new XmlTextReader ( new StringReader (s)); this .LoadDesignerLayout (layoutReader, out errors); } } errors: "Could not deserialize complex property 'StateMachineWorkflowDesign ...Show All

  • Windows Forms Data for provinces and states

    I am looking for some advice for the following scenario.  I am building an application that has several forms that have a province/state combobox which contains a list of all of the provinces and states.  Because this information will likely not change, I have put it in an XML file and I am populately the combo box from the file (I actua ...Show All

  • Visual Studio Shape inside a shape

    Is there a way to put a shape inside a shape. I would like to put a shape inside a shape the same way as creating a compartiment for attributes.  Is it possible Example : Having a Square shape  I would like to put inside the square a circle or a roundedrectangle in some way that allows me connect to any shape in the diagram. Thanks Luiz Ricci   There is some functionality that approximates to this in the Examples.Customizations ActivityDiagrams example that comes in the VS SDK samples folder. But it will be easier to do in the next release. Alan ...Show All

  • .NET Development how to change the runtime version of an assembly

    suppose an assembly is required to have a runtime for v1.1.43xx of the .net framework. how exactly is it run in .net v.2.0.50727. can we target the 2.0 version natively without recompiling. what is the purpose of app_name.vhsot.exe file thanks for reading. This is a pretty good description of the VS hosting process: http://blogs.msdn.com/dtemp/archive/2004/08/17/215764.aspx If you want a 1.1 app to run with the 2.0 framework, look at config files and the requiredruntime documentation such as: http://msdn2.microsoft.com/en-us/library/w4atty68.aspx ...Show All

  • Windows Forms binding to a combobox

    beta2 seems to be a step backwards from the feb ctp I was using before.  When I configre a table in the dataset to the controls I want, sometimes I choose a combobox. When I drag it to the form, beta2 sets the databinding to the text, rather than the selected value.  Of course, it displays all wrong.  So each time I have to change the databinding to the selected value.  Is this a bug dennist That's awesome.  I had no idea you could just drag the table onto the combobox.  I had been searching on how to do this for almost a day now. Thanks dave ...Show All

©2008 Software Development Network