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

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

StevDobr

Member List

Brian Senecal
Amit Jitendra
civicsiman123
KamalHWZ
Tommy 06
J Dunn
syperk
The One
AA2e72E
iacido
ray fitzh
lxl6428
WonderWoman
Manivannan.D.Sekaran
oracle47
Deanrm
Gravyboy
Roman K
Chear
Jack Knife
Only Title

StevDobr's Q&A profile

  • Visual Studio Express Editions Visual Web Dev...problem, where am I going wrong? Please help!

    hello. If someone could please help with image boxes that would be great, the problem is the jpg is visable on my construction IDE but when I start debugging on the local host it does'nt appear. It's driving me crazy. I've added the item through new item --> resource file. and is visable in the app resources file and I've linked it through the properties image url. Please could some provide a checklist for inserting images onto my webpage, I'm new to C# & visual web developer and any help would be appreciated. < br /> < br /> < asp : Image ID ="Image1" runat ="server" Desc ...Show All

  • .NET Development Access Database JET 4 using VB.NET

    Hi,     I would like to know if I need to have MDAC_TYP installed on my PC to allow an application to write to an access 2000 database.  The VB.NET application uses adodb and I thought that the .NET framework installation and also the deployment package would take care of the dependancies. However, when I tried to run the application on a PC that did not have MS Office installed it failed when trying to write to the database. I think the easy option is to install MS Office but I would like to know if there is another way to do this. The PC that I want to run the application on is running Windows NT4.0 and although MDAC is ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. issues installing DXSDK_Dec2005.EXE

    Hi, I downloaded the SDK (december 2005) and I cannot install it. A window comes up saying: "Extracting file failed. It is most likely caused by low memory (low disk space for swapping file) or corrupted Cabinet file." Well, my machine has 2Gb of ram and my swap is the same size so I think the file is corrupted. Can anyone send me a link to a zip file that has the SDK extracted or a link to an EXE that has been tested to work I have downloaded the same file many times and have run into the same problem. thanks Have you checked disk space on your machine, the program will extract the file to a ...Show All

  • Architecture need som direction

    Hi All, I'm a overseeing a project using asp.net tech uppfront for data capture and vb.net client where the data is manually manipluated and then returned SQL Server and back to the Asp.net client. Have any of you heard of an instance where you have used IIS to cache to relieve performance problems is this a often occurrance isn't this a sign that the application as such is poorly designed Background to my question are based on the development team has developed 1 major Object which is about 2MB in size which is sent back & forth between the client (VB.Net) and the server (SQL Server) which has created performance ...Show All

  • Visual C++ no debug info

    when i start my app in the debugger, the ide issues a warning about one of my dlls not containing debug info. however, the dll has been built with debug info. any ideas what would be causing this (build.log below) WM_THX thomas woelfer http://www.die.de/blog Build Log      Rebuild started: Project: kernel.native.calculations.design.concrete.bending, Configuration: Debug|Win32  Command Lines      Creating temporary file "c:\statik\kernel\native\kernel.native.calculations.design.concrete.bending\Debug\RSP0000774642908.rsp" with contents [ /Od /I "c:\statik\kernel\include\vc6" /D "WIN32" / ...Show All

  • SQL Server Stumped...JOIN with a DatePart on a field name...

    OK...yes I am new to SQL Server 2005...I am moving T-SQL from a 7.0 server to a 2005 server and I am struggling with joins. The following is supposed to retrieve all records from the WebProxyHours table...which simply contains the numbers 1-24 and report the ClientUserName and PageHits for those in hours in which data exists in the table WebProxyLog. I have failed to make any progress so far...my code simply displays data only for those hours in which there is data. I use this data to display a 24 hour graph...showing all of the hours of the day even though they may not have had any activity. If anyone could steer me in the right directio ...Show All

  • Visual Studio Express Editions Add Web Reference disabled in C++ for MFC-Extention project

    I have a WEB-Service, create an MFC dll and would liek to call the service methods from the dll. As I know I should Add Web Reference to the dll, but the menu item (project)/Add Web Reference is disabled in the VC C++ Express. How to enable it Thanks! Vsiaul C++ web services support requires the use of ATL, which is not offered in the Express edition.  You must programmatically enable this support. Thanks, April Reagan Visual C++ Program Management ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Which software to use, to author .x files?

    I've come to the point in my 3D application where, I have created all basic 3D stuff and rendering 3D primitives with textures. It is time to import .x files and render them. I used the tiger.x and tiger.bmp and the code from the Meshes tutorial and it worked fine. But what I want to do is create my own .x files - textures applied. Also, the Meshes tutorial says that D3DX can only handle the geometry and we have to setup the textures and materials for the mesh. What software should I use to author .x files and apply textures to them Any freeware or shareware will be helpful because I don't have money to buy commercial softw ...Show All

  • Windows Forms How to change the height of the main menu bar?

    How can I change the height of the main menu bar programmatically I read I must use WM_NCPAINT message..... but how to do it regards, gicio ...Show All

  • Windows Forms passing variables between forms again :)

    I have read about five different threads about passing variables between forms and none of them have made much sense to me or helped me. I know i am very new and green but can't seem to figure it out. So one more time could some one help me in simple terms. Show me how to be able to access data from one form to the next. I am wanting to for example access a string that i have assigned in form1 and use it in form 2. Don't know how to do it. I am using VS 2005 C# Thanks for any help with me being so dense. Generally the easiest way is to make a property (accessor method) on the form that has the variable and a ...Show All

  • Visual Studio Express Editions Runtime Error On Delete / Free, only with "/MD" and outside the IDE

    Hi, I appreciate any help with this issue. I have an application which runs fine both in debug and release mode, if I launch it within the IDE. The debug compiled .exe "/MDd" can also run fine outside the IDE. However, the release compiled .exe "/MD" gives a run time error: ************** Exception Text ************** System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. at free(Void* ) I have triple checked all memory allocations and frees and all seems correct to me (I am an experienced C++ developer). Of course, it wouldn't b ...Show All

  • Visual Studio Team System Builds fail after upgrade to RTM

    We were running on Beta 3 Refresh using the build services for a couple of months now with no problems doing builds. Today we upgraded to RTM and now we get the following errors during the builds. Not sure where to go on this one. Any ideas would be much appreciated. Error: Build started 4/20/2006 11:00:30 AM. __________________________________________________ Project "d:\builds\HelpDesk\HelpDesk Assembly\HelpDesk Assembly Build & Deploy\BuildType\TFSBuild.proj" (EndToEndIteration target(s)): Target InitializeEndToEndIteration: UpdateBuildNumberDropLocation BuildNumber='HelpDesk Assembly Build & Deploy_200 ...Show All

  • .NET Development Writing data to a temp table

    Hi there, I'm trying to write the contents of a DataTable to a temporary table in SQL. I create the temp with the following statement.... TableAdapter tableAdapter = new TableAdapter (); SqlCommand myCmd = new SqlCommand (_tempTableSQLCommand, tableAdapter.Connection); Then I call a method that I have set up on the Table Adapater which calls a stored proc which inserts data into the temp table... tableAdapter.InsertAssetTemp(.... Paremeter Values ....); But when I call the method, I'm getting an error that the temp table does NOT exist. I'm obvioulsy missing something which allows the table adapater quer ...Show All

  • Visual Basic Publishing a program with an Access Database

    Hi, I was working on a program with Access Database and although the program works fine when run on Debug mode from within Visual Studio 2005, when I tried to publish it into an executable setup file, the access databse doesnt seem to be included. Is there any particular additions I have to make to the resources or settings to include the database file before I publish The reason is, when I work with a SQL server database, VB 2005 takes it automatically. But not the same with Access Databases. If someone could tell me why this is so and how to rectify it, I would be extremely grateful. Thanks and regards. Arun. ...Show All

  • .NET Development Is there a way to add a blank Item on data binded Combox?

    Hi all, Is there a way to add a blank Item on data binded Combox without adding new balnk row on the Table or new blank item on Arraylist Thanks. You can put this in the Page_Load: yourComboBox.Items.Insert(0, New ListItem( " ")) This will create a blank space in your Combobox. ...Show All

©2008 Software Development Network