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

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

DaveSussman

Member List

BrettDerry
chris441962
franziss
reya276
Rahul Garg
Remus Rusanu
Jay433882
Ralphs
the emrah
swiftdc
JamesPang
Gravy
darynk21
cdaviduik
Klaus Prückl
Lee John
Grumpy McNasty
Karthick Sukumaran
Terence Tung
netleon
Only Title

DaveSussman's Q&A profile

  • Visual Studio Can't install 90 day trial version VS 2005

    I have downloaded the trial version of Visual Studio 2005 twice. Each time it downloaded as an image file. Trying to open the file fails. There is no response at all. Do I need to download an installer According to the MS website, launching the file should bring up an installation wizard but this doesn't happen. What gives The problem at present is that simply attempting to download  results in a 1.13 KB (1,165 bytes) IMG file, instead of a 2Gig file. This is a problem with Microsoft's site...I've tried it on remote computers all over...same deal   Try downloading Visual Studio Pro 2005 90-day trial - you'll see ...Show All

  • Microsoft ISV Community Center Forums Running a macro if new mail if from a specific address

    Hello, I'm currently trying to write a macro that is run when new mail is received in Outlook 2002 (possibly XP not sure though) I would like the macro to check if the new email is from a specific address (in this case sales@falcontrunking.co.uk ), delete the email, and display a message saying "There is a new message in the Sales Inbox". I know how to run a macro when a new message is received and I know how to show a message box saying "There is a new message in the Sales Inbox" but I don't know how to check if the new message has been received from a specific address. Can anyone help me This should do what you're looking for. You may need to adapt it slightly to fit your ...Show All

  • Visual Studio Express Editions VB printing bug?

    Hi! By some reson when i run my printing application with the following code: Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click PrintDocument1.Print() End Sub I get the document to print once, then if i press the print button again it wont print any text. The printer tries to print the text but the paper comes out blank. Do i need to enter some other kind of code to clear the printer memory or something Any ideas Do i need to configure the printer in any special way in VB 2006 Express I have a Lexmark Z615 printer which i'm using at home to make the program. Best regards, Math Poetjevel, 1. Since you ...Show All

  • Visual C++ Change Cursor Color

    Hi, I am writing a C coding compiled with visual studio 2005. I would like to change the color of the window cursor from white to other colors like red, black or green. Any help is appreciated. Thanks alot Note that this question is off topic for the VC++ langauge forum. See http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=789657&SiteID=1 for information about which queries should be made here. Questions about GUI, libraries (other than the STL and standard c++ library) and Platform SDK should be made to the respective newsgroups at http://msdn.microsoft.com/newsgroups . What you specifically have to do, is create custom cursors (which are pretty much the same as icons), and set these in ...Show All

  • .NET Development cannot get web application service

    When I try to add a new SqlDataSource and click 'Configure...' I get an error message "cannot get web application service" and then it won't let me click 'New Connection' to setup the connection string. Any thoughts Thanks in advance. I'm in middle of something right now but thought I'd post this anyway. I'm new to vs and microsoft and have been trying to ramp up with the masses (coming from a j2ee/oracle background). What I (think I) figured out was that sqlexpress is different from a full blown sql server. I seem to recall that there were 2 options for connecting to database and one was to go to file system to locate the sql server file.  I believe that I was successful at doing this. I downloade ...Show All

  • Smart Device Development Typed Datasets and Commands...

    Hello. I have make a Typed Dataset in my Project, it have created the update, insert and delete commands, but in some point some tables have "lost" this data, i dont know if is something i touch, or something else... is there any way easy of regenerate this commands thanks! 1. Delete typed dataset from the project. 2. Create typed dataset one more time. After you do that all commands would be restored. ...Show All

  • Windows Live Developer Forums I can get a location desc by a gived zipcode, but How can i get the lat&long series of the location?

    i mean that it's not a point but a polygon. thanks for your help. if my sense for understanding bad written forum posts is still working, you want the polygon boundary of a city, or district, right well, VE doesnt provide such data. you need to create your own database with the (zipcode or city name) to polygon data relation, and load them via ajax. if you look at www.hameln.touristika.info there are some mountainbike routes. Not the boundary of a city, but quite the same. ...Show All

  • Visual FoxPro Upgrade MfoxPlus program to Visual FoxPro

    I had an early verson of FoxPro and I remember that it would convert mfoxplus programs to foxpro. Now years later an old customer is tired of running the program on Windows 98 and has upgraded to XP and would like to upgrade to a program that will run networked on XP without lots of problems. Will the new Visual FoxPro convert old foxplus code If not was there a version of Visual FoxPro that had this ability. Any help will be appreciated................ Aleniko, "If you are running in a multi user environment all your machines have to be XP, or 98 - you can't mix and match cause you would run into some locking problems." Our customers (and we ourselves) ...Show All

  • .NET Development Class diagram architecture question

    Is it a standard practice to have an abstract parent class for the sole purpose of grouping a particular set of classes There is no methods, members or anything in the class. Here's an example of what I'm trying to ask: Say I have Superclass called RobotPart, and a class derived from RobotPart called Physical. Both of these classes have their own properties and methods. I was wondering if it was conventional to have two derived classes of Physical called Structural and Sensor, neither of which have any properties, methods, members or anything, other than a constructor that passes variables back up to Physical. Of course these classes would be abstract, and would not allow instantiation. I agree with declaring ...Show All

  • SQL Server Primary & Secondary Server

    Hello, I would like to know how do I carry out this two cases in efficient way: 1. I have two SQL 2005 servers running. One as primary, one as secondary. I would like to synchronize or replicate the transactions at real-time. 2. When primary goes down, I would like my secondary server to take place in needless of IP changes and application settings. If you have a good architecture on this, please share with me. I am not sure whether my questions are clear enough or not. I also will be reading some articles about these. Thank you in advance. Regards, Paing Hi, First of all this is not an easy question. You need to ask few questions to yourself (a) What is the level of availability you want for data (b) what ...Show All

  • Visual C++ error C4430: missing type specifier - int assumed. Note: C++ does not support default-int

    Hello, I am begginer in c++ language, please help me by telling whats wrong here: #define DENSITY 1200 #include <stdio.h> #include <conio.h> #include <string.h> main() { float weight,volume; int size,letters; char name[40]; printf("vardas \n"); scanf("%s",name); printf("%s, koke mase tavo ",name); scanf("%f",&weight); size=sizeof(name); letters=strlen(name); volume=weight/DENSITY; printf("kul, %s, tavo kuno turis yra %2.2f kubiniai metrai \n", name, volume); printf("beto tavo varda sudaro %d raides \n", letters); printf("ir jis uzhima komp. atmintyje %d baitu \n", size); getch(); return 0; } c:\documents and settings\nubas\my documents\visual studio ...Show All

  • Visual Studio Express Editions Microsoft Access - Visual Basic 2005 Express Edition ?

    I have create database in Microsoft Access 2003 Pro . And i have bind in Visual Basic 2005 Express Edition. But how is the code for add user and delete user and save new user Please You have the choice of using datasets and datatables to manage the database or the use of sql statments and command objects...it depends upon the application SQL Statement will be needed in either case.... Add: "Insert Into TheTable Values( , , ) Delete : "Delete * From TheTable Where Field = Blah" Save: "UPDATE TheTable SET TheName = "Balh" WHERE TheNumber=1" ...Show All

  • Windows Live Developer Forums Driving Directions

    I have this code and I do not know why it is not working can someone please help ! Got it from viavirtualearth.com Link to the demo they gave: http://overlay.viavirtualearth.com/Overlay/DrivingDirectionsVE/ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <meta http-equiv="imagetoolbar" content="no"> <title>Driving Directions using Virtual Earth (USA only for now)</title> <link href=" http://virtualearth.msn.com/vems/VE_MapSearchControl.css " type="text/css" rel="stylesheet" /> <script src=" http://dev.virtualearth.net/commercial/v1/VE_MapSearchControl.js"></script > <link ...Show All

  • Visual Basic Embed TrueType font in VB 2005

    Hello, I have created a TrueType font that I would like to use in a project but I don't want the font installed on the end users machine. Is it possible to embed a font as a resource, or otherwise, in a VB 2005 project How do I protect a font form general use/distribution Thank you in advance, ED Hello, Thank you for the quick response! I have loaded the code and modified it with my font name. I set the 'Build Action' to 'Embedded Resource' as required. When I run, the 'fontStream' variable is always 'Nothing'. Do I have the required 'Imports' wrong Here is the code as I have it: Imports System.Drawing.Text Imports System.Runtime.InteropServices Imports System.IO ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Tempo Sync

    Hi, As a programmer of DirectMusic, I'm somewhat dissapointed with the inflexibility of the XACT Engine. While I know it does exactly what it's meant to do, is there any chance that future releases will enable us to synchronise samples from the wave banks with other audio. Say i might want to bring in a strings section after 4 bars over a back ground sample that continously loops. Then say another piece to layer after 20 bars. I appreciate the idea is to have the sound designer deal with whats what but it'd be good to have a little bit more flexibility for the programmer. Also I appreciate that this could be recorded as a single shot but the memory overheads are surely reduced this way. Thanx ;) ...Show All

©2008 Software Development Network