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

Software Development Network >> Lazureykis Pavel's Q&A profile

Lazureykis Pavel

Member List

mohsin649
mlindemu
ljenner01
Javalier
robert okoroafor
Mike Q
C Senthil Kumar
Krzysztof256
Morel Chang
Eugene Ostroukhov
SAM SAM
brian7339
Ronen Tidhar
Giri T
Bryan Yoo
Chinh Nguyen
mrjoeclark
DavidG
pravee
J.auger
Only Title

Lazureykis Pavel's Q&A profile

  • Visual C# About Conditional Compilation Constants ?!

    Hello all, I will transfer the project from VS2003 to VS2005. Is there any Conditional Compilation Constants   has difined for VS2005,so we needn't difine it and use it directly. I hope some one has been write the code like this: VS2005 is defined by me in the properties of the project #if VS2005 //comiple with VS2005 #else Compile with VS2003 #endif A better way is to do this with project templates. ...Show All

  • Visual C++ How to change the text color in Edit control when it is disabled?

    In my program, I try to change the text color in a disabled Edit control, but it always show me the default color. Follow is my code: HBRUSH CMainWnd::OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor) { HBRUSH hbr; if (pWnd == &m_edit) { hbr = CreateSolidBrush(RGB(255, 255, 225)); if (nCtlColor == CTLCOLOR_EDIT) { pDC->SetBkColor(RGB(255, 255, 225)); pDC->SetTextColor(RGB(0, 255, 255)); } else if (nCt ...Show All

  • SQL Server DATABACK UP

    How can i backup the full database to another diffrent server Sorry for the delayed response. Look for the WITH MOVE Option in the BOL in the section for RESTORE DATABASE. (Please indicate the thread as solved if it is) HTH,Jens Suessmeyer. ...Show All

  • Windows Forms mess up lisbox during looping.

    I don't know if it's a bug or not but i have a listbox with some items in there. on the click event of the listbox i put a while loop. what happens is that the listbox automatically highlite the last item. You can test that on ur VS2005. Is there a way to fix that "i put a while loop". Please show us the loop so we can test it too. ...Show All

  • .NET Development Window VB.NET POPUP ALert

    Hello There, I have been trying to develope an popup alert like we have for MSN messanger. I am able to make taskbar icon working in the background, also develope the code to display alert. What I did, I have stored the alert message with some flag in the database and developed an application which keeps checking in the table for the perticular condition to be set true. As the condition become true it show the popup. Problem: My applica ...Show All

  • Windows Forms Can't get images on toolbar buttons when running

    Hi everyone,  I have a VB.net application that has a toolbar with several buttons.  The first two buttons are the standard "save" and "print", with those typical images.  My problem is they show up and work fine in the form designer,& ...Show All

  • SQL Server Flat File Source Queston

    I want to read the following file using the Flat File Source flow: 10000 Router 20000 Hub 10000 Switch 30000 Server 40000 Harddisk Spaces are used between the numbers (e.g. 10000) and the following text (e.g. Router). Each line is temrinated by a {CR}{LF} pair. I would normally think of this as a "fixed width" file. But in the Flat File connection manager, if I use format "Fixed width", the preview shows a ...Show All

  • Windows Forms Dumb Question - Clearing Form.Icon

    How can I clear the Form.Icon property value so there is no icon showing in the title bar   Tried giving it a 1x1 icon with the proper transparency and it keeps stretching it to 32x32 and leaving a gap before the title bar text. ...Show All

  • Windows Forms Inheritance and designers

    I have a class 'SyntaxBox' which extends richTextBox to do some rudimentry syntax highlighting. How do I determine what designer richTextBox uses inorder to inherit it Apparently you did. Now all I have to do is figure out how to completly re-implement it... ...Show All

  • SQL Server Scope Problem

    I'm having trouble with the following issue under RS for SQL 2005.  I've spent about 6+ hours researching it trying to find a way to handle it correctly. I have a report that pulls data from individual line items on contracts.  I'm using a table group to group the records into monthly summaries.  I'd like to divide the report.total quantity/number of months to get an average monthly sales quantity. Here is a sample of the last few ...Show All

  • Visual C# socket exception

    ok made a very very good class server it can handle to 3879 clients but when it reach 3880 it throwes an exception like that says that it cant perform operation on a system socket because the socket`s quenque is full hi, you can ask this question in .net networking forum http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=40&SiteID=1 ...Show All

  • Windows Forms designing a gui with panels

    I want to create an application with a menu system like outlooks, where you can click on a button or image and the contents area will display a different "form".  how would i go about starting this Rick I've answered a similar question in this thread: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=182878&SiteID=1 ...Show All

  • Windows Forms Best practice? Use panels or other method?

    Hi, I'm designing a Windows form that is divided vertically by a vertical splitter. On the left hand side is a TreeView. On the right hand side I want to (ideally) display one of two forms and have the form completely fills the remaining a ...Show All

  • Visual Studio Is there Noone capable of answering this question on this forum?

    I have posted this question on several forums and in several newsgroups including this one. I recieve no answers other than is it a legal copy or is on cd or other such ***. Is there anyone capable of answering the question here, can I install this on my machine or not The same post I have posted everywhere else: I purchased visualstudio .net from the microsoft alliance at my school and can't get it to install on my machine, a celero ...Show All

  • Visual C# Get resource without knowing absolute path

    Hi all, I'm working on a C# windows application. I want to get access to a file in my application. This file is in my project and I want to access it without having to put the hard-coded full path. So, I want to do something like : <code> Assembly a = Assembly .GetExecutingAssembly(); Stream stream = a.GetManifestResourceStream( "KwenTest.resources" ); </code> But after this, I want to know ...Show All

©2008 Software Development Network

powered by phorum