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

Software Development Network >> Sam Hobbs's Q&A profile

Sam Hobbs

Member List

Michael Chancey
Paul Fedory
Uwe Keim
Elfreda
kastanienreis
Winkling
Mikasa374656
Martin Schmidt
TomBB
Shady9399
Narny
sunrunner
CSharpShooter
abhi_rock_star
madenci
ippological
abhishek_6023
GinaK
JeffRozar
AlexBB
Only Title

Sam Hobbs's Q&A profile

  • Visual Studio Express Editions how can i program this! using vb?

    1.) ********** ********* ******** ******* ****** ***** **** *** ** * 2.) * ** *** **** ***** ****** ******* ******** ********* ********** I already do that! thanks! like this structure * ** *** **** ***** and ***** **** *** ** * but i don't know! what to do this structure! ***** **** *** ** * and * ** *** **** ***** ...Show All

  • .NET Development enable session in web service

    what is the use of enabling the session in web service and how can i edit the soap element in web service hi guy. if you will enable the session function of the web method. you set the WebMethodAttribute.EnableSession = true; then ,you must set a new CookieContainer instance to the WebService Proxy's CookieContainer property. finally ,you can use SoapExtension and SoapExtensionAttribute to edit the soap method . ...Show All

  • .NET Development Newbie questions- Help doc

    Hi, I have came across mdbg, should say is a very inetrestiong tool for IT people, opened the mdbg project ion VS 2005, added a reference to GUI project, compiled launched it on the commande line, typed Load gui and everything is working perfect. 1st question : why the GUI extension is not referenced in the main project mdbg by default 2nd question which the real question : is there any article or doc that explains HOW TO USE THE GUI. there is OPen source, Launch and attach and don't know really where to start for debugging an VB or C# exe or dll0. Thanks in advance. We view MDbg as just a sample on how to use the managed-debugging APIs (ICorDebug). VC# Express is a free download and signific ...Show All

  • SQL Server rows into columns

    I am converting rows into columns : Schedule_S1 contains more than 1 rows with different FROM_DATE and TO_DATE The query should merge 2 rows into 1 row with 2 different FROM_DATE AND TO_DATE The following query works fine when there are more than 1 records. When there is only 1 record, it should still return the record (with FROM_DATE_2 and TO_DATE_2 as nulls). Thanks for any help. SELECT ml1.P_ID, ml1.S_ID, ml1.CURRENT_DAY, ml1.FROM_DATE AS "FROM_DATE_1", ml1.TO_DATE AS "TO_DATE_1", ml2.FROM_DATE AS "FROM_DATE_2", ml2.TO_DATE AS "TO_DATE_2" FROM Schedule_S1 ml1 JOIN Schedule_S1 ml2 ON ml2.FROM_DATE > ml1.FROM_DATE WHERE ml1.P_ID = 59014 AND ml1.S_ID = 25691 AND ml1.CURRENT_DAY = ...Show All

  • SQL Server Using Multiple Versions of SQL Server in a Replication Topology

    Hi there, I have one publicacion on ms sql 2005 Enterprise w.sp1/MS Windows 2003 Enterprise w.sp2 and one subscriber on MS sql 2005 Enterprise w.sp1/MS Windows 2003 w.sp2, but I have also 3 subscriber on MS SQL 2000 w.sp3/MS Windows 2000 advanced server w.sp4. They replicate the same database with a publication compatible with 80RTM, All works fine with data replication, but I can't replicate DDL to MS sql 2005 suscriber, I don't care that don't replicate DDL, but I want manually alter triggers at MS sql 2005 suscriber, but I get this error at the subscriber on when I run the ALTER TRIGGER statement : Msg 21531, Level 16, State 1, Procedure sp_MSmerge_altertrigger, Line 67 The DDL statement cannot be performed at the Subscribe ...Show All

  • .NET Development TcpClient.BeginAcceptTcpClient / Socket.BeginAccept / all other variations...

    First, I'm sorry for the cross-post...I didn't see the networking forum, so I posted into the vb.net forum. I've been having a problem with the use of any of the async methods of TcpClient, Socket, etc eating >95% cpu after receiving the first connection. I've been working on this for over a week now and I'm unable to find references to this issue anywhere. I've tried every way I can think of to work around this problem. Even if no data is sent or received on the connection....or if I close the received connection -- some unknown thread uses all the available cpu power after the first connection occurs. I created a small project that reproduces the problem -- I've zipped it up and posted it here: http://www.profitfuel.net/T ...Show All

  • SQL Server partitioned views

    Hello, Question #1: I'm using partitioned views to partition a very big table horizontally, This table is not distributed, is it sense to partition It on the same server I mean... I want to split It in some smaller tables and gather them with a view, to make my queries faster (all of them in the same sql server database and instance), is this good for increasing the performance Question #2: Where do I have to create the foreign keys I mean.. in the side of every smaller table or in the side of the new view (the one with select all clauses) Question #3: Should I create this view with SCHEMABINDING option Thank you so much 1. It all depends....on the size of the very big table and if you have mult ...Show All

  • SQL Server MDX -Can I get the count of engagements under level

    I have cube in one measure is defiend "engagement count" one of the dimension is "Client ",under which I have hiearchy name "Client" , under which I have 5 levels "level 1","level 2" ........so on now can i get the engegement count under each level result should be like this ......................Engagement Count Level 1................10 Level 2................15 Can any one help with the MDX query for the same I feal it is simple task what i am understanding.....is SELECT {[Measures].[engagement count]} ON 0, DrillUpMember( Hierarchize( { [Client].[Client].[Level1], [Client].[Client].[Level2], [Client].[Client].[Level3], ...Show All

  • Windows Forms How to display Access Key without press Alt key?

    Hi, we know we can make a access key with "&", say, "&File", so when we press the alt key, it will be displayed as " F ile". now my question is, could we just display " F ile" without press alt key My Outlook 2003 is just behave in this way. how does it behave in outlook what key do you press instead with "file" is shown I cannot duplicate this in my outlook 2003 - perhaps you customized the environment for outlook 2003 How exactly do you want your application to respond instead of pressing the Alt key to highlight/bring up the menu ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Landscape Content

    A game like Halo has large man-made structures and organic landscapes. How is this content generated Do they use commerical prorams or does each game company have proprietary programs How is this content saved In standard files like X files, or does each company use proprietary formats Thanks... Well, the makers of Halo used 3ds Max to create their content, but sometimes, like in the case of the Unreal Series, they do use their own editor. One can get around having to pay money or make an editor by using one of the free alternatives. There is a wealth of information on this thread. Edit: Most editors will have, among many others, a .X exporter.  And someone should move this to general ...Show All

  • Visual Studio Tools for Office Suitable Close event fur Word, Excel and PowerPoint documents

    Hello, I am currently developing an add-in for Word, Excel and PowerPoint. My problem is the following: If a user creates a new document and closes this document without saving it before, it appears the SaveDialog. If the user saves the document, I want to know, where he saved it. For this problem I can't find a suitable close event. The Application class just has a BeforeCloseEvent and the document does not have any close event. Thx for any hint. Jens The best place to get this kind of information is from a group that supports each individual application, as they know the object model best. This forum is primarily for discussing the VSTO technology, and not for supporting the individual Office o ...Show All

  • Windows Forms Insert Statement fails , but works in MS access

    Hi, can someone help> This insert statement in my code does not work, the error message i get is 'Error in the Insert Into', but if I copy and paste the insert statement and run it inside of Microsoft Access Database it works. So I'm kind of lost on how make this work....Can anyone help Below is my code. Public Function NewErrorRecord( ByVal ErrorDect() As Object ) As Boolean Try Module_Type,ErrorID,Error_Descr,Module,LineNum,Filename InsertErrRec = "INSERT INTO Error_Tracking (Error_ID,Module_ID,Error_Descr,Module,LineNum,Filename) " _ & "VALUES('" + ErrorDect(0).ToString + "','" + ErrorDect(1).ToString + "','" + ErrorDect(2).ToString + "','" + ErrorDe ...Show All

  • Visual Studio Express Editions Search for name in text file

    OK, I am trying to read a name from a database then look for that name in a text file. So a record in the database will be "First Name", and search for that name and then read all of the data bellow that name untill there is a blank line. What would my procdure be and the text file will contain: First Name 1998 0.277 2000 0.282 2004 0.301 2001 0.234 2002 0.272 2003 0.288 1997 0.327 Second Name 1999 0.200 2001 0.193 2002 0.167 2003 0.282 2004 0.277 Third Name 2000 0.327 2001 0.256 1995 0.282 1996 0.271 1997 0.275 1998 0.277 1999 0.307 2002 0.286 2003 0.273 2004 0.304 Forth Name 1994 0.269 1995 0.308 1996 0.309 1997 0.328 1998 0.294 1999 0.333 2000 0.351 2001 0.306 2002 0.349 2003 0.325 2004 0.308 Here i ...Show All

  • Visual C# Covariance in generics -- ever coming to c#?

    Hey, I usually develop in Java and as such am used to getting covariance and whatnot through wildcards in generics, so when I switched to C# for my latest project I have found myself frustrated quite a bit when I come across situations where I would normally use them. Of course I researched the subject, and much to my surprise I found that the CLI (II 9.5) already supports this... so I could write it in IL but not C#. More information is available here: http://barrkel.blogspot.com/2006/07/covariance-and-contravariance-in-net.html So, then of course I expected that this was a new feature and would likely be included in whatever the next version of C# would be (which as it turns out is 3.0); however, as far as I can see in the Microsoft doc ...Show All

  • Visual Studio 2008 (Pre-release) Visual studio extentions...

    Hello, For developing Web Applicaion usinf WPF, Sombody told me that an Extention for visual studio is awailable but i did not find it anywhere on microsoft.com. So is there any developement tool is awailable for WPF , Is yes then from where I can get it And Most important for me, Is it a final release or still in beta Bhavin- Please see Tim Sneath's Building a Perfect WPF Developer Workstation for pointers to the VS Extensions and more. Some of those tools are released (Windows SDK and others), but most of them are still in pre-release form. WPF is released, as you likely know. Thanks, Rob Relyea Program Manager, WPF Team http://rrelyea.spaces.live.com ...Show All

©2008 Software Development Network