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

Software Development Network >> Vassily L's Q&A profile

Vassily L

Member List

vjr
Steven.Dahlin
Gavis
prosimma
Tamsenuk
Juantana
mr Umesh kumar
Wolfgang Henrich
kuldeept
LotusP
RogerJD
Sreekk
hpassant
JustALearner
ThBeer
thadwald
fhedberg
Abongs
Dreslough
Chun Xiong
Only Title

Vassily L's Q&A profile

  • Visual Studio Express Editions change of size of PictureBox? (error in code, or in .NET2.0?)

    Hi, I have a simple project in WinForms (C# Express) .NET 2.0: vo form I have inserted panel (panel1) and in panel there is PictureBox1 Panel1 has property Dock = Fill PictureBox1 has property Dock = Top on Resize event for picturebox I have: /*----------------------------------------------------------------------*/ 1        private void pictureBox1_Resize(object sender, EventArgs e) 2        { 3                Image newImg = new Bitmap(panel1.Width ,panel1.Height ); 4 &n ...Show All

  • SQL Server Problems running SQL Agent Jobs & SSIS Packages

    I'm having some difficulties with the SQL Agent and running my SSIS packages. At present, I have several packages that import data from Oracle, a few that use a JODBC connection and several more that transfer data from other SQL servers (2000) I originally had the SQL Agent log in as a System Account, and although the pacages run fine if I manually right click and execute them, if I add them to a Job they fail with a login error. I then changed the login details to my domain account and the Jobs that run accross the SQL servers run fine. However the others that use Oracle and JODBC still fail with login errors. I've tried creating Credenti ...Show All

  • Visual C# Visual C# Look and Feel nice in XP, ordinary in 2000, why?

    Hi, I downloaded and am running Visual C# Express on my Windows 2000 machine. At first, I was slightly taken aback by the clumsy, clunky look of some of the dialogs in the IDE itself. That is, some of the buttons were strangely large and the size of some dialogs just didn't come anywhere near the professional, smart look of say, Office 2000. For example the "Edit Rows and Columns..." dialog if you right-click on a TableLayout panel. I'm not being picky here, I'll send a screenshot when I get home - it looks quite unproportioned and particularly ugly ;-) I have 1152x864 resolution. I was guessing that it was something to do with the ...Show All

  • Visual C++ Problem calling JavaScript from C++

    Actually, all examples where you use a UI button for a JavaScript call work; but when a call is done without any button being pressed, there's an error! The program does a JavaScript call when window loading is complete: DWORD WINAPI CallJScriptLater( LPVOID lpParam ) {     CHtmlCtrl* a = (CHtmlCtrl*) lpParam;     CStringArray strArray;     strArray.Add("Picture@500");     strArray.Add("Video Clip@200");     strArray.Add("Some more@50");     // first element in array     // Name @ size @ free_space     strArray.Ad ...Show All

  • Windows Forms Flicker Main Window when closing a second window

    Hi All, I have the following problem: From my main window I show a second window dim frm as new Form frm.showdialog .... When the second window is closed the main window flicker and I see for a very short time the windows desktop. The Problem is in in both .Net 2.0 and .Net 1.1. How can I prevent this Thanks. Hi, Is there any chance that you are hiding and showing your main from anywhere in your code Would there be difference if you just use the show instead of showdialog     cheers, Paul June A. Domag ...Show All

  • Visual Basic Click-Once is not so simple...

    ok, here's the problem: i'm using VB.NET 2005 beta 2 all working nicely. i've made an app, debugged it and it runs all nice from the normal exe. but when i went to publish it, it seemed to work all fine until the installation page opened. i try to launch it but it says the "application is improperly formatted". clearly it isn't because i have run the bin exe many times. now, not only does the publishing not work, but when i go back to run the normal bin exe i get another error, once which has never appreared before! it compiles fine, BUT i receive an error saying that the project can't be run: "application configuration is incorrect". s ...Show All

  • Windows Forms app from website - not trusted?

    Hello If I publish an app to my website, when I try to install it, I get an error saying "application has been blocked...high security risk". Is there any way around this Thanks Hopefully I can clear up the signing issue for anyone currently trying to mess around with Click Once. - Click Once apps  require Authenticode digital certificates to be signed. - This is because under Windows SP2 all programs downloaded over the Internet are checked for a certificate so that the Publisher (that means you or your company) can be verified. You have 3 Options : Option 1. Make your own certificate that will acco ...Show All

  • Visual C# Which is better?

    i'm currently developing a Multiple Choice Question(MCQ) application in C#, where student can practise their lesson & participate in an test exam. The test exam will be generated page by page. In each page there will be 2 questions(read from database); there may be more than 100 questions. So tell me which one is better: 1) predefined form for each two questions( it will take 50 forms) 2) forms & control will be generate at runtime 3) A predifined form + only generate necessary controls(Label, button etc) at runtime Please Help & Encourage Me. cgraus, please can u explain me a bi ...Show All

  • Visual Basic How to open a dialog dynamically

    I want open a user written dialog of which I determine the name only at runtime. This means I have Dialog name in a string variable. Normally I open the various dialogs using a Select Case statement, but it seems that this coding can be a lot more simple if I can solve something on the New part in the following snippet dim DialogToOpen as string dim dlg as new form DialogToOpen = "Dialog1" dlg = Dialog1 <---- this is where I need some advice if I could write: dlg = DialogToOpen that would be the answer, but you cannot assign a string to a dialog object! Or maybe you can if dlg.showdialog = dialogresult. ...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&n=507846&s=books&v=glance For MFC in particular, there's also: http://www.amazon.com/gp/product/customer-reviews/032117352X/ref=cm_cr_dp_pt/103-0068571-7884610 %5Fencoding=UTF8&n=283 ...Show All

  • Visual Studio Team System What is an area?

    I was just testing team explorer and all the menus, and I see an option where you can add Areas and Iterations, could somebody give me a brief explanation of areas in sofwware development in cmmi Thanks Areas are a way to divide a software product into features & subfeatures. For example, the area path for one of my bugs might be something like: VSTS -> Team Foundation Server -> Version Control -> Client UI -> Branch Dialog (smaller projects probably wouldn't need to go 5 levels deep) Iterations, as you probably guessed, are more for tracking development over time. They're commonly referred to as "milestones ...Show All

  • Visual Studio Team System VSS Migration Error

    Unable to write to SQL Server: .\SQLEXPRESS due to Error: The size (4969) given to the parameter 'Mappings' exceeds the maximum allowed (4000). This popped up twice and prevented my migration from going through. You'll notice the link goes no where. So, any clues/suggestions on what to do next Thanks, Drew Umm, little help here Tryin' to migrate over by this weekend and this is currently the only show stopper. Here's more detail from VSSConverter.log: [VSS, Perf, 3, 2006/04/21 23:56:46.617] Time taken to Read Metadata::00:42:40.8095031 [VSS, Perf, 3, 2006/04/21 23:56:46.6 ...Show All

  • .NET Development looking for a good XML schema wrapper tool/code generator

    We extensively use XML schema in our application, exchanging XML instances between the client and the server. We create typed dataset wrappers on top of the schema to speed up the development. These wrappers are just used internally and are not exchanged between the system components. Some features enabled using the typed dataset as a wrapper are missingin from the classes generated by XSD.exe so we dont' use it. On the other hand dataset aren't so good at managing schemas with imported namespace, any and so on. Is there any third party tool that is able to create rich and complete wrappers around XSD schemas We are ...Show All

  • .NET Development DataReader already open on connection - Error

      Hello all, VS 2005 Beta 2 C# Class Library Component with DataSet instance and SqlTableAdapter instance. My code is calling table adapter .Fill() from two places (one in code during processing, another on WinForms binding to a DataGrid). I get this : A first chance exception of type 'System.InvalidOperationException' occurred in System.Data.dll 'this.Adapter.Fill(dataTable)' threw an exception of type 'System.InvalidOperationException' base {System.SystemException}: {"There is already an open DataReader associated with this Command which must be closed first."} salesLotStatusTableAdapter1.Connection I've found a few result ...Show All

  • Visual C# How to display some ListViewItems with ghosted icon? Or how to reduce the opacity of an icon?

    I have a ListView in which I display some file names with their respective icons. For few of the Items I want to display their icon as ghosted. The ghosted effect is the way icons are displayed when you cut some item in the Windows Explorer or the way Windows Explorer displays hidden files. I do not have static icon files, instead I am using the Win32 API SHGetFileInfo and ExtractIconEx to get the icons for the file names.   The only place I could find this being done was in IShellFolder::GetAttributesOf(). But as this application is not a shell extension I don't see how I can use this.   Any ideas or suggestions would ...Show All

©2008 Software Development Network