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

Software Development Network >> Andrey Kolobov's Q&A profile

Andrey Kolobov

Member List

DomiS
PatrickDN
JonTec
Ken McCullough
Mark Phelps
Sameer Seth
Mark q jones
Simon T.
Meatball
Jeroen Bransen - J-Thread
Ron Walker
wootaR
Facri
GavinRitchie
jg3333
RobD
tig281075
Dave Waterworth
Praveen Bala
fredz28
Only Title

Andrey Kolobov's Q&A profile

  • Windows Forms winforms Login

    I would like to ask a question I am new to vb 2005 I would like to set up the login form to autenticate to the sql database. i have a table called user which has the username and password and i can not find the code to authenticate to that table and then would open a new form. Please any help would be Great   R2ks wrote: The database has a table called "user with username and password" You're kidding right   I would just name it 'users'. Regardless, it is basically the same way in 2005.  Please post your code so we can see where you might be going wrong. Greg ...Show All

  • Visual FoxPro only VFP can control VFP

    is there a posibility that we can open a VFP appilication at a remote location without using any 3rd party software like pcanywhere .  Example...I am at the server and want to re-open a VFP client application which is closed by the user at the client PC.  i am using winsock for the communication between my VFP server applic. and VFP client applic.  pc How could we do that Is anybody has an idea ... Because I want my VFP Applic. contolled only by VFP. Thanks for any help Madix T. To get your client process kicked off on the machine, you could do something along these lines. <code> Local lcTime , lc ...Show All

  • Windows Forms Vertical Line like in Installshield wizard

    hi, how can i divide the form like in the installshield wizard. Which windows forms control can i use for that. Kind regards carson Hi, If you are talking about the vertical line that come overs the wizard buttons you can do following... Add a groupbox set its text property to empty and height to 3, it will look like the same as install shield line. How ever its not a very good solution but it is. Hope this help. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. How Use DirectX Draw a 2D Polygon which have a hole?

    In C# We can Use SetClip() To draw 2d polygon which have a hole, But In Direct It's seem very hard to complete. If the hole is defined mathematically, you can use pixel shaders to clip() pixels that you don't want rendered. If it's defined by an artist, texturing is probably the way to go, combined with alpha blending or alphakill. ...Show All

  • Visual C# txtbox

    hi,   i want to enable my 2nd textbox and button after the input on my 1st textbox. i am doing it in C# and ASP .NET.   i tried this code but it didn't work. private void textbox1_TextChanged(object sender, System.EventArgs e) { textbox2.Enabled=true; button.Enabled=true; } Did you set a break point to make sure this code was called When you say 'didn't work', what happens I just mocked up a project, with two textboxes and a button, set one textbox and the button to Enabled = false;, created the text changed event and set them to true as your code does.  It works perfectly.  I reckon the ...Show All

  • Visual Studio Express Editions you must have a license to use this activex control

    I'm very new to C# so this is probably a simple thing. I am working on a project that uses an activex control and some other third party dlls. Whenever I click on the main form window I get an error telling me I must have a license to use this activex control. Of course, I do have the license but it isn't doing it's trick. Some background.... The sample source I'm working on was created in an earlier version of visual studio. The sample was "upgraded" when I loaded it. The sample does compile and run just fine but I can't edit the main form because of the error. I'm using visual studio 2005 express for C#. ...Show All

  • Windows Forms Changes to AutoScale & AutoScaleBaseSize

    When I compile a program in VS.NET 2005 Beta2, I saw the following error : Error 205 Warning as Error: 'System.Windows.Forms.Form.AutoScale' is obsolete: 'This property has been deprecated. Use the AutoScaleMode property instead.  Error 206 Warning as Error: 'System.Windows.Forms.Form.AutoScaleBaseSize' is obsolete: 'This property has been deprecated. Use the AutoScaleDimensions property instead.  I checked the AutoScaleMode enum and don't know how thay are mapped to the old AutoScale property. The AutoScale is a bool property, while AutoScaleMode has four members, which one could map to "AutoScale == tru ...Show All

  • SQL Server Creating an SRS Report

    We've been developing in .NET for some time now, and I'm currently working on a large project which uses a mixture of VB.Net and C#.Net objects. I'm considering the use of SRS instead of Crystal Reports for all the reporting in this system, either way the reporting is fairly straightforward stuff, not really complex reports.  Because the reporting is simplistic, I want to use someone who is not a programmer to develop the reports, I have confidence that she can produce the reports as she has done som Crystal Reports in the past.  However, I cannot figure out how to develop the reports.  It appears that she will need ...Show All

  • Visual Studio Background Image Problem

    Hello All, I have defined page which has is of 842 595 pt in dimension. I have an image which is 842, 595 pixels in dimension. when I embed this image and make it as a background, I see that the image gets tiled. even upon saying "no repeat" for background repeat. this is very basic scenario. Can anyone tell me why is the image getting tiled regards, Abhishek. Is your problem with Report Designer or Report Viewer Report Designer always shows the background image as tiled, even if you specify "no repeat". This is a known issue, however, it only affects the display in the ...Show All

  • SQL Server Transactions, package.transactionOption=support

    I want to use transactions to protect my tasks. I have ten tasks that need to be completed in a single package. If any of the tasks fail - I need the entire process to rollback. I have 5 execute sql tasks to truncate groups of tables in my destination database. After each of the single truncate tasks - I use data flow tasks to copy the data from the source to the destination db. Both dbs are on the same server. I am basically copying the entire db - with the exception of a few tables. package.transactionOption = required , and all tasks transactionOptions are set to supported. Several questions. It seems to hang on the firs ...Show All

  • Windows Forms autocomplete AND dropdownlist combobox

    I want to give the user the functionality of the autocomplete, allowing them to enter one or more letters and receive a list of possible entries, whilst also ensuring that the user can only select an item from the list and not type any old thing. I know that I cannot use the dropdownlist list option along with autocomplete, but how can I make sure that the user does not enter invalid data Basically, at all times during the edit process, I want the data in the combo to be valid, so if a user enters invalid data, maybe the previously selected entry should be selected Whatever works best. I want to have the functionality of both autocomplete a ...Show All

  • Visual Studio Team System please help with web recorder

    Hi! I'm trying to record webtest. 1. Create new web test 2. Window of recorder (IE) does not appears 3. Script is not recorded What solution can you suggest to resolve this problem Thanks for your reply! I'm wondering if the recorder has started but is hiding behind another window. Does a web test open in the IDE with a status bar across the top that says "Recording..." If so, does a link appear on the web test status bar that says "Show recorder" If so, click this link and see if the recorder appears. Thanks, Rick ...Show All

  • .NET Development Network Development Kit

    Can anyone reccomend a good NDK for VB.NET 2005 The application will be multi-user and will include database access (server-side) as well as file transfer. Thanks for your comments. This is a good place to start:http://msdn2.microsoft.com/en-us/library/w89fhyex.aspx It has both async and sync socket code examples. You may also want to look at the WebClient class that abstracts away much of the socket details. ...Show All

  • SQL Server Microsoft SQL Server 2005 CTP Setup - Could not open a connection to SQL Server [2]

    Hi, Here is the error that I get during install. Does anyone have an idea how to solve this /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ TITLE: Microsoft SQL Server 2005 CTP Setup ---------------------------------------- SQL Server Setup could not connect to the database service for server configuration. The error was: [Microsoft][SQL Native Client]Named Pipes Provider: Could not open a connection to SQL Server [2].  Refer to server error logs and setup logs for more information. For details on how to view setup logs, see "How to View Setup Log Files" i ...Show All

  • SQL Server remote queries (linked servers) wait or timeout during a DBReindex of any table/index

    SQL2000 SP4 - build 2039 and also tested with a newly applied build 2162 It looks like when a SQLMaint optimization job OR a DBCC DBReindex is executed on ServerA, remote queries (at least using linked servers) to ServerA do not work.  They wait until the DBReindex is complete or until the connection (if connection has a specified timeout) times them out. Why can I not execute a remote query during an index rebuild   The query being run in the remote connection is very simple and does not read a table being 'reindexed'.  IE, I can run the same query locally during the reindex and it works. My int ...Show All

©2008 Software Development Network