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

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

Rodcet

Member List

Lucc
ThomasDL
Larry K. Moore
foobarX
abhishekp
DLMiller
adfm
Emrei
Rachit Aggarwal
John Semmel
AL-Wakeel Adnan
TSCEWA
hemalv
Chris24
Jack Shoeman
unlikely
Dharmbir
Noddy74
BobDogTheGreat
Jephthah
Only Title

Rodcet's Q&A profile

  • SQL Server Instert found records into DB

    here, this query produces 21 days for @TotalPostingDays  ...the days left after pulling out weekend days (sat and sun) and holidays. What I want to do is instead of pulling the total amount for @TotalPostingDays I want to insert the actual dates that are contained within the @TotalPostingDays into a table DECLARE @TotalDaysInMonth int ,             @today datetime , ...Show All

  • SQL Server MSmerge_genhistory error-515

    Can't insert value NULL into column nicknames. This error generated when I try start sync. SQL Profiler is not helping w/ locating specific error. I tried to allow NULLS in nickname column, for this table, but this table gets dropped and recreated each time. Pls. advise on where to make correction. thx..bt Can you tell us what version of sql server you're using, including Service Pack # (if an ...Show All

  • Windows Forms How to register an activex control

    I am using a drawing control called VectorDraw in Visual Studio .Net 2003 and works fine, but when i want to use it in Visual Studio .Net 2005 it show a error: The ActiveX Control could not be imported. Make sure that the control it is registered correctly. How can i register the ActiveX control Or what can i do to avoid this error ...Show All

  • .NET Development AccessViolationException when client is terminated

    Hi, We have just migrated our client/server application to .Net 2.0. After that we constant get an unhandled AccessViolationException in the server program when the client program is terminated! The only stack trace I can get is: at System.Net.UnsafeNclNativeMethods.OSSOCK.WSAGetOverlappedResult(SafeCloseSocket socketHandle, IntPtr overlapped, UInt32& bytesTransferred, Boolean wait, IntPtr ignored)    at System.Net.Sockets.BaseOve ...Show All

  • Visual Studio Team System Geographic validity of VS Team Suite Upgrade Offer

    As per your website special renewal pricing is available for those who want to upgrade from "Visual Studio Team Edition for Software Developers MSDN Premium Subscription" to "Visual Studio Team Suite with MSDN Premium Subscription." Is this offer valid worldwide or are there are any countries where this offer is not valid/available ================ 1.   http://msdn.microsoft.com/vstudio/howtobuy/ Visual ...Show All

  • Smart Device Development Setting up the Font for .DrawString onto a VB.NET form.

    I am attempting to do a DrawString onto a VB.NET form. I am having a problem specifying the Font to be used to display the string. The sample code shown in the .NET Framework Ver 1.1 Help doesn't work. Can anyone supply sample code the works in the VB.NET Compact Framework Please see this on what additional details we’ll need to help you: http://www.danielmoth.com/Blog/2005/03/please-read-before-posting- ...Show All

  • .NET Development Type Initializer therw an exception

    hey guys, I'm very new on this forum and very new in .net as well. I'm trying to make a small software for my school. I'm using basic windows froms and stuff. I've multiply forms which are connected. Everything was working fine but i believe when i tried to fill the datagrid then it started to give me following error in the main form: System.TypeInitializationException was unhandled   Message="The type initializer for 'WindowsApp ...Show All

  • Windows Forms DataGridView FAQ! image and Text in same Cell ?

    I've finished writing the first DataGridView FAQ. This isn't just a list of questions, but a comprehensive overview of the DataGridView. Please reply to this thread with addition Q/A questions, corrections, or suggestions for improvement. http://www.windowsclient.net/Samples/Go%20To%20Market/DataGridView/DataGridView%20FAQ.doc There are also a set of DataGridView samples that help with common areas available at http://ww ...Show All

  • Visual Studio Express Editions form1.show() problem

    Well, than how can I either: 1) Make form2 as like a "separate" form that is not affected by closing of form1 2) Make another form and make that as the master form without deleting everything from form1 and remaking form1... That would be bit too much work. Thank You! Keehun Nam u can do this: create another new form first sample code: dim myform2 as new form2 myform1.show() hope this can help ...Show All

  • Visual Studio Team System Tests Not Runnable, Multiple Tests with ID Found

    Hello, I've started using Team System for unit testing and have been very pleased with it for a while but recently I've run into a strange error on some of my tests. When I try to run the unit test project all my tests are marked with the message, "Not Runnable", and I get an error message saying, "Multiple tests with ID <guid> found". Other test projects in the same solution are fine and run without incident. If I rename the class contain ...Show All

  • Visual Studio Search change history for a user

    Hi,   I am new to Source Safe. I have searched high a low for a method to determine the changes made by a user after a project/file has been checked in.   Is there a way to do this search or maybe a third party tool that does it   It is very useful to be able to see the projects/files changed/touched in a specifed time duration, i just can't believe it is not there!!   Thanks easot ...Show All

  • Software Development for Windows Vista AV's cause access failures.

    Programs like Avast Av won't allow IE to access web pages. If you turn off the On Access control then you are fine. Don't know about other AV programs yet. TTFN. In this case the statement does not require either questions or answers as it is designed to assist those with similiar issues to overcome their problem. However, the question "why are the Avast Anti Virus, On Access scanners interferring with the normal operation of IE " could be ...Show All

  • Visual Studio Team System Any good books out there?

    Are there any good books or references on building tests TIA Ken Have a look at the following books: Test-Driven Development in Microsoft .NET (Microsoft Professional) by James W. Newkirk XUnit Test Patterns : Refactoring Test Code by Gerard Meszaros Test Driven Development: A Practical Guide by David Astels Test Driven Development: By Example (Addison-Wesley Signature Series) ...Show All

  • Microsoft ISV Community Center Forums PowerPoint, WORD, and Macros

    So I've read all about how to format a WORD document with Headings so that it comes out right in powerpoint slides. However, I have a 91 page document already done in it's own format and needs to translate each page onto a slide in powerpoint. Send to and all those things suggested from importing word to powerpoint don't work. So I figure writing a macro would work. Problem is, I don't know where to begin with it. I'm thinking page breaks ...Show All

  • SQL Server Search with %t%y% => Error, %ty% => ok...

    Hi! I have a problem with a Select statement: In a ordinary table there is a column called NAME. I want to make the following search: SELECT * FROM TableName WHERE NAME LIKE '%t%y%' this should give me all entries that have a "t" and a "y" in the NAME column. However, it gives me no entries. If I instead run this search: SELECT * FROM TableName WHERE NAME LIKE '%ty% it gives me the correct result. Since the wildca ...Show All

©2008 Software Development Network

powered by phorum