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

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

tohams

Member List

Brett H.
Rajesh Ladda
Ameya Barve
Nick...A
TrevorHughes
Ray Dyce
Jkat98
Sriharsh
Demokratizator
s o
Eric Kinateder
PedroMCN
Jassim Rahma
Anpiro
mahima
Syed Faraz Mahmood
AndersBank
rusty_bone
Simmy7
Batkuip
Only Title

tohams's Q&A profile

  • Visual Studio Express Editions the date apperas with 12:00:00 !!!!!????

    hi i make a small console application with the following code to print on the screen the date specified and it appeared with 12:00:00 ! Module Module1 Sub Main() Dim dt As Date dt = #11/15/1983# Console.WriteLine(dt) Console.ReadLine() End Sub End Module ' the output : 15/11/1983 12:00:00 ! some of my friends says that it coould be solved by changing the format of the date in the culture of the entire application how can i do that thanks in advance. well yes that is the default time value when no time is specified with the date output. Changing the culture may not neccessarily help however 12:00 is the default time given to a date object, which does not have a time property set ...Show All

  • Visual Studio Team System Visual Studio Team System and Visual Studio 2005 Pro

    Hi, i'm a lead developer of a small team. we're going to be buying in Visual Studio Team System - Developer Edition and using the workgroup edition of Foundation Server for source control etc. There may come a time when i have to buy in more contractor for a project and only really want to be buying them Visual Studio 2005 Pro. If i do this will they be able to access the SourceControl and Source Code in Foundation Server without purchasing anything else Or will i need to buy an add-on Is Foundation Server Workgroup edition any good my team is only 3 people, will this do Any help would be appreciated, Thanks, Michael Hi, as you can check here http://msdn2.microsoft.com/en-us/library/ms252591.aspx Team Explorer (client ...Show All

  • Visual Studio Express Editions Change rich text box color vb2005

    hi How can i changed selected line background color on rich text box Thanks Shady, Looks like you are building a RTB editor. You might want to download my RTB editor (not perfect, but lots of bells and whistles to look at.) It's code shows how to do most of the questions you have posted. http://users.adelphia.net/~gcumbia/printrtfnow.zip (See, I even have a typo in the project name I gave it. should have been 'PrintRTBnow'. But I left the name alone because changing the top level folder name in a project sometimes messes things up.) ...Show All

  • Visual Basic Unknown ThreadCallbackMessage message from vb.net app as logged by Spy++

    Where does the 'Registered:"WindowsForms12_ThreadCallbackMessage' message come from as listed below in in this extract from Spy++ The MOUSEWHEEL is system generated and the WM_USER's are generated from a C++ dll's PostMessage function. But the last message, teh ThreadCallbackMessage is puzzling me. Thanks for any ideas. -greg S WM_MOUSEWHEEL fwKeys:0000 zDelta:120 xPos:646 yPos:577 0005072A R WM_MOUSEWHEEL 0005072A P message:0x0409 [User-defined :WM_USER +9] wParam:00000003 lParam:00000000 0005072A P message:0x040A [User-defined :WM_USER +10] wParam:00000003 lParam:00000000 0005072A P message:0xC239 [Registered:"WindowsForms12_ThreadCallbackMessage"] wParam:00000000 lParam:00000000 By ...Show All

  • SQL Server InitCap Function in SSIS Expressions

    How can you create the infamous INITCAP function to be used in my column transformation expressions You could use a script component. InitCap is equivalent to the ToTitleCase function of the TextInfo class. Here's the code to use. Imports System Imports System.Data Imports System.Math Imports Microsoft.SqlServer.Dts.Pipeline.Wrapper Imports Microsoft.SqlServer.Dts.Runtime.Wrapper Imports System.Globalization Imports System.Threading Public Class ScriptMain Inherits UserComponent Public Overrides Sub Input0_ProcessInputRow( ByVal Row As Input0Buffer) Dim curCulture As CultureInfo = Thread.CurrentThread.CurrentCulture Dim tInfo As TextInfo = curCulture.TextInfo ...Show All

  • Visual Basic diplaying bitmap from access database

    I've seen this question posted a few times but no good results. I'm simply loading a dataset from access that happens to have a bitmap stored in a field. I have a listview with a list of CD's by Album/Artist, when I click on one of the CD's I want detailed info to populate below, including a pic box with the stored bitmap. Everything works fine except the pic box. Here's the code I have: Dim bytPic() As Byte objDataSet = New DataSet objData.SQL = "usp_SelectRecording" objData.InitializeCommand() objData.AddParameter( "@RecordingID" , OleDb.OleDbType.Integer, 4, lvwRecordings.SelectedItems.Item(0).Tag) objData.FillDataSet(objDataSet, "Recording" ) bytPic = CType (objDataSet.Tabl ...Show All

  • Visual Studio Team System Schema compare locks up

    I ran a schema compare between two live databases. While in the process of choosing to skip certain objects, I clicked on update for an object and the application froze. I checked task manager and my processor was at 100% and devenv.exe had 99% of the CPU cycles. After 4-5 minutes, I killed the process. I had tried the same compare multiple times. It seems to function properly the first time I select schema compare, choose objects to skip, and then script the changes, but on the second time I execute it, on about the 20th change from update to skip, the visual studio freezes. This is the trial version of visual studio team suite with the database professional edition and I have applied the team services service pack. ...Show All

  • Windows Forms Passing command line arguments to setup

    Hello, I have two questions and i'd be glad if you help me in this regard. 1- How may i pass arguments to my setup project Actually when i pass arguments to my setup project output i get an error of "Invalid command line argument. Consult the Windows Installer SDK for detailed command line help." 2- How may i obtain path in which Setup file exists ! i need to read some data from ini file residing in same directory of setup file. How to get its path Regards, Mike: What's the best technique for detecting uninstall (i.e. /x) Is it something along these lines, or a completely different tack Basically, what I'm looking for is an expression that evaluates to true only during uninstall, and which I can use in a ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Debugging Problem

    I recently downloaded XNA, and I am having a problem, I think it has to do with my graphics card, but I am not positive. When I go to start debugging, it starts debugging but then it encounters a problem. A box pops up saying, Microsoft.Xna.Framework.Components.NoSuitableGraphicsDeviceException was unhandled Message="The values used in the attempt to create the GraphicsDevice were invalid." I haven't been able to find a solution, and any help would be appreciated. Thanks!! This thread here explains your problems, details the fix and explains what it means if the fix specified doesn't work. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=688024&SiteID=1 Basically, the th ...Show All

  • SQL Server Report in Calendar/schedule layout

    Is it possible to produce a report which is displayed as a calendar, similar to outlook im using rs2000 with no option of an upgrade to 2005 any help would be appreciated! I am trying to do something similar, but am having a problem. Time is down the left hand side (the rows), and a room is each column. The problem is when rooms have overlapping times. For example, room A is scheduled 1:00 - 2:00, and room B is 1:30 - 2:30. How do you avoid a line going through room A at 1:30 Thanks, Bob ...Show All

  • Visual Studio Team System Team Build result not showing in the Builds Report

    Hi, I created a team build and used Approach #2 in http://blogs.msdn.com/nagarajp/archive/2005/10/26/485368.aspx to build VS.NET 2003 solution file. However, after the build succeeded and warehouse refreshed, I am not able to see this result in the Builds Report. Is there some target missing in this approach The only difference I see here is that SolutionToBuild item is not defined. So the CoreCompile target is skipped. Does it affect the reporting Thanks, -hengyi Commenting out SolutionToBuild means that there's nothing to build.  If you don't build anything, there's nothing to add to the warehouse, so the build won't show up. Buck ...Show All

  • .NET Development Has anyone written .NET Client to consume Java Web Services?

    I'm planning to write a web service client in .NET c# to consume a web service provided by a customer, which is written in Java and runing on Apache web server. Has anybody done this before Could you share what I need to be aware of TIA Also, it helps me alot creating my web services according the Contract-First principal. I create my WSDL mostly using the Eclipse WST WSDL editor, which is very nice and free. Then you can create a Service Endpoint in Java or .Net using wscompile.exe for Java or wsdl.exe /server (or the add-on from ThinkTecture) for .Net to create the SEI. Everything depends on your wsdl, so starting there is a good way to promote interoperability, in my mind. ...Show All

  • Software Development for Windows Vista how to access custom stateActivity property

    How to access custom StateActivity In response to my previous query: http://forums.microsoft.com/msdn/showpost.aspx postid=498300&SiteID=1 I tried, using: _workflowRuntime.GetWorkflow(m_XOMLWorkflowinstanceGuid).GetWorkflowDefinition.GetActivityByName(" MyStateActivity "). MyProperty Without any luck. Thanks for the reply. But my original question is unanswered. How can I access the custom sataeactivity property at runtime What is the method Thanks in advance. ...Show All

  • Visual Studio Tools for Office Smart Tag dependency on .Net 1.1

    We are targeting Office 2003 with Framework 2.0 only on the machines. This presents a scenario where the Smart Tags does not load even when the CASPOL is set for Framework 2.0. We have applied the solution as defined at http://support.microsoft.com/kb/908002 however this does not seem to have any effect. I was however able to make the same code built on Framework 2.0 work in Office 2007/Vista using the new PIA's for Office 2007. I have noticed a few posts indicating the solution is to have Frmaework 1.1 deployed, this presents another issue as each framework is about 26 MB and Change Management Solutions used to deploy these will have to pull it all over the network. Does anyone have an answer or any ideas, thi ...Show All

  • Visual Studio Express Editions Related to AppDomain in VB.net

    Hi How can i find whether the appdomain is already exists or appdomain.friendlyname is already exists by AHMED Try posting in the VB language section to see if they can help you out. http://forums.microsoft.com/MSDN/AddPost.aspx PostID=995318&SiteID=1 This forum is reserved for registration and installation problems. ...Show All

©2008 Software Development Network