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

Software Development Network >> Michael Herman - Parallelspace's Q&A profile

Michael Herman - Parallelspace

Member List

pwhitaker
Steve_King
e_LA
danych
Rattlerr
TennTechGuy
Araki66
Gravy
PCSQL66
Matt5646
Hrishikesh
mobigital
MrBradford
Mitch5713
OldtimerMCSE
Jean-Jean
William Lowers
William Bartholomew
NL Camp
Learning VB
Only Title

Michael Herman - Parallelspace's Q&A profile

  • Visual Basic Vb.net - Create custom database in windows application - Double click custom database file?

    With VB.net, I'm coding a simple application to get more used to the new .Net format. I'd like to save all the information to a 'new' database file. Can anyone point me in the right direction as to how to create a database on the fly, once that is done i'll be able to connect to it no problem, but actually creating the file is proving difficult to work/find out. Also, with vb.net and the newly created custom file, how can it be made to automatically open that information with the program Is there a method in installation to associate the file type with the new program How can i check when the program loads if a database file has been 'double-clicked' (rather than just running from the .exe of the program) and proceed ...Show All

  • Visual C++ transparent Bufferedgraphics&UI

    Hi everyone! I'm not sure whether this is the right place to ask about but If not so, can anyone redirect me to right place. Anyway here is my problem: I created a simple Windows Form which has a trasnparent background color, Let's say color1. This Form also contains a BufferedGraphics object (grafx). My aim is to make grafx has a transparent background, too. When I run my application it works fine(grafx and form both have transparent backgrounds), however when I clear grafx to draw something new, I lose the transparency of grafx. It becomes simply black even if I pick color1 as black. How can I reach transparency options of BufferedGraphics object if something like that exists if you have a solution for making grafx transparent without ...Show All

  • SQL Server Developer Edition Remote connection and related issues

    Hi All, I think I'm trying to do something I shouldn't but want to verify. I've got Visual Studio Pro 2005 Academic Edition with SQL Server Developer Edition. I loaded SS on my Windows Server 2003 PC server but am not able to connect remotely. I received help on another forum about how to connect the DevEdn but it doesn't read right. It appears that to do so, well, it even says, is a security risk. It just seems to me like Developer Edition was not made for remote connection. Is that true For any of you VB.NET/C# developers, is it hard to migrate a solution from a local solution to a network solution. That's what I'd do if I had to upgrade from a local version of SQL Server to a server PC based version of SS2K5. What is the ...Show All

  • Windows Live Developer Forums Custom pushpin images not showing up in 3D mode

    Hello All, Each pushpin I map has a custom image and that image shows up fine in 2D mode but is replaced with an orange thumbtack or something in 3D mode. Has enyone seen this before is there a solution TIA Andrew Hey, Sorry I was away and didn't get a chance to reply. This is easy to reproduce: <html xmlns=" http://www.w3.org/1999/xhtml "> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <script type="text/javascript" src=" http://dev.virtualearth.net/mapcontrol/v4/mapcontrol.js"></script > <script type="text/ ...Show All

  • Visual Studio Get Comments Programmatically in VSS Version 6

    Hi, We are using the version of source safe that goes with Visual Studio 6.0. We would like to get the comments for a particular file/project by code to help with the release notes. We don't need to add any comments, but we just want to get the ones that were already entered. Basically, we want to make a history report by code. Is there a command line option or other DLL/API that will do this Any suggestions Thanks for the help. Yup.  Here's the documentation + example code: http://msdn2.microsoft.com/en-us/library/microsoft.visualstudio.sourcesafe.interop.ivssversion.comment(VS.80).aspx edit: note that with VSS 6, you'll have to use COM -- we didn't ship the managed wrapper (interop.dll) ...Show All

  • Windows Forms Open form asynchronosly with reportviewer?

    Hello I have a form that is mdi container, I drop a menuitem, when I click the menuitem it opens another form which has a reportviewer control, this reportviewer is bind to a report, but that report takes some seconds to load the parametes and it locks both forms, is possible to open it while its still loading the report viewer How can I achieve this with c# the only code I have in the app is this private void reporte1ToolStripMenuItem_Click( object sender, EventArgs e) { FrmOcupacionDisco frmOc = new FrmOcupacionDisco (); frmOc.Show(); } Hey tio! You can make this by using a Multi-Threading way, Here are a simple example: ThreadPool .QueueUserWorkItem( delegate { MyF ...Show All

  • Visual C++ Exes build by .NET

    Hi, I have come to know that the executables build by the .NET are not complete executable rather they are furhter compiled right at the time of execution. Is the information acquired by me is correct Thankx & Regards, Ashish. Ashish Pratap said - .NET exes are different from the normal windows exes Yes. You are right. They are different from traditional executables. Like I said before .NET code runs on top of a Virtual Machine called the CLR (Common Language Runtime). You may also want to take a look at this article: http://www.codeproject.com/dotnet/dotnet.asp And: - To run the .NET exes we need to have the appropriate .NET framework installed on our machines. ...Show All

  • Visual Basic Printing screen through code

    Is there code to print screen through VB Excellent, Thanks. But is there a way to specify the file path to which you want the bmp to be saved to Or be linked to a save file dialog ...Show All

  • Software Development for Windows Vista when the WSD device's Function Instance can be available?

    I have a question about when the WSD device's Function Instance can be available for querying. If a WSD device plugged in, before user launches Network Explorer (Before PnP-X get notified) , can I write a program, calls Function Discovery API (such as CreateInstanceCollectionQuery) to retrieve the WSD device's function instance If not, when the function instance will be available is it after Network Explorer launched and before Pnp-X install the driver or after Pnp-X install the device driver. Thanks Network Explorer uses Function Discovery to query for it's results, but there are no other dependencies. The WSD Function Instance represents the device discove ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. xbox 360 controller

    Hello all. I have just puchased a Xbox 360 controller and try to figure out all the differerne possibilities. Right now i wonder about the button in the middle that looks like the xbox logo and with something that look like 4 lights around it. How can I program that one What do you call it And can I controll the lights Thanks Endre Thanks for the reply. I have never tried a real xbox 360 so i didnt know about the lights. Would have been fun to be able to use them in games. When it comes to the button I guess I have more than enught buttons to use. Endre ...Show All

  • Visual Studio Tools for Office Publishing on IIS server

    Hi I have a few questions about publishing VSTO solutions to an IIS server. The IIS server is only visible internally in our company. 1. What is the requirements to the IIS Server Is it really necessary to install FrontPage Server Extensions 2002 for it to work 2. If Frontpage Server Extensions is needed - how do I control security settings for this, without using the FrontPage application 3. Are there any disadvantages with using a webserver as "storage" for the assemblies and manifests for my VSTO solution compared to a network fileshare I hope some of you has some inputs to this, espacially 1 and 2. My arguments for moving the code to an IIS server instead of the internal file server, is that the solution is ...Show All

  • Audio and Video Development RequestSample has never been called ?

    Hi all, I've implemented MediaSource which exposes video and audio stream. 1. Topology started. 2. "RequestSample" on audio stream and raise MESample to deliver data. 3. ProcessInput of audio decoder and return NEED_MORE_INPUT to ProcessOutput. repeat 2-3,... "RequestSample" on video stream has never been called!! any idea or how MF can request sample to video stream thanks. As to why you never get a RequestSample on your video stream... You should, shortly after the application calls IMFMediaSession::Start. To get started with the troubleshooting, I'd closely examine the relationship between the topology, your Media Source, and your streams. If you're not doing so already, try to do playback throu ...Show All

  • Windows Forms WebBrowser control and html document(simple question)

    Hey, I added a .html document into my project. But How do you make it so that my web browser control "webbrowser1" will show the document, I named it "New_Tab.html" Thanks :) Ok, well I have some other html files that need to be in this webBrowser like Action Canceled, 404 error, and no internet connection, How do you code that   So, When there is a 404 error, instead of it showing internet explorer's I want it to use that line of code you gave me before to show a diferent html file, same for no connection  and action canceled... ... But I dont see anything in the webBrowser1. intellisense list that has anything to do with those 3...     Thanks :) ...Show All

  • Visual Studio Express Editions Database Project in VB2005EE

    I am building a small database app. I have a question about displaying data from the DB on a form. I have a form with a listbox and several textboxes. In the listbox I have a list of items from the database (Table A) and when I click on an item in the list the textboxes populate with appropriate data from the database (Table A) applicable to said item. To this point all works well. Now I want the listbox list to be sorted alphabetically. I change the Sorted property of the listbox to true and the list now displays alphabetically but selecting an item in the list now displays the wrong info in the textboxes. I must have to change a setting or Cam you did not place quotes around the stri ...Show All

  • .NET Development .net 1.1: The server committed an HTTP protocol violation & can't edit machine.config

    hi there. i have a .net framework 1.1 client, and upon downloading a certain webpage using HttpWebRequest.GetResponse(), i get the following error: System.Net.WebException: The underlying connection was closed: The server committed an HTTP protocol violation. at System.Net.HttpWebRequest.CheckFinalStatus() at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult) at System.Net.HttpWebRequest.GetResponse() at Talker.handleDownload(Char[] URLBuffer, Boolean isGet, Char[] postStringBuffer, Char[] referrerBuffer) in c:\documents and settings\eric anderson\my documents\yapta\yaptabot03\form1.cs:line 1335 i did a web search on the problem, and some people recommended editing the machine.config in the microsoft.net/frame ...Show All

©2008 Software Development Network