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

Software Development Network >> Alxandr's Q&A profile

Alxandr

Member List

Jonathan Potter
OpenBlue
Maruis Marais
haba
Bene
MuddyTigerFeet
dyt
Dany C.
Madness
Sirkku
ISIMike
SinKwang Kang
WinFormsUser
Scott P. Lane
jtdesa
blackwing
master_pete
cobramatt
CodeNet
Lo1977
Only Title

Alxandr's Q&A profile

  • Visual C# Specify A Font in a file.

    Hi all ... new guy here. I've been able to specify an encoding for a StreamWriter, such as Unicode. Is there any way to specify font information when writing to a file Thanks! DB Yes, that's correct. So long as the default font supports all the unicode characters in your file, you'll be fine. If not, there's not a lot you can do, at least on the level of writing out a text file. Glad to help :-) ...Show All

  • Visual C# Outlook Bar in c#

    Hello, my question is GUI related, i hope i'm in the right place... Is there no standard control to build a toolbar like the one in outlook ( i don't really now how to call that, but let us call it the "outlook bar") thx & regards You should just use the System.Windows.Forms.ToolBar control. Is there anything specific that you need ...Show All

  • .NET Development problem saving DataTable to Access file .mdb

    Hi friends, I have a problem saving data from a DataTable to Access file .mdb. I used the following code: Dim dt as DataTable ....read dt from mydb.mdb OK ....show dt in a DataGridView OK ....modify data in the DataGridView and update the DataTable dt OK ...now I want save data to mydb.mdb: Dim cn As OleDbConnection, adapter As OleDbDataAdapter ConnectAndOpenDB(cn) 'this function open the connection with ...Show All

  • Visual Basic VS controls to create Office 12 look/feel

    I saw a VERY interesting preview to the Microsoft Office 12 suite in PCWorld (Nov 2005 issue "Office gets an Extreme Makeover.")  I'd like to find out if controls for this style, such as the "ribbon" shown, will be part of visual Studio 2005. I'm also interested in controls to recreate the VS2005 IDE "toolbox", which allows more than one section to remain open at a time (unlike Outlook and VS2003, which close one section when ...Show All

  • Visual Studio Team System Team Foundation Web Services

    Hello Can somebody tell me which are the url for the web services in Team Foundation Server. I want to do an application, that add an attachment to the portal. I’m using Microsoft.TeamFoundation.Client, Microsoft.TeamFoundation.Proxy.Portal dll’s to do this. I thinh it can be done using the method "Lists.AddAttachment", but it needs the url to the webservice in TFS... //My code: Lists lists = new Lists (); ...Show All

  • Visual C++ scripting method AddToolSettings broken in visual Studio 6.0 ????

    There is a bug report on this:   Bug ID FDBK45740 I have been trying to write some scripts to automate a build process in VisualStudio 6.0. The build process builds a number of projects. Some of these projects are just library builds, some of them are builds which result in executable code (.xll, .dll, .exe) I need to be able to change the target directory for the various builds. The scripting method to do this would seem to be Proje ...Show All

  • Visual Studio Express Editions VISUAL BASIC 2005 EXPRESS EDITION

    HELLO WORLD, I just brought what i thought was visubasic 2005 express edition for amzon.com. when i open the box it came with 3 cd's inside... 1:visual basic 2005 express edition. 2:visual studio 2005 express edition getting started. and 3:visual studio 2005 express editions corbis image disc. and 1 book "microsoft visual basic 2005 express edition: build a program now! the problem is that when i put the visual basic 2005 disk in everyth ...Show All

  • Smart Device Development Set Focus After Event Raised

    Hi all, Im hoping there is a simple solution to this, but i have a class in which a handle an event coming from that class. After the event is raised i then want to set focus to a control on my form but it doesn't work inside the event handler is there a workaround to this ...Show All

  • Smart Device Development Fail to connect to emulator

    Hi, I've got a problem, I can connect with emulator using IDE command "tools - conncet to device", when ActiveSync4.0 is in "not connected" state. I'm wondering whether Visual Studio is linked to emulator using ActiveSync So what is the relationship among Emuator, Device emulator manager, AtctiveSync 4.0 and Visual Studio Is it using following order to link together? Visual Studio --> ActiveSync --> real device  and Visual Studio - ...Show All

  • Visual Studio AS 2005 server report data source with Windows identity impersonation

    To implement role based security in AS, I need the for the authenticated user identity to flow from the Web browser to RS to AS. RS and AS are on separate servers. For a SQL Server datasource, I can simply use stored credentials and select the option to impersonate the authenticated user. For AS, I am getting rsErrorImpersonatingUser and "non-Windows user credentials were supplied for a non-http connection to Analysis Services" from RS. This see ...Show All

  • Visual Studio Team System We want your feedback!

    We're looking for feedback on any Microsoft produced code (samples, templates, designer code, etc) that doesn't pass Code Analysis, for more information see the following blog post: http://blogs.msdn.com/fxcop/archive/2006/04/11/WeWantYourFeedback.aspx If ladybug were working today (12-apr-06) I would provide example item references; there's at least two items in there outlining some existing and potential errors in the 2.0 frame ...Show All

  • Visual Studio Express Editions stacking text in a text box

    hi in my form i have two text boxes, the first is where you enter the message and the second is where the message is displayed but i want it so when you send a new message it doesn't erase the las one out of the display box and stacks it oh well that explains it i was using TextBox2.Text = TextBox2.Text + TextBox1.Text, when i do it it puts the new message on the same line, how do i move it onto the next ...Show All

  • Visual Studio Express Editions How to change order of controls?

    Hi, I have a form with a couple of textboxes on it (81 to be exactly). Now i have a textfile that is used to fill the textboxes, but it doesn't fill the textboxes in the right order. Like it doens't paste the first character of the textfile into my first textbox, but in the 79th textbox, and the 2nd character in the 71th textbox. Here is the code I'm using: (sorry for the single color) Private Sub NewGame_Click... dim sr as new IO.StreamReade ...Show All

  • SQL Server DHCP Service fails to start after installing SQL Server 2005 April CTP

    I have a Windows 2003 Server SP1, Active Directory, Application Server and RIS installed on my computer. After installing SQL Server 2005 April CTP my DHCP Service fails to start. In the Event Viewer I see the following Events. Event Type : Error Event Source : Service Control Manager Description : The DHCP Server service terminated with service-specific error 20013 (0x4E2D). Event Type : Information Event Source : Appl ...Show All

  • SQL Server Integration Services in BOL: Is this all I get?

    Short answer NO, the beta or CTP Books Online that you're using is not all there's going to be. Make sure that you watch for the Web release of BOL that will drop around the time that SQL Server 2005 hits the streets! Read more to understand why. More information SQL Server 2005 is going to be released simultaneously in 8 or 9 languages. Since the documentation team had to lock down early to allow time for translation, the version of Books O ...Show All

©2008 Software Development Network

powered by phorum