Software Development Network Logo
  • Game Technologies
  • Visual C++
  • Architecture
  • Visual C#
  • .NET Development
  • VS Team System
  • VS Express Editions
  • Visual J#
  • Windows Forms
  • Visual Basic
  • Visual FoxPro
  • Windows Vista
  • Visual Studio
  • Smart Device
  • Windows Live

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

Ahoapap

Member List

bkuwhopper
Phil Cowan
Brett Samblanet MSFT
Greg Allen
Scott Mauvais
Mrbaseball34
advind
Mar G
Rahul Kate
Shady9399
Steve Boyd
John Galt 2007
grischa
Aaron R
Dirk Strikwerda
fabianus
2162
Sam_bham
Coreymas
Gunky
Only Title

Ahoapap's Q&A profile

  • Visual C# webBrowser

    Can is save the webpage from the webbrowser i mean with all his images not links to the imagest Like Ms Word does in Internet explorer add COM reference to Microsoft Internet Controls. . . use this code: SHDocVw. InternetExplorer ie = (SHDocVw. InternetExplorer ) webBrowser1.ActiveXInstance; object pvaIn = "" ; object pvaOut = null ; ie.ExecWB(SHDocVw. OLECMDID .OLECMDID_S ...Show All

  • Visual Studio Team System Problems with Debug and FxCop

    Hi All, Sometimes when I starts the debug process, it do not stops in my breakpoints. I do the same thing with all my rules, but sometimes all my breakpoints do not work in all my rules.... When it happens, I am forced to create a new project and import all my rules to this new project. It is not a good idea and I'd like to know why it happens and if there is a solution. It happenned 4 times up to now.  I am using fxcop 1 ...Show All

  • Visual Studio Express Editions I want to save the listbox to a file .i will look the listbox when i open the program again.and how do i?

    the same subject Hey, You can't save the listbox, but the data for the listbox. What is your data source. Brian ...Show All

  • Visual C# import external classes

    Hi. I'm really new in the .net world and I would like some help with this problem. When I did some programming in PHP did I use to put classes in separate files so I could use the classes for diffrent applications. Is this possible with C# and how would a simpel code look like I would be really greatfull for some code, pointers in rigth direction or a direct link to some tutorial for this issue. Se below for description how I mean (m ...Show All

  • Windows Forms Error

    Anybody know why I'm getting this error as illustrated through the image below.  I get it when I try to install. http://www.imagereality.com/Images/Microsoft/DX9Installed.jpg I believe this happens in some cases when the dx7vb.dll com object is not re ...Show All

  • SQL Server Couple of questions

    Feel free to point me to relevant articles... 1) Preinit phase sometimes takes too long. Any way to workaround this What can I do to prevent something like this 2) I have a requirement that no temp files/data can be on drive C:. Does any tasks do something like this and how to avoid it 3) Dont want to inherite ErrorHandler to all childobjects. How 4) What is the buffer impact on Merge-Joins 5) It seems theres and issue wit ...Show All

  • .NET Development Endless waiting in use of System.Net.Sockets.Socket.Receive()

    I am using sample code from http://support.microsoft.com/default.aspx scid=kb;en-us;832679 . I used it to download many files in a single batch, it worked fine but sometimes Socket.Receive() (shown in red) went into a deadlock state like nothing returned. I tried to use other FTP client tools to download the same file, there was no problem. Will anybody enlighten me My environment is Visual Studio .Net 2002 and .Net framework 1.0. ...Show All

  • Visual C++ How do use conventional C++ Code with Visual C++

    Goodday I cannot seem to create any programs with Visual C++ I am not getting anywhere the only program that works is Hello World: #include <iostream> using namespace std; int main() { cout<< "Hello World\n"; return 0; } Not even the test win32 application want to run and i did everything like you explained Please Help Peder Really Because for other hundreds of thousand of programme ...Show All

  • Visual Studio Team System Error during TF Build

    When I run the build, everything succeeds (the build, the test) except for one small part: The deployment of the test results. Relevant snippet from the build log at the end. My questions are: Why the warnings about not being able to open the asp.net projects (which is not a big deal) and why can't TF Build create a folder at the drop location I double checked also - the user logged onto the box is a domain admin and the account that TF Build ...Show All

  • .NET Development SSL on TCP Socket, how in .NET 1.1?

    Is there a way, using intrinsic .NET framework functionality, to open a TCP connection over an SSL channel   I'd rather not get into buying libraries, etc.  Java has the javax.net.ssl.* objects, and I'm not finding an equivalent in .NET. I looked all over the Internet, but nowhere a pointer/solution can be found. Please note this is a socket connection, not an HTTPS connection. Also, it's about .NET version 1.1. Any hints/tips/rem ...Show All

  • Visual C# direct sound question

    ok I have the server and i want to make the VOIP i want to capture sound from the microphone and then send it to the client.. the send and capture thing is real time.. i mean when it speaks the client should hear.. Foreach 10 bytes captured seed to client... How can i do that Any toturial.. any answer is best aprecited . Thanks!! ...Show All

  • Windows Forms right-click event

    where is right-click event on button and another cotrols I can't see it in events list... How would you make the right-click event select an item For instance, if you wanted the right-click event to select an item in a listbox, and open a context menu for that item.. how would you code the right-click to choose the item in the listbox Currently, I have to select the item with the left-click, then right-cli ...Show All

  • .NET Development config file and RegisterChannel()

    hi, i'm running .net remoting server with user channel. it's config file is like : < channel type ="ChannelClass, dll" port ="2200" priority ="100" interface ="localhost"> < clientProviders > < formatter ref ="binary" /> </ clientProviders > < serverProviders > < formatter ref ="binary" typeFilterLev ...Show All

  • Visual Studio Express Editions Create an extension virtual drive.

    Hi, I am trying to make my own app that will allow user to create thier own virtual drive. does anyone have any clue on how to start To create a fake drive you probably need to write a device driver. That's not something you do in C# or any other managed language. ...Show All

  • SQL Server Remote Connection with SQL Server 2005 Developer Edition

    Can I do a Remote Connection with SQL Sever 2005 Developer Editio Yes. You have to enable the remoteconnections first: http://www.sqlserver2005.de/sharedFiles/remoteconnection.jpg HTH, Jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

©2008 Software Development Network

powered by phorum