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

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

RexH

Member List

Jan Kučera
sgra
ralanjackson
BitShift
proximac
guy kolbis
den2005
m0nkeyforce
pershing
Geo725
jchurch
EddieSSD
Koltron
dork
mahima
d__i___o
windflower
WindowsObserver
Farrokh Moori
Andy Johnson
Only Title

RexH's Q&A profile

  • SQL Server Where can I locate and see my connection string of my databas?

    Hi, as the subject suggest. Thanks in advance Whats the use of the '@' Example: string connectionString = @"Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\sample.mdf;Integrated Security=True;User Instance=True" ; ...Show All

  • Visual Studio Express Editions How to open .sln files in VC 6

    i am unable to open MFC sample in VC 6 which according to site should open .sln file but i am unable to open it using VC 6 bcz it recognise .dsw file as workspace . Can any body tell me how to do it. Somebody at CodeProject.com made a tool to convert between VS2002 and VS6, search for prjconverter. Another one made a tool to convert between VS2003 and VS2002, search for VSConvert. ...Show All

  • .NET Development send a mail message

    I am trying to send a mail message. the body of the mail message must contain data picked from a web form, as an attachment. can anybody help urgent you would still use the above approach in regards to sending emails but in terms of sending all the fields with formatting (which fields ) then the best place to ask would be over at the ASP.NET forums: http://forums.asp.net as for formatting - what do you mean do you mean the input from textboxes I believe this can be done if you set the MailMessage object's IsHtmlBody = true property. ...Show All

  • SQL Server SQL Server Express Edition silently at command prompt

    I want to install the SQL Server Express Edition silently at command prompt (but want the dialog boxes, I mean with /qb option), locally, with no network options. I want to install it with following options i) In the Feature Selection, I need a) Data file (Database Services) b) Shared tools (Database Services) c) Connectivity Components (Client Components) d) Management Studio Express (Client Components) ii) Instance name as “Default Instance” iii) Service Account as “Use Built-in service account a Local System” iv) Authentication Mode as “Mix mode” with sa password as ‘sysadm’ v) Collate Settings as “Latin1_General_CS_AI How c ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. XNA Game Studio Express compatible with Visual Studio Professional

    Can't wait to get home and download XNA GSE but I'm concerned; will I be able to use it on a machine where I already have an installed copy of VS Professional I have another machine that I can use that doesn't have any developement tools on it but that would be inconvenient. I checked the FAQ and didn't see anything one way or another. Thanks in advance. Well you could always just create a windows application project, add the two XNA assemblies references and go on from there (done it with no problems), the installer needing visual c# express thingy was just a wierd mental screw up me thinks :) ...Show All

  • Windows Forms Dead Lock

    I made a C# App and it worked fine 24 hours ago. Now every time i hit a button for the thired time the App will dead lock and nothing will happen. How could this be Cisco ...Show All

  • Windows Forms Remote Debugging in ClickOnce Application

    I have a windows forms application deployed using Click once. Whenever user is accessing that application and running that i want to debug that application from my server by putting breakpoints at particular line in a particular form. How can i do that Gaurav ...Show All

  • Visual Basic How do I copy bitmap data to a buffer?

    I have an application that displays some images using PictureBox. There is a requirement to toggle between colour and monochrome or grey-scale versions of the image, so I've created a class derived from PictureBox that contains extra bitmaps that hold the various versions of the image, and then when the user switches between them, I just assign the relevant bitmap to the PictureBox. When the image is first loaded, the application generates the monochrome and grey-scale versions from the loaded colour version. This is where the problem lies. For each version of the image, I make a clone of the original, and then loop through X and Y, using GetPixel and SetPixel to change the colour based on a conversion formula. That also works ok, b ...Show All

  • Visual Basic Serious Problem!!! Please HELP!!! Project does not allow changes in code or design

    Hi, I was working at my project (Visual Basic, Visual Studio 2005) and while I was making changes a message box came up asking something about reloading my project. I clicked it.. and since then (i think its from that time) my project doesn't seem to build the changes that I make. For example, I added a form and deleted another, and although the project compiles and runs, the deleted form is still there and the new one doesn't exist. I even added a simple line of code in the form load event of my starting form, to show a messagebox but nothing. I am stuck. Please help. I tried to create a new project and add the forms from the old one but nothing. The forms are empty. When VS ask you to reload your project, that means yo ...Show All

  • SQL Server Package Validation Error : The package designer deletes the code from script task.

    While Creating a script task in Control Flow, I am getting "Package Validation Error". Here is the complete message: Error at Validate File and Load Data: The task is configured to pre-compile the script, but binary code is not found. Please visit the IDE in Script Task Editor by clicking Design Script button to cause binary code to be generated. (Microsoft.DataTransformationServices.VsIntegration) As mentioned in the message, I opened the script IDE and added the code I need. When I close the VSA IDE, package designer displays the same error message. The worst part of whole story is that if I close the package designer and reopen it, I find that all the code I wrote in the script task has been deleted by the package des ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Textured box not showing textures

    Iv been through the "How to: Apply textures to 3D Primitives" tutorial but can seem to get textures on my box. Its simply renderet in a single color (seems to be a color from the texture). Any idears code: using System; using System.Collections.Generic; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Audio; using Microsoft.Xna.Framework.Components; using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framework.Input; using Microsoft.Xna.Framework.Storage; namespace WindowsGame1 { /// <summary> /// This is the main type for your game /// </summary> partial class Game1 : Microsoft.Xna.Framework. Game { Effect ...Show All

  • Visual Studio Express Editions clicking a picturebox

    I have about 200 little pictureboxes that start simply white. When they are clicked they turn black. I'm using picture boxes because they are the only thing that can get as small as I need them. I'm hoping for a way that I don't need to re-write the code that many times. I've tried using Private Sub PictureBox1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PictureBox1.Click Me .BackColor = Color.Black End Sub But that changes all the picture boxes and textboxes and forms backcolor to black. I'm hoping there is some simple solution that I'm missing. Thanks for any insight. DMan1 wrote: Use a single click event for all of your picturebox ...Show All

  • Visual Basic problem using COM Class...(urgent help please!)

    I decided to develop a COM standard dll aiming to instanciate it using Excel 2003. After some help documentation look up, I realized that .NET 2005 is able to provide me a solution trhought a "COM Class" item. Below the code: <ComClass(XlBasic.ClassId, XlBasic.InterfaceId, XlBasic.EventsId)> _ Public Class XlBasic # Region "COM GUIDs" ' These GUIDs provide the COM identity for this class ' and its COM interfaces. If you change them, existing ' clients will no longer be able to access the class. Public Const ClassId As String = "A9FF699C-5289-4d10-9497-2219719DD2AB" Public Const InterfaceId As String = "94456DA3-99D1-48d0-97A1-09F4A4A5EADC ...Show All

  • .NET Development WebClient File Download Problem

    Hi, I am trying to download files from the web using System.Net.WebClient. The program works fine and I am able to download the files for the first time. But, when I try to run again I get "An exception occurred during a WebClient request". This behavior alternates for each run. In one of the threads, I read that it was because of keepalive property being set to ON on the webserver. Is there anyway I can fix the problem by some code changes. Here is my code sample. WebClient wc = new WebClient(); wc.DownloadFile("http://someurl/file1.ext", "C:/myfile1.ext"); wc.DownloadFile("http://someurl/file2.ext", "C:/myfile2.ext"); wc.Dispose(); Any help would be appreciated. Thanks, pravi I don't see the problem. ...Show All

  • Smart Device Development a socket was attempted to an unreachable host?

    Hi, I have opened my middle tier application with VS2005,CF2.0 (which is developed with VS2003(CF1.1)). When I run on VS2003 and pocket pc emulator 2002 , it is connected to server with out any error. but when I open on VS2005 (pocket pc emulator 2003) It is giving the following error. A socket was attempted to an unreachable host. can u plz give me the solution fot this if u know. Hi Ilya Tumanov, Actually I did setup through following this link. http://msdn.microsoft.com/vstudio/tour/vs2005_guided_tour/VS2005pro/Smart_Client/Testing.htm still i am facing same. Plzz, if u can give any give other solution. ...Show All

©2008 Software Development Network