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

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

CARABAS

Member List

Adriaan Canter
Mini6321
Blane Nelson
Gareth D
UltimateKylie
Erik Houtriet
Zakiess
Lee Franke
DFlatGuy
PAPutzback11696
Chau
Pete Edberg
ilengyel
Rusi Hilloowala
Oliver Berris
vr8ce
Graeme
Yatin
GaryGary
BtrGoneThanJail
Only Title

CARABAS's Q&A profile

  • Visual Studio Express Editions Printing from VB Express

    I have come across several posts indicating that it is nearly impossible to print documents, much less interact with Word, when using Visual Basic Express. Is this true If so, will this functionality ever be included or will I have to either purchase Visual Studio or learn another language What you really need to work with VB2005 Express Edition is the Dotnet Framework SDK 2.0 at this link: http://www.microsoft.com/downloads/details.aspx FamilyID=FE6F2099-B7B4-4F47-A244-C96D69C35DEC&displaylang=en It is a very large download ( 354MB) but, if you can download it, and install it , you will have a l ...Show All

  • Visual C# System.Reflection.Assembly.CreateInstance(..)

    Hi every one I cant create Instance from an Assembly object. please help What error do you receive Are you able to load the assembly What do you mean with 'Assembly object' Do you mean that you can't create an instance of a class that was defined in that assemlby As you can see, you'll need to give more information if you want to be helped. ...Show All

  • Visual Studio Express Editions Having a problem using D3D (im a complete n00b when it comes to dx)

    ok im not a COMPLETE noob... but i dont have much experience with d3d. My problem is that my game (not even close to a complete game) is making my computer and all other computers ive tried it on go REALLY slow. I dont think my game should take much processing speed etc... because its a really simple game but my computer runs faster with Flight Simulator 2004 minimized than with my program minimized. Ive only done direct3d wid c++ for a few months and i REALLY dont know what im doing wrong (or what im not doing right). My game is kind of a small mario game where the map is an array and mario just runs around and jumps THATS IT. im ...Show All

  • SQL Server Values of type Real/Float unexpectedly change in SQL2k, but seem okay in SQL2k5

    Please help me understand why Real and Float values change in SQL 2000. DECLARE @t TABLE ( c1 Real , c2 Decimal ( 19 , 6 ), c3 Float ) Insert @t Select 52.12 , 52.12 , 52.12 Select * From @t RESULTS FROM SQL 2000 (SQL2k Query Analyzer) c1          c2           c3 ----------- ------------ ------------------- 52.119999   52.120000    52.119999999999997 RESULTS FROM SQL 2005 (SQL2k5 Mgt Studio) c1          c2   &nbs ...Show All

  • Visual Basic Converting String to double?

    OK i have a plain text file in a rich text box. This plain text file contains for the most part just text, but it has several chunks of data which are apparently stored as doubles For Example this string here: 33333oH@33333oH@26/01/06 I happen to know that the date field is a date of payment, and apparently, the data before this is the amount paid. The original program i am trying to read was written in quickbasic 7. I don't know enough to know how to do what i what. I've tried Try Dim test As String test = "33333oH@33333oH@" Dim Result As Double Result = Convert.ToDouble(test) ...Show All

  • Visual J# How do I remove a package downloaded by mistake?

     Hi and thanks for your help.  I have already gone to the Add/Remove and it isn't listed.  I also checked the Windows components and couldn't find it there either. I downloaded: Microsoft Visual J #.NET Redistributable Package 1.1 and my computer doesn't have enough memory to allow me to open my e-mail.  I have done everything I know to do to increase my memory, but it hasn't worked.  I know I need more memory anyway since I only have 256 MB of physical memory, but I haven't really needed more until now. I went in and did a Restore System today and I think my e-mail is now working.  Thanks again. &nb ...Show All

  • SQL Server Queing email

    Hi i currently am running a notification service and works fine. Notifications are delivered via email and are do not use IIS to relay the mail. I noticed hovever that when the link the the SMTP server droped a notification was not sent. Is there anyway of queing the email notifications other than using IIS Thanks ...Show All

  • SQL Server CLR Trigger

    Hi,       I want to call webservice in the Trigger.  How to call the webservice from CLR Triggers .If anybody knows teh detail let me know.   And i worked out  the following Example code for CLR Trigger. using System.Data; using System.Collections.Generic; using System.Text; using System.Data.Sql; using System.Data.SqlTypes; using System.Data.SqlServer; namespace CLR {     public class Class1     {         public static void InsertTrigger()         {  &nbs ...Show All

  • SQL Server Bookmarks (Management Studio)

    How do you save bookmarks so you can use them next time you edit the saved query file I asked the same quesiton with 0 responses, I am creating a feedback suggestion now for it. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=351510&SiteID=1 Derek vote here: someone allready suggested this... http://lab.msdn.microsoft.com/productfeedback/viewfeedback.aspx feedbackid=7e600860-0662-44cf-bc9b-b6565e3d213c ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. DX GUI library

    Is there any developed GUI libraries, based on ManagedDirectX version, is it reasonable to do own one, and possibly to sell it, I mean UI that will be used inside D3D applications cehck on DirectSDK CustionUI exmple, I think they did the best to handle user\s input there + mixed it with navigation in 3d world, thanks ...Show All

  • Visual C# FAXCOMLib

    Has anyone had any luck to get faxing working with C# Here is the code I have using System; using FAXCOMLib; namespace ConsoleApplication3 { /// <summary> /// Summary description for Class1. /// </summary> class Class1 { public Class1() { } public void FaxDocument(String TheFile, string faxnumber) { FAXCOMLib.FaxServer server = new FaxServerClass(); FAXCOMLib.FaxDoc doc = null; int response = -11; try { server.Connect(Environment.MachineName); } catch(Exception e) ...Show All

  • Visual Studio Reusing the code editor

    I've seen many examples of the VS designer being used in other applications(example in MSDN Mag recently).  Is it possible to reuse the code editor in the same way In my application, I'd like for users to be able to write their own .NET code, which will in turn be compiled into a DLL.  If it's possible, I'd like for all this to be done in one app. Two questions here really. 1. Is it possible 2. Can anyone tell me where I might start my search to acheive it Thanks! Do you want your customers to write code using an existing .NET language or a custom one   If you want to use an existing ...Show All

  • Windows Forms CompactPath (ellipses) Rendering

    Is there a method to truncate a file path to fit within a given pixel width by replacing path components with ellipses ...Show All

  • Visual Studio installproblem with Visual Studio 2005 Beta

    By installing Visual Studio 2005 Beta, on a WindowsXP Professional OS, I get the following error: file not found: _9103_RTL_X86_enu_VCSharp_EE.cab HELP!!! Nicole Hi, If you are installing from CDs, try copying the content of all CDs onto a folder on the Hard Disk and run the Setup from Hard disk - that may help. Regards, Vikram ...Show All

  • Visual Basic ASP.Net Problem ! PLEASE PLEASE HELP

    Hi , i have installed IIS server for ASP.net, i have created a new ASP.net project and put some controls in it but it generetes an error that it can't use this server and i should run setup of windows components. What should i do Please Help i need it i shall be thankful to you. Regards, Adee I am having similar problems. I can't get an asp.net example that I downloaded to run properly. Here is a URL to the source location that works properly: http://www.myasp-net.com/recipe/Adminlogin.aspx Here are two installations I made that don't work properly. The first shows the login panel but the fields and buttons are in ...Show All

©2008 Software Development Network