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

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

mhubel

Member List

yjacket2006
Kosar
cgraus
Jarodtweiss
wfair
igor1960
colonel
fuddy
magmo
anders_sms
Eric van Feggelen
Mohsen Kokabi
breceivemail
Koray Samsun
Seas Comander
MLyons10
Dave Miles
Daticus
paulday
GraemeP
Only Title

mhubel's Q&A profile

  • SQL Server Deploying with a single path pointing to all files

    I'm having major issues deploying my SSIS script for updating our database. I've been updating the remote db from visual studio (files on local system with oledb connection to sql server where changes (schema and data are being made) and never really tested deployment. Everytime I try following their example the local settings and paths are copied into the remote server's settings. I tried using one folder to store everthing and setting the path as ".\" but it appends "C:\Documents and Settings..." to it. I have a lot of sql scripts and 7 packages. Please provide a link to a relevant article or leave a suggestion if you know how to do this in a simple way (use a dts variable to set the path on the remote server for the ...Show All

  • Visual Studio Express Editions Need Help :--- How to call a routine of C++ in c#.net

    How to call a routine of C++(Turbo c) in c#.net....... can anybody help me OK - we're back where we started. To call your C++ code you need to either build it into a COM dll, and use COM interop, build it into a normal DLL and call it using pinvoke, or move the code to VC++ Express Edition and build it as a C++/CLI dll and import it into your C# project. ...Show All

  • Windows Forms scroll richtextbox with custom scrollbar

        I want to scroll richtextbox with a custom toolbar ( a vscroll control ) and want to disable scrollbars of richtextbox. Any idea on how to go on that path any samples I've posted a short how to on the subject on CodeProject ...Show All

  • Visual Studio Express Editions vb command line problem

    Hi, I'm starting out in C++ and using the command line prompt to compile my programs using the cl /clr [programname].cpp command. Unfortunately, whenever I have alot of errors in my code, the error list this command generates overruns and I can't scroll backwards through them far enough to get to the earliest code errors (they seem to be "cut off"). Does anyone know a way around this Thanks so much, Chris What errors are you seeing What buffer do you want to change If it is for the buffer for the command window itself then just right click on thje Title Bar - select Properties - select Layout - and increase the value associated with Height (by default it is 300). I also like to increase the i ...Show All

  • Visual Basic panels with subpanels

    if i have a mainpanel and lots of subpanels. The downarrow has disappeard off the screen and the scroll button has varying sizes sometimes being so big it prevents the bottom subpanel from being shown completely. how do i force the size of the scroll button to be small and force the downarrow to appear i have looked at the functions/properties of the main panel but i dont see any way to control it... Thanks, Dan ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. How to make proper background

    Guys, do you know about any technique or good tutorial for rendering backgrounds I'm making a 3D directx space shooting game. I've made my background as this : 1 Sphere with cut caps (about 25% from each hemisphere) and 2 bended planes behind the empty spaces(cut caps) on the sphere. So using 3 textures - 1 for sphere and 2 for planes. However the image is still not quite reallistic and a bit distored mostly on the sphere. If I used just sphere I would get awful disstortion on the ends of hemispheres (because polygons meet up there in one vertex). I consider this to be just a temporary solution and I'm sure there is much better technique to render my SPACE background. Thx in advance, Peto ...Show All

  • Visual Studio Team System BVT's without Team System Tester Edition - Possible?

    I'm trying to create a Team Build that will run all my unit tests as part of the build. The problem is though, when going through the wizard it allows me to select the vsmdi file, but there is no test lists available in the drop-down (and since I don't have team tester edition I don't think I can create new test lists). We can still run the tests in our Team Software Dev Edition, is there a way to make a Team Build that will also run all the tests as part of the build process without purchasing Team Tester Edition Can somebody provide some details about how we specify a .testrunconfig file if we are no longer using a vsmdi Do we still need to use a vsmdi file in a <MetaDataFile> element in addition ...Show All

  • SharePoint Products and Technologies WSS 3.0 in Farm on Windows 2003 server Standard edition

    Hi, Can you confirm that it is possible to install wss 3.0 in farm mode on windows 2003 standard edition J. ...Show All

  • Visual Studio Express Editions Newbie How to question

    Hello To All: This is my first post. In regards to vb5-express how do you write a code for a button that will display a change for a dollar In other words I have a textbox that ask the user to enter cents from one dollar. However I do not know how to write the correct code that will give the user change in half dollars, quarters and so on, by displaying the change in a label after the button or calculating button is pressed. Any help welcome Well I tried that and it was close to what I wanted but not exactly. If someone spends 25 cents then the result should display 3 quarters left, and thats the result that I am trying to get. But as of now the result that I am getting is just the amount. So if you can try to h ...Show All

  • Visual Studio Express Editions how do i save information stored in .mdf/.log files

    I have a few apps i made that use SQL databases. How do I save the information stored in those database files (.mdf / .log). Can i simply copy the files and be confident the information will still be there when i reload them. Was curious in the event i wanted to, for example, format my hard drive, or maybe give to someone else. Hi, What you mean is to detach and attach the database: http://support.microsoft.com/default.aspx/kb/224071 http://msdn2.microsoft.com/en-us/library/ms191491.aspx Thank you ...Show All

  • .NET Development How to access Menu in MasterPage from Content Page

    Hi, I have a Master Page having asp:Menu controls having datasource as SiteMapDataSource. Depending on the menu item clicked corresponding page loads. I changed the style of the selected menu item using StaticSelectedStyle attribute. but when i clicks any hyper link on that content page which loads another page the menu item style is changing to StaticMenuItemStyle. I want to show the style as StaticSelectedStyle. How can i do that I tried accessing that Menu control from content pages page load function. But content page load is calling first and Master page load is calling next . So its throwing exception. Is there any solution for this Regards, Mohan. Ok, the thing is you can access the menu control and 'cha ...Show All

  • Visual Studio Express Editions define host application to debug a dll

    Hello, I'm using visual studio c# express edition and I want to debug a dll using a host application. I didn't find that options in the project properties Is there an option thanks, nope, no multiple projects.. I tried to set the dll as startup and it doesn't help. The only way I found to debug my dll is to add another exe project and set it as startup. and then there are problems because some times it finds the dll, and sometimes not - and you have to build several times until the visual studio is satisfied (and yes, I did set the solution build order). Not fun. ...Show All

  • Visual Studio Express Editions Accessing (create and delete) registry in console application

    Hi everyone, I m trying to create or delete registry through C++ console application. (not .NET components) help me or guide me to learn registry operation in C++ Waiting in response Hi. The MSDN library has a lot of information on using the registry. Here are some links to the specific operation you are wanting: http://msdn2.microsoft.com/en-us/library/ms724845.aspx -This link shows how to delete a registry key. http://msdn2.microsoft.com/en-us/library/ms724842.aspx -This link shows how to create a registry key. Creating a registry key... //this creates a registry key #include <windows.h> #pragma comment(lib, "advapi32.lib") int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdL ...Show All

  • .NET Development insert query error

    Hi, I wrote an insert query in TableAdapter and it gave me this error “Failed to get schema for this query”. The query that I wrote was this INSERT INTO STUDENT (S_ID, S_NAME, S_DOB, S_ADDRESS) VALUES (@Param1,@Param2,@Param3,@Param4) So how can I solve the error Thank you Same error using vb.net 2005 developer and SQL 2005 express database. Tried to create an insert query and used ' ' like I do when creating queries in a web app. connectionString = " Provider=SQLOLEDB;Data Source=BILLGATEWAY\SQLEXPRESS1;Integrated Security=SSPI;Initial Catalog=dbLegalEye " providerName = " System.Data.OleDb " /> Just switched from web devel ...Show All

  • SQL Server Another flat file parsing problem

    Hello All! I know this has come up before and I have tried several of the solutions found within the forum but I just can't seem to import my file correctly and could use some input, please. Sample file (less fields than actual file): Name (str), Phone# (str), Description(str), Resolved(bool), Met(bool) "Kay, Mary","123-4567","Used a "."not a"," in text", "1", "1" The text is qualified with " and columns delimited with commas but the description field has embedded quotes and commas. Normally it works except if there embedded quotes and commas. I have tried unqualified data and undouble, but that does not work either because of the embedded commas ...Show All

©2008 Software Development Network