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

Software Development Network >> Liviu Uba's Q&A profile

Liviu Uba

Member List

AnandAsir
mvillatem
Dtag
artemuse
danmga
Barry Meaker
ZGutt
Tom Hall
kristoff1313
Kerstin
Basils
Marius H
Ldannyboy15
marilyn
Juan Foegen
bigblockfw
antimatty
Mihai
Martin Szugat
NickC999
Only Title

Liviu Uba's Q&A profile

  • Architecture good C# 2.0 architecture book for Window application

    Hello, can anybody recommand a good C# 2.0 architecture book for Window application I moved from VB6 to C#. Need a intrduction book for clear writing, not high level with samples. Some samples on N-tier design is better. Thanks. the patterns and practices books are a good start. http://msdn.microsoft.com/practices/ ...Show All

  • Architecture Windows Zip

    Hi Is it possible to use the windows zip function on the command line I want to incorporate this into my program. I know there is an add on for win zip but was wondering if its possible to do with the windows own version... Cheers Hi! You mean using Compressed Folders I think it's possible if use Shell API, because Compressed Folders incorporated into Windows shell. ...Show All

  • SQL Server Please suggest me any helpful article on Sql Server 2005 Reporting service

    I am working on yukon. can anyone suggest me any helpful material about the same Sorry for simple query. Aa lot of material was found on msdn.Microsoft.com ...Show All

  • Windows Forms datagridview and checkBox cell

    I've a mysql database, that is connected through MySql Connector. Database works fine for all insert, delete update. In some tables of my database, i've some records that are marked like "true" or "false", and i need to show them on a datagridview by a checkBox, that must be checked if value in table is true and unchecked if false. I try like follow: myAdapter = new MySqlDataAdapter("SELECT LastName, Values FROM  myTable",  myConn) ...Show All

  • Windows Forms OpenFileDialog & Custom control

    Hello! This is my problem: I have create a control, and i would like to know , how create a properties to select file(with openfiledialog), who open an openfiledialog The same thing that i create a property bitmap, but for other file type. I hop that you understant my question, Thanks, Wavemill I'm not shore about your question.... private OpenFileDialog ofd = new OpenFileDialog(); public string FileName ...Show All

  • Software Development for Windows Vista CBaseFilter derived class plays video great, but the audio goes silent after a few seconds...

    Hi all, I have built a filter, derived from CBaseFilter, with two input and two output pins (audio and video IO). The IO pins I derived from CBaseInput and CBaseOutput pins. I have different classes for audio and video pins: i.e. I have 4 types of pin; Audio In, Audio Out, Video In, Video Out. All testing to date has been done in GraphEdit using a webcam & associated mic for input, and default sound & video renderers for outp ...Show All

  • SQL Server Connecting Surface Area Configuration to server on Clustered Server

    I've run into a problem after upgrading production servers running under Microsoft Cluster Server, Windows Enterprise Server 2003 SP1, and SQL Server 2005 SP1 Enterprise Edition. Once I completed the upgrade and applied the patch, I needed to examine the values set in the Features component of the Surface Area Configuration tool. The tool attempts to connect to localhost\instancename, but reports the following error: An error has occurred ...Show All

  • Visual C++ What are the differences...

    ...between Win32, MFC, and Shell programming   Which one should I learn first   Thanks! The book that got good reviews is one from Adam Nathan: http://www.amazon.com/gp/product/customer-reviews/067232170X/ref=cm_cr_dp_pt/103-0068571-7884610 %5Fencoding=UTF8&n=283155&s=books But you may also want to consider: http://www.amazon.com/gp/product/013046130X/103-0068571-7884610 v=glance&n=283155 ...Show All

  • Windows Forms Printing entire TextBox.Text, highlight selection

    I've written code that prints a TextBox to the printer, that works fine. What I'd like to do now is to use the TextBox.SelectionStart and TextBox.SelectionLength to print a light-grey background underneath the selected text. I've used MeasureString to print each page individually, but I can't figure out how I can get the X,Y position of where the character at the SelectionStart position would be. Can anyone help Here's my print code in c ...Show All

  • Visual Studio 2008 (Pre-release) How to use List and Table

    In a previous thread (Replacement for TextFlow) I was mentioning replacing TextFlow with TextBlock. Though I was able to use TextBlock for the inline elements (bold, hyperlink etc.), I couldn't find a way to display block elements (list and tables). How can I display them without using FlowDocument Thank you. I have solved the problem a couple of days ago by using FlowDocument and styling the viewer. However, because I intend to use ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Problem loading an X File

    I'm trying to break into the world of game development, but I'm having a spot of trouble with creating my own content and I don't know where else to ask for help. I have a sample engine and I'm using 3ds Max to create a custom level, I'm using the Panda Exporter to export to a .x and I've used it on the sample .max file the engine author provided, so I know the issue is not the exporter settings. The problem occurs when I call D3DXLoadMeshHie ...Show All

  • Windows Forms OFFICIAL SURVEY about your usage of the .NET Framework documentation!

    Hello -   I'm conducting an official survey about your usage of the .NET Framework documentation. In particular, what programming languages do you filter on. Your answers will be used to help improve the documentation viewing experience. When reading the surv ...Show All

  • Visual C# How to read big text file fast ?

    I woulk like to convert this C++ code to C# code : int cols, rows; double value; ifstream file(path); file >> rows >> cols; for ( int row = 0; row < rows; ++row) {     for ( int col = 0; col < cols; ++col)    {       file >> value;    } }   This code is used to read Digital Elevation Model, so the text file is often 30mb and can be ...Show All

  • Visual Studio Express Editions Error everytime I try to run

    Every time I try to run my program I get this error: http://img195.imageshack.us/img195/9966/error9mw.png No matter how simple it is, it will never work. Any help would be great, thanks. Is the compile working Can you run the program if you run it from the file system How about if you select 'Run without debugging' ( CTRL-F5, from memory ) ...Show All

  • SQL Server SSAS: Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))

    Hi, Iam getting Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)) error, when Iam trying to browse a cube in the SQL Management Studio or the Business Intelligence Development Studio. Please let me know how to resolve this asap. Iam able to query on the cubes using mdx, but to see the pivot table view or browse tab, iam getting the above error. Iam using SQL Server 2005 and Visual Studio 2005. Regar ...Show All

©2008 Software Development Network

powered by phorum