GanitMandir's Q&A profile
Visual Basic Login Trigger
I need a way to let my programming (running on a Windows 2003 Server machine) get triggered when a user logs on a computer in the domain controlled by this server. The server is the only DC of the domain. Can you help please you need to create a login script http://support.microsoft.com/Default.aspx kbid=198642 http://msdn.microsoft.com/library/default.asp url=/library/en-us/script56/html/5593b353-ef4b-4c99-8ae1-f963bac48929.asp ...Show All
Smart Device Development Notification control hanging (but likely not an Invoke freezeup)
Been fighting this one for several days ... .Net 2.0, VS2005, CF, PocketPC Phone app. I have an asynchronous message stream from an Ipworks component in the module that fires a notification control on the splash form. I use Invoke at the time I call the control method and the control does display. However, when I click on the URL within the notification, the UI freezes -- and I do not receive a ResponseSubmitted event. If I click on the Hide softkey, the notification goes away as it should and the UI does not freeze. As part of testing this, I have called the notification control from the splash form without any calls to and from th ...Show All
Visual Studio Team System TF50801 - TFSServerScheduler / Team Explorer Logon Problems
have installed Team Foundation but I can’t logon to it through team explorer in Visual Studio. I think this is due to a service that doesn’t initialize in correct way. I find this error in the event-log: TF53010: An unexpected condition has occurred in a Team Foundation component. The information contained here should be made available to your site administrative staff. Technical Information (for the administrative staff): Date (UTC): 2006-01-25 13:46:19 Machine: QULVRT001 Application Domain: TFSServerScheduler.exe Assembly: Microsoft.TeamFoundation.Common, Version=8.0.0.0, Culture=neu ...Show All
.NET Development Error: Unable to open shim database
I get this kind of events logged in the eventlog: Source: .Net Runtime Type: Error Unable to open shim database version registry key - v2.0.50727.00000. Is this 'normal' behaviour or is there a misconfiguration. I have this messages on Windows 2003 Server, on SqlServer2005 boxes as well on TFS app tier and Terminal Server running VS2005. Strange thing is: everythings seems to work OK... Rene I have this error 2 when after installing .Net Framework 2.0. I installed the framework on sevral other servers too but only getting errors on my both TS + Citrix servers.. ...Show All
Windows Forms Select textbox text
I put on a winform a textbox and then in Enter event i execute the following code to select the text when the text box get the focus: private void textBox1_Enter(object sender, System.EventArgs e) { textBox1.SelectionStart = 0; textBox1.SelectionLength = textBox1.Text.Length; } This code doesn't work. W ...Show All
Visual Studio Express Editions referring to group boxes using a variable
Is it possible to refer to a group box by using a string containing the name of the group box I have a number of group boxes which I want to do list of things to. If I could refer to the name as a string I could write a function and pass the name of the group box to it. Any help would be appreciated. Thanks. Why not just pass the groupbox to it CalledRoutine(Groupbox1) Private Sub CalledRoutine(byval sender as groubox) If sender.height....... End Sub The other way to do this is: Private Sub CalledRoutine(byval sender as string) ...Show All
Visual Studio Express Editions Sound
Hi im making a VB Program in Visual Basic 2005 Team SUite the problem is ow can I add sound to my prog I believe the My namespace has the ability to play sounds. If you want to play anything other than wav tho, I think you need to use DirectShow ( in the PSDK ) or Windows Media Player. ...Show All
Visual Studio Team System TFS Security and Group Membership Admin Performance is Very Slow
When using beta 3, the performance while administering the security and group membership is very bad. Is this going to be tuned Hi Gary, Can you tell me what particular administration tasks you are doing within security and groups Is this at the server level, project level or Areas and Interations Are you viewing groups/permissions or adding new groups Are you adding large AD groups etc etc Thanks, ...Show All
Visual Basic Can I compile C# code and VB.NET code into the same DLL?
We have 2 libraries of code that we want to combine into a single library so that they both have access to each other. One is in VB.NET and one is in C#. Both are .NET 2.0 in Visual Studio 2005. Thanks. John. No, but you can buy programs that convert between C# and VB.NET, in both directions. ...Show All
Visual Basic Connection to SQL2005 using VB 2005 Beta2
Hi ! I was using these commands with VB2005 Beta1 to load my main form: Dim settings As Configuration.SettingsProviderCollection = System.Configuration.ConfigurationSettings.ConnectionString Dim setting As SqlConnectionStringBuilder = settings.Item("VBXMP3.MySettings.Connection") Now I reInstalled VB2005 Beta2 and I cannot compile my project. The error is ConnectionString is not a member of ConfigurationSettings . Does anyone have an idea to workaround this issue Is there another way to make the same Thanx a lot for your answers ! &nbs ...Show All
Visual Basic Data appearing when should be blank till user inputs
Hi guys, Back again once again.... I have a VB.NET front end, which is linked to a access database table (2003) using Jet 4.0 The data is all there, and works correctly, The problem is, when I click on ADD new record, any fields that have a DATE input, all insert current date. ( Also check box fields appear all filled in ) These fields need leaving blank until the user inputs a date, as some of them relate to future delivery dates. Sorry if this isn`t technical, not sure how to describe but I think that is it basically. The question is; How can I stop the DATE data apprearing, when it should just be a NULL ( Access Term ) field until ...Show All
SQL Server Grouping question
I have a report that is actually going to be printed on NCR (carbon) paper to be written on. On this report I have a table that displays items from five different groups plus adds blanks for written entries. The data displays correctly under each group along with the extra spaces for written data, however what I need to know is how to "force" a group that does not have any items. Is there a way to do this Thanks for any information. If you don't have any items of a group your resultset doesn't contain the group and I think its not possible to add it afterwards, so you have to change your SQL- ...Show All
Visual Studio Team System project import/export?
Is there a way to extract a project and related data from one Team Foundation Server and import into a different TFS If not, what is the best way to migrate a project from one server to another We're growing our server environment and need to move some projects around. There's no support for moving a project between Team Foundation servers. The simplest approach would be to get the source on disk, and load the work items in Excel, and then load those in a new project on the new server. You'll lose history, links and attachments, and you'll probably have to do some prep work, like setting up your Areas and Iterations to match the ...Show All
Visual Studio More details on VSL
The Visual Studio Library (VSL) is a new addition to the Visual Studio SDK 2005-10 (VS SDK), and was not previously available in the VSIP SDK. VSL is a C++ source library, primarily targeting the Visual Studio Platform, which extends the Active Template Library (ATL). A Power Point presentation given at the VSIP dev lab can be be found here . Thus far the contents of VSL have been solely driven by the needs of the four new C++ reference samples included in the VS SDK, so many classes are not as fully featured as is possible. Content will continue to be added to VSL, as needed by the C++ samples; howeve ...Show All
Visual J# J# MSPress "Build a Program Now" and J# Express edition Forum
Hi everyone, Anyone know if there is an MSPress "J# 2005 Build a Program Now" book coming out in the not too distant future. The VB and C# books are wonderful for beginners and they have the program CD along with SQL express included for about $16. Very thoughtful of Microsoft and they should be congratulated for making it easier for folks to begin to convert over from Java taught in most lower level college classes. Also anybody know if there will be a similar J# Express forum choice to use on the MSDN forums, like there is the C# and VB Express forums John Van Kirk Hi, I am not su ...Show All
