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

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

lex23456

Member List

karen_tgha
Giber
Michael Tumy
danleis
Matt A
John M. Hand
Paul Ballard
Andrea Pagliano
MichaelEber
Miao1106
SemiTransparent
Maxim Michtchenko
dev_.net
enablerbr
gon_no1
Pikachelsea
Miha Stajdohar
Khenat.Ram
David Riddiford
Joymon
Only Title

lex23456's Q&A profile

  • Visual C# What is "VB.NET My" equivalent in C#?

    Hi, In VB.NET there is a keyword called "My" which has a lot of properties collected at it. Is there any equivalent to this "My" in C# Thank you. Hi all, In VB.NET there is a keyword called "My" which has a lot of properties collected at it. Is there any equivalent to this "My" in C# Thank you. ...Show All

  • SQL Server Migration exceptions

    Hi, How should one deal with exceptions generated by the DTS to SSIS conversion wizard in sql server 2005 Thanks ...Show All

  • Visual Studio Duplicate items are not supported by the "Resources" parameter error when building project

    Hello, While building our current project using Visual studio 2005 we stumbled on this error, === Error 16 The item "xxx" was specified more than once in the "Resources" parameter. Duplicate items are not supported by the "Resources" parameter === we traced the issue down to resource file naming convention differences between Windows Vista and Windows XP ie, for a given form, if we include chinese traditional and chinese simplified resources, On Vista the resx files must be named with zh-HANS / zh-HANT , using zh-CHS/zh-CHT VS2005 will choke On XP the resx files must be named with zh-CHS/zh-CHT, using zh-HANS/zh-HANT VS2005 will choke This is really causing trouble, as we develop both in XP and ...Show All

  • Visual Basic How can we make any drive Read Only in windows

    Hi All, I want to make any drive in windows read only. The basic aim is to restrict copy between Hard Disk and Removable disk. Thanks, Dinesh You can go to the drivename ---> properties -->click on the security tab. From here you can configure the permissions for aprropriate groups. You need to be logged on as an administrator to do this. ...Show All

  • Visual Studio Express Editions How to solve the problem about MSVCRTD

    when i compile my program, i add other libraries to my project, but vc7.1 gives me tips such as belows: warning LNK4098 : defaultlib "msvcrt.lib" conflicts with use of other libs; use /NODEFAULTLIB:library" what does this mean has it affection to my progra how can i deal with it thks http://msdn.microsoft.com/library/default.asp url=/library/en-us/vccore/html/LNK4098.asp should help you deal with such warning. Thanks, Ayman Shoukry VC++ Team ...Show All

  • Visual C# treeview.selectednode read only?

    Hey Guys - I need to dynamically set nodes to be selected on a treeview control dependent on a user's permission level and what operation they're beginning. Problem is, treeview.selectednode is read only. How can I get around this The documentation online indicates that the selectednode property is get or set, but my build obviously doesn't say that. Could it be that my development environment is awry Thanks, Tim tradle wrote: Problem is, treeview.selectednode is read only. How can I get around this The documentation online indicates that the selectednode property is get or set, but my build obviously doesn't say that. Could it be that my development environment is awry ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Where do I buy the whole devkit for XBOX 360

    I am working as a leturer in a University, and my department would like to developing game for XBOX 360 ,it's all for teachings only. So I am asking what do we need to develop a XBOX 360 game, and how much will it cost Is there any beta devkit including the devBox Any clues Thanks  a lot. If you're talking about writing commercial games for the Xbox 360, you'll need an actual 360 Dev kit, which average joes don't have access to. You'll need a tie to a development studio from what I've read. XNA doesn't currently support the Xbox Live Vision Camera, but that doesn't mean that you can't suggest support through Microsoft Connect. ...Show All

  • Visual Basic How to schedule a Windows service

    Hi, I am developing a windows service. I need to schedule it, so it executes daily at a specified time. Any help is appreciated.. Thanks.. A windows service either runs or it doesn't. Are you sure you need a service If you only need an application to run at a particular time you could use the built in windows scheduler. If you do indeed have a service, then you can simply have a slow timer which checks the current time, and when it meets your time criteria perform your function. ...Show All

  • SharePoint Products and Technologies wss making the "sites" dir viewable searchable.

    question about sharepoint "sites" So we have our sharepoints server url: sharepoint.corp.<companyname>.com/sites/<subsite>/defaults.aspx There are a whole bunch of sub sites under: sharepoint.corp.<companyname>.com/sites/ but when i point IE to sharepoint.corp.<companyname>.com/sites/ I get a 404. so my question is this. my boss wants to be able to search all the subsites under <sites> dir in order to do that I am assuming I need to get this root Sites dir to be viewable or searchable Any ideas -wss newbie!! Are you able to navigate to sharepoint.corp.<companyname>.com/sites/ without typing it into IE (that is ... using the click on the site ) ...Show All

  • Windows Live Developer Forums who can show me an example of getting a post from msn blog in c++?

    I must develop in c++, i have spent two days in finding useful source code but failed.Who can help me ...Show All

  • Visual Studio 2008 (Pre-release) Marker at each Point of a polyline?

    Hi, i have a polyline element with me, is it possible to have a "small vertical Line" or a small circle at each point of a polyline. More, is it possible to prgram which point should have this "Marker" and which sould not Thanks and Regards, brij There's no automatic way to do this, but it's actually pretty straightforward to write code to do. Basically, you need to draw two Polyline Elements at the same location with the same points. One, the "line" you simply stroke as normal. The second, you stroke with a thicker pen and a dash array constructed based on the Points such that there is one 0-length dash at each joint and you turn on round dash caps. Here's ...Show All

  • Windows Live Developer Forums Dynamic images for pushpins

    Hi, We are doing a virtual earth implementation for our client. He has some specific requirements. I want to find out if requirements can be met with Virtual Earth API. 1. Ability to upload images: The client wants to be able to upload images onto the map. I was thinking of giving the functionality to upload an image for a pushpin when the user adds one. Is it possible to dynamically upload an image for a pushpin If not, can we have an image store on the server and the user is able to choose the image from there when adding a pushpin 2. Ability to write text: The client should be able to add text at various points in the map. I am thinking of again providing it in a pushpin. The user will be able to choose/upload an image or speci ...Show All

  • .NET Development Compatibility of serialization between .Net v2.0 and .Net v1.1

    I have a remote v1.1 client accessing a v2.0 server using HTTP remoting with binary formatting. The call succeeds but on the client I get this error message (presumably during deserialization of returned parameters) : Ticks must be between DateTime.MinValue.Ticks and DateTime.MaxValue.Ticks. Parameter name: ticks - Source: mscorlib - Stack: Server stack trace: at System.DateTime..ctor(Int64 ticks) at System.Runtime.Serialization.Formatters.Binary.__BinaryParser.ReadDateTime() at System.Runtime.Serialization.Formatters.Binary.__BinaryParser.ReadValue(InternalPrimitiveTypeE code) at System.Runtime.Serialization.Formatters.Binary.__BinaryParser.ReadMemberPrimitiveTyped() at System.Runtime.Serialization.Formatters.Binary.__BinaryPars ...Show All

  • Visual Basic Leave Event

    i cant seem to work out how to do this I am in textbox5 and on the leave event i want to have textbox1 to 4 leave events to be proformed and still be able to click into one of those textboxs in textbox5 click on textbox1 TextBox5_leaves(-------)handles textbox5.leave code leave textbox 1-4 end sub Textbox1_leaves(------) handles textbox1.leave, textbox2.leave, textbox3.leave, textbox4.leave code to preformed on the textbox five leave for each textbox end sub textbox1 has focus ' Depending on code that is to be executed. The simple option. Public Sub Box5_Leave( ByVal Sender As Object , ByVal e As System.EventArgs) Handles TextBox5.Leave ' Other cod ...Show All

  • SQL Server One format can connect to Sql Server but others cannot

    I have setup a SQL Server 2000 database on a remote machine. In the SQL's Enterprise manager I can connect remotely to the database and perform operations. In Visual Studio 2005 I can create a new data connection only using ODBC to connect. Also I can ISQL to the remote machine with no problems. But when I try to connect using the driver Microsoft SQL Server (SQL connect) as the underlying connection platform in VS Studio, it cannot create a data connection that way, nor can I programmatically connect to the database using the .Net data driver. They timeout.... Setups Windows Authentication used. On remote Windows 2003/IIS6 I have local admin privlidges (domain/username) . My remote account (domain/username) is an admin in the database R ...Show All

©2008 Software Development Network