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

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

Andrey Titov

Member List

jcdotcom
Cogz
Railmonkey
Aldwin Enriquez
csharphelp
ML0527
ASP.Confused
zpjim
GutRipper
Newland
ytandeta
Charl
ZeroNET
P MOORE
skrvigneshkumar
jimON
mohammad mehdi arvan
avm
sacherel
a-man-da
Only Title

Andrey Titov's Q&A profile

  • SQL Server New Query Connect Dialog

    The "Microsoft SQL Server Management Studio" opens a connection dialog with every new query. Please tell me there is setting to prevent this. Thanx, Greg The popup of the dialog is related to your current context. If you have object explorer open and a server connected then the query will be connected to that server. If you have an existing query window connected it should connect to that server. If working disconnected then you will get the pop up. ...Show All

  • Visual Studio Team System Can't Run Unit Tests for Data Access Layer w/ SQL Server?

    I've been starting to do some unit testing with VSTS for Developers and it seems like I didn't get very far before I hit my first roadblock! I would like to create some unit tests for my applications data access layer.  However, when I try to create the connection to my SQL database, Visual Studio gives me the following error at design time: 'SqlConnection' is ambiguous in the namespace 'System.Data.SqlClient'. As it turns out, any reference to any methods in the System.Data.SqlClient assembly returns the same error in VS.NET which means it won't be ...Show All

  • Visual Studio Express Editions Uses of VC++

    What does it mean on the download/install page where it says: "You can use Visual C++ Express to build powerful .NET Framework applications immediately after installation. In order to use Visual C++ Express to build Win32 applications, you'll need to take just a few more steps." And is there a button to compile and run your C source code without messing around in a cmd window Hi! It's advertisement :) Visual Studio have "Run and Debug" button by default on toolbar (F5) and Ctrl+F5 used to "Run without Debug". It will compile source if necessary. ...Show All

  • Windows Forms Redrawing buttons...using inheritance

    Hy, I'm interested in How can I iherit and redraw a controll > button, textbox, toolstrip menu etc. I have been searching for tutorials and documentation and I haven't found anything yet. I'm trying (for example) to make a hexagonal button.> to redraw it (not to draw one whith the gdi....i know how to do that)....I whant to inherit it from vb and redraw it... How hard is this Are there any tutorials Have you done this before Ok...i'll be more precise: I know that visual basic offers the possibility to "work" with the properties of buttons, menus, forms... What I whant to do is,<an example> shape  a button how I whant.. ...Show All

  • .NET Development Problem to access web service via ISA server

    Hi, I have the problem to access web services. The machine is behind the ISA 2000 server. When I try to add web reference, it will pop up the screen to enter the username and password. However, I enter the the username and password for our domain, it comes up the following message "The request failed with HTTP status 403: Forbidden ( The ISA Server denies the specified Uniform Resource Locator (URL).  )." Should I configure the ISA to allow the traffic or Can I program the system to invoke web service via our proxy server. Advanced Thanks for people who replies. Cheers Erwin If you will need to access the webservice through an ISA ...Show All

  • SQL Server 264] An attempt was made to send an email when no email session has been established

    Is there any way I can get sp1 please. I'm getting the same error no matter which email method I use. Thanks Sam I have installed the March CTP SP1 and I am still getting the error "An attempt was made to send an email when no email session has been established" as before. ...Show All

  • Visual Studio 2008 (Pre-release) Research for WinFX or Avalon in visual studio 2005

    Dear All, I am working on Avalon program which is intergrated into VS.Net 2005 but I don't have all feature to research. Can you give me all document to design form on that. I'm designing a form which have some controls such as listview, listbox and tabcontrol. In that I create each dockpenal for them and when I run that form I only see scroll bar on listview and listbox while tabcontrol don't see anything. Can you help me to create a scrollbar for tabcontrol I look forward to you relay as soon as, Thanks, Starfo One more topic that may help: http://windowssdk.msdn.microsoft.com/library/en-us/wpf_conceptual ...Show All

  • Visual Studio Tools for Office How can I insert and work with images?

    I have a program running on a linux server that serves out barcodes for reports. I created a web service in c# that grabs the barcode graphic from the server and returns a base64-encoded string of the barcode image the server creates. I want to insert this graphic in the upper-right hand corner of the word document and I'm thinking the header is a good place for it, but I'd also like to consider positioning a floating image as well. I've been doing some reading and playing around; By using a bookmark, I've gotten the grahic inserted in the header (the barcode graphic, once inserted should appear in the same place on all pages of the doc, ...Show All

  • SQL Server SQL2000 Linked Server to Oracle

    Server: Msg 7399, Level 16, State 1, Line 1 OLE DB provider 'MSDAORA' reported an error. The provider did not give any information about the error. OLE DB error trace [OLE/DB Provider 'MSDAORA' IUnknown::QueryInterface returned 0x80004005: The provider did not give any information about the error.]. Searching on this error I get tons of hits, I have read through them all and tried every posted suggestion, however I still am unable to get this to work. The strangest thing is that I CAN browse the tables on the linked Oracle server from within Enterprise manager, I only get the error message when I try to use Query Manager to do a select ...Show All

  • Visual C++ Regarding ALignment of structures

    Hello All,                    Happy New Year to all you. I want to know alignment of strutures. I have tested on my VC++ compiler that changing the declarations of data memebers with in a structure changes the size of the structure itself. Even i know that this is byte ordering stuff related. But pls can anybody make me understand all the whole story about storage of unions and structures. How actually alignment is done, why it is needed.pls ellobrated this by showing the memory representations, the way bytes are alloted to structure data members. ...Show All

  • Software Development for Windows Vista Windows Photo Gallery Problem

    I dont know what happened, but When the Photo Gallery isnt in Slideshow mode. it will not display the picture i want to see like so.... IMAGE As you can see, it says the picture SHOULD be displaying but it isnt. Can someone help me troubleshoot this it doesnt matter, all images will not Display. bmps, gifs, jpgs, jpegs, png, etc. ...Show All

  • Windows Forms MDI Child closed but MDI parent think other

    Hi, I have strange problem that the mdi child are closed but when I open new mdi child I see the buttons of previuos MDI childrens. I checked and found that no reference in MDI parent to MDI child. Why this is And how can I solve it Thank's, Alexei Hi, If you defined the child form as a variable (say its name is FrmChild ), use this method before show it : FrmChild Variable = New FrmChild ...Show All

  • Windows Forms DefaultCellStyle.Format for an unbound row doesn't work.

    I add a DataGridView to a form and use the IDE to set the DefaultCellStyle.Format for one of the columns to "C2".  When I run the form, I can enter any value of any type and nothing gets formatted or validated. I tried setting the value in the form's constructor as well, but the results are the same.  Why doesn't this work     Assuming this is unbound... Usually a cell format problem has to do with the underlying Type of the cell. I would suggest trying to set the ValueType of the column to something specific - I think the default is Nothing. If you are unsure, try setting i ...Show All

  • Windows Forms Windows Service Question

    Hi I have built a window service program that needs to read the current user logged on. And one of the problem with this is that in each computer in my office there may be more than 1 users foreach computer. So here are my questions: 1. How can I get the currently logged on user using .net 2. If say the first user logged on for e.g. A, then log off, after that B log on, how can my Window service detect that or in other words I want to know if there is any way in my Window Service program to detect if any user log on OR log off and then do something with it. Is there any event gets thrown when a user log on OR log off. Please direct ...Show All

  • SQL Server Data Source / ODBC error

    Hi all, My replication of those SQL 2000 servers gave errors: Data source (11): General Network Error. Check your network documentation... and ODBC (08S01): Communication link failure. The replication was across the WAN. I don't know where to start to troubleshoot this problem. Please help! Thanks in advance. John Oh, by the way, if you can't get it to work, I suggest starting a new thread, because some people will see this thread as answered, and not read it. Cheers. ...Show All

©2008 Software Development Network