Software Development Network Logo
  • Windows Vista
  • Microsoft ISV
  • Smart Devicet
  • .NET Development
  • IE Development
  • Visual FoxPro
  • SharePoint Products
  • Visual Studio
  • SQL Server
  • Visual C#
  • VS Team System
  • Windows Forms
  • Audio and Video
  • Game Technologies
  • Visual C++

Software Development Network >> Ivan F. Skripov's Q&A profile

Ivan F. Skripov

Member List

Cian
ADHDsowhat
Robet
Derek Smyth
Michael J Brown
Turg
BDev13
AnnNeedsHelp
Meghan
Kent Boogaart
FredMunro
JiltedCitizen
RyanB88
Binu Jeesman
Skurcey2
Ken Villines
kevin D. white
IanR
M. Shariq Muzaffar
Mark Ornelas
Only Title

Ivan F. Skripov's Q&A profile

  • Visual Studio The expression cannot be evaluated while in design mode

    I have only one window open and it is a vb document. I never use design mode for anything (with exception to SOME windows GUI interfaces... but none in this project). IF I am not in design mode... and ONLY use text editors... how can I get this message: The expression cannot be evaluated while in design mode. Is this a MSFT BUG or is there a way to be in design mode without actually using the designer, attempting to engage it, or actually using anything non-text to write a program Your name sounds very familiar... a while ago I saw a product Q&A Session for new features in VB .NET 2.0 (I can never find the same thing twice on the microsoft site... don't know why). Is that where I might have seen your name ...Show All

  • Windows Forms Problem with WindowHandle

    Hello, I found the below code on the internet, I want to use this to hide my notepad, Well, the hide part works very well, but to restore it doesnt work.. Now i tried separate numbers but none of them worked. So i would like to ask, does somebody know a way to fix this Or do this otherwise using System.Runtime.InteropServices; using System.Diagnostics; namespace WindowsApplication1 { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private const int SW_HIDE = 0; private const int SW_RESTORE = 9; private int hWnd; [ DllImport ( "User32" )] private static extern int ShowWindow( int hwnd, int nCmdShow); ...Show All

  • Visual Studio Team System visual studio 2005 install

    when i am installing vs 2005 i enter service account and report acount and then he said me that my service account is not valid errpr 28004 how can i fix it Hi, If the service account is not a domain account (ie. local machine account) you may see this error. Check out this thread for more info: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=262730&SiteID=1 -Matt ...Show All

  • Visual Studio 2008 (Pre-release) conditionnal trigger

    Hi, I'm trying to put the odd rows in gray and the even rows in white in a Listview, I found a similar sample, but it was done with a list box and the style triggers where data triggers. Is there a way to have a conditional trigger with "If row%2 = 0" then Background="gray" or am I forced to do it dynamically in the code The sample is: < Style TargetType = " {x:Type ListBoxItem} " > < Style.Triggers > < DataTrigger Binding = " {Binding Path=State} " Value = " WA " > < Setter Property = " Foreground " Value = " Red " /> </ DataTrigger > < MultiDataTrigger > < MultiDataTrigger.Conditions > & ...Show All

  • Visual Basic Keystroke Capture

    Hello, I'm trying to capture a keystroke in my application, however my code is not picking up any action from my Me.KeyPress event. Are there any setting I need to make for this to work Thanks yes... Me.KeyPreview=True this will allow the form to capture keystrokes when one of its child controls has focus Also if you need to capture control keys such as shift, control, backspace etc....then you want to use the KeyDown or KeyUp events ...Show All

  • Smart Device Development which connection is the active connection?

    Hi, I am using the connection monitor application block in my project. In this block, the ConnectionMonitor class has properties called ActiveNetwork and ActiveConnection. It seems like that when a new connection is discovered, the state changed event is fired, so if the connection was DTPT and later Wifi is turned on, the active connection would become wifi (and vice versa) Is this the expected behaviour Does this active connection agree with the connection used by the OS i.e. In the above scenerio, if I open a TCP/IP socket to an ip address, and the active connection is Wifi, would the socket go through Wifi (even though DTPT was there first) Tim This forum is intended to deal with issues directly rela ...Show All

  • SQL Server SQL Server 2005 Management Studio Keyboard throws DISP_E_EXCEPTION

    An Exception encountered in SQL Server 2005 Management Studio.Non-Aphabetic keys like Control, Enter, Backspace & Function keys are NOT working only within SQL Server 2005 Management Studio Query Window. When i tried to change the keyboard options (Tools menu ->Options - Environment->Keyboard), An DISP_E_EXCEPTIONis being encounterd Pls help me to resolve this regards Dhandapani Exception error means mismatch of .DLLs with the tools that are installed. You might try the same from antoher client's machine to see it is persistent, may be a problem with the downloaded file used before. ...Show All

  • Visual Studio Express Editions implicitly conversion

    why was implicitly conversion even made for ....i cant show a value of a int variable evne in a messagebox without braking my head how to do this...y it dont do it auto like visual basic do and whats it evne good for... ya ya i know you can do .ToString or .perse or someting like that but still but it usualy dont work same goes to the stoper...if i want to show its value i need to do .ToLongStringTime ... I still just don't get it...why you're a MOD in MS forums and not some l33t C# programmer in MS that work's on vista ATM but if not you who would help us out ^_^ thx ones again ...Show All

  • .NET Development -Using Sproc to insert rows in the DB and the Sproc returns identity columns to my dataset

    If we use sqdataadapter to insert data from a datatable into a table in the database using an SPROC. The Sproc also returns the identity column values that are created by the database. If those identity columns are called “IDcolumn” in the physical DB but in my dataset I call them “MyIdentity”. So IDcolumn is an output of my SProc I use : Pm.Direction= ParameterDirection.Output Then I use pm.SourceColumn property : Should I use IDcolumn” or “MyIdentity” Like this: Pm.sourcecolumn=”IDcolumn” or like this: Pm.sourcecolumn=” MyIdentity” Thank you No, it's always the column name in datatable/dataset. In the above scenario, it would be Pm.sourcecolumn=” MyIdentity” ...Show All

  • Visual Studio 2008 (Pre-release) cannot find Linq after having installed orcas

    Hello guys, I just installed orcas CTP Jan2007 and things seem to work fine .... but I do not find any trace of Linq. I went to add a refrence, there is no system.data.linq dll :-( I had installed the Linq may 2006 preview on VS 2005, and there it was, but now in orcas... nothing. Isn't this installed with orcas And if so, then what use for orcas ;-) Thanks a lot for any feedback - I am so excited to start working with Linq... Regards, Fabian Hello Fabrice, thanks a lot for your answer. I checked \WINDOWS\Microsoft.NET\Framework\v3.5.xxxxx and as you told the dlls are there... Buy why they are not presented under the .NET tap in the add reference window In fact non of the framework 3 ...Show All

  • SQL Server Suppress multiple space to single space..

    How do we suppress multiple spaces to a single space in T-SQL E.G. Field: FullName e.g. WOMENS HEALTH RIVER VALLEY JOHN FAMILY MED GROUP HERSH STWEART P. PARK HEIGHTS MEDICAL CENTER KOPP WHITEFIELD E The o/p wanted is HERSH STWEART P. Thank you. Yog: One way to do it is something like this: -- --------------------------------------------------------------------------- -- If suppression of leading and trailing blanks is not needed, remove the -- LTRIM ...Show All

  • .NET Development How to make global data thread safe ? Please Help...

    Hi friends, I seem to be stuck in a peculiar problem. I have a public static class with public static members (different array lists). The members are thus global in nature and accessible across the namespace. I have a worker function which is called asynchronously (so that there are several instances running per second) and which reads the different global members at different points of execution (not the entire set at any one point). I have a writer function which is used to set the global members and this is the only one in the application writing to these variables. It will write the entire set of globals when given control through a GUI event. I need a mechanism where if one instance of worker function is accessing any ...Show All

  • .NET Development How to get 64-bit MIDL files to work right?

    I have an IDL file that I wrote that builds and runs fine.  Now, we have a requirement to make our server run on 64-bit.  According to the MIDL compiler docs: "Use the /env win64 switch to generate 64-bit stubs only. The default is to generate dual stubs that run on both platforms." However, I do not find that to be true.  If I specify /env win64, I get 64-bit stubs.  But, if I don't specify anything, I do not get dual stubs, I get 32-bit stubs that have this: #if !defined(_M_IA64) && !defined(_M_AMD64) So, they won't build 64-bit. Help! We ran "MIDL /app_config xxx.idl" for the 32-bit files and then "MIDL /app_config /x64 xxx.idl" for the 64-bit files. ...Show All

  • SQL Server DMX vs Visual Studio

    Hi Are there any (important ) advantages of using data mining through DMX instead of Visual Studio 2005 on the SQL server 2005 /Dennis DMX is the only solution for querying the mining models, and BI Dev Studio also uses DMX in the prediction query builder. In general, as far as mining object manipulation is concerned, DMX and the XMLA-based Analysis Services Scripting Language (aka DDL or ASSL), the script used by BI Dev Studio, have similar features. There are a few differences, however, mostly deriving from the fact that DMX is designed as an extension for SQL, for application developers and, therefore, it is more concise (so that it can be embedded or generated by applications). ...Show All

  • SQL Server CHECKDB failed with DB ONLINE and filegroup read-only

    Hello everybody, I have a very stranger problem that I need to understand... I have one DB with 3 files and 2 filegroups (primary and FGTESTE). After to place FGTESTE filegroup as read-only, DBCC CHECKDB  (DBTESTE3) failed with error: Msg 5030, Level 16, State 12, Line 1 The database could not be exclusively locked to perform the operation. Msg 7926, Level 16, State 1, Line 1 Check statement aborted. The database could not be checked as a database snapshot could not be created and the database or table could not be locked. See Books Online for details of when this behavior is expected and what workarounds exist. Also see previous errors for more details. I noticed that if I kill all connections of the database DBCC w ...Show All

©2008 Software Development Network