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

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

Nip

Member List

Salvo Dan
Jay Chan
SheRa
ScottComstock
Vit Pippal
mbaird
Chipala
Jim Griesmer
Jingyu
Michiel de Bruijn
Bollwerk
AlbertoSpin
ZeBobo5
Luigip
pedron
DJS -Damien
rokohl
mlal
Ravi Kant Kumar
Daryl Zavier
Only Title

Nip's Q&A profile

  • .NET Development Checking if I'm online

    Hello there! This is my 1st post here and I'd like to greet all people here and ones that are yet to come! I hope we will cooperate just fine. For start, I have a question: I'm making a project with Visual Studio .NET. It is a counter that counts time spent online. (most people in Croatia still use dial-up networking, including me) I'm doing the code in C++. I was wondering how can I check if I have connected to Internet. Another think (I think that would be better): Can I set it so that when I connect to Internet, I send information of establishing connection to my program (if program is not ran, it runs the program first). Is this possi ...Show All

  • Smart Device Development Can I draw 3D objects by C# (cf 1.1)?

    Hi everyone, I need to do a really simple and samll 3D universe in a pocket pc 2003 using c# in .net cf. I was searching on google for hours, but I couldn't find any related resouced about that, I have a reference book but all the drawing method are 2D, anyone can help me of that, really appreciate! Many thanks! Ray and I don't see I will develop other 3D app soon in ppc so I don't want to buy another pocketpc just for one program, and I also need cf 2.0 too..... ...Show All

  • SQL Server Bookmark Lookup

    Fellow Developers i have a query that has joins of tables with huge data (more than 2G of records per table). the execution plan shows me the 80% of the execution is on a "Bookmark Lookup" on the biggest table. Does anyone have clue how can I optimize this query other than using covering indexes... best regards Jeries Shahin wrote: Other than using covering indexes... Well, if you know the answer already.... Seriously, you need to understand how indexes in SQL Server work (you may already, so here is the short version.) The nonclustered index uses the key of the clustered index rather than keeping a poi ...Show All

  • .NET Development How to lock up a file

    I am writing some C# code which processes a set of files in a source directory and then moves the files to a destination directory. The code must be able to handle a situation in which one of the files might become locked while the files are being processed. I am not concerned at this point with how to handle the exception when a particular file is locked. What I need to know is how can I lock up the file You see, I must test my code against a file that is locked up. I tried locking up a file by selecting it, and then right clicking on the file and selecting rename. I also tried opening the file for edit. Neither of these two methods will ...Show All

  • .NET Development Change Active Directory Users Password on 2.0 Framework

    Hi All, I remember reading a while ago that the 2.0 DirectoryServices framework would expose new methods to change a users password.  This would be instead of calling ADSI via Invoke.  Does anyone know if those methods exist or does Invoke still need to be called on the DirectoryEntry object Thanks! Stefan In the current 2.0 release of the framework the password functions need to be accessed through invoke. Travis Querec[MSFT] ...Show All

  • Visual Basic Server Explorer errors PLZ

    I have been struggling for days with this problem, and i cant find a forum with the answer. Im running VB.net Standard, on XP service pack2. I have both Access, and MS SQL... In VB.net I click on server explorer, then add connection. I have tryed both Access(Jet) and SQL, after I enter in all the correct info I click the test connection. It always says successful. Then I click ok, and I get the same error over and over: Server Explorer, unable to connect, please check your username and password and try again. Its driving me nuts. What seems to be the problem with me or vb.net. Im begging for help at this point. Thank You So Much! ...Show All

  • Windows Forms Datetimepciker

    Hi I am setting up a form in VB.net that uses a Datetimepicker control to select the date which is then entered into a SQL Database along with the data from the other controls If I select a different date using the control the date is entered correctly into the database. My problem is if I dont select a date and run the insert no value&n ...Show All

  • Visual C++ "Waiting for an internal operation... please contact Microsoft"

    I am using Visual Studio 2005, C++. When I'm debugging, very often VS hangs and sometimes it pops up with the balloon text saying that it is "waiting for an internal operation to finish". If it occours regularily, I should contact Microsoft. Who should I contact And with what informations I can't say what is causing the delay. I am very tired of waiting for VS to finish its internal operations. Kind regards, Chau Perhaps these articles give some explanation: http://msdn2.microsoft.com/en-us/library/fdxt2hcd.aspx http://msdn2.microsoft.com/en-us/library/8037k9sb(VS.80).aspx ...Show All

  • Visual Studio Error "0x80072f0d" while connecting to VSS 2005 from VS 2005 through HTTP

    I am not able to connect to visual sourcesafe 2005 from Visual Studio 2005 through internet. I tried everything given in post http://forums.microsoft.com/msdn/showpost.aspx pageindex=3&postid=2774&siteid=1 but no success. VSS database is on Win 2003 server and SSL is activated. I can access VSS from VS 2005 on the same server m/c but when I try to connect to VSS through internet from Visual Studio 2005 from another client m/c which has Win xp gives following error "Cannot contact the Visual Sourcesafe internet web service or cannot access the specified database. The server returned the following error code:0x80072F0D ...Show All

  • .NET Development need help for developing an application which could access the CyberJack Card Reader.

    Hello All I need help for developing an application which could access the CyberJack Card Reader. I have to use asp.net for this and the card reader is connected to the web server (where I hosted my web application). I need to read the details from the card and display in the web and while I am sending the details then I have to authenticate the pin number and should add the digital signature with the outgoing details. Can anyone guide me in the proper direction Regards Anoop I have replied in you cross-thread in the C# Section, you can find it here . This thread will be closed now. ...Show All

  • Visual C++ Web Browser

    Hi, I'm Robert, and I'm new to C++.  I am using Visual C++ 2005 Express Edition Beta and I'm creating a web browser.  My layout is, for the most part, done, now, I have to implement all of the functions.  I need to find out how to make the File | Edit |View | Favorites (My version of "favorites is different, I just used that name so everyone would be familiar with it) |Tools | Help..... As well, I need to make the browser's buttons work, like Go, Refresh, Back etc AND I've tried to send what I've done so far to people, but it won't work for them, and I'm guessing that I have to put in certain dll files or something, how d ...Show All

  • Visual Studio Express Editions Saving Text to an Excel file

    I have searched all over for this, and can't figure out what to do, could somebody please start from the top, and explain to me in depth exactly what I need to do to Save text to an excel file Using normal file appending doesn't ever change the cells, I need a more integrated way, so please explain to me what I need to do from scratch, as of now I have nothing on my project. -Thanks I'm assuming that you are using Visual Basic 2005 Express Edition to do this. Check this link out in Help in VB2005: ms-help://MS.VSCC.v80/MS.MSDN.v80/MS.KB.v10.en/enu_kboffdev/offdev/306022.htm (you will h ...Show All

  • Visual Studio Express Editions Getting system icons for TreeView

    Hi, I'm trying to get system icons using the code below: SHFILEINFO sfi; HIMAGELIST hImageList; hImageList = (HIMAGELIST) SHGetFileInfo(TEXT( "C:\\" ), 0, &sfi, sizeof (SHFILEINFO), SHGFI_SYSICONINDEX | SHGFI_SMALLICON); treeView1->ImageList = hImageList; // gives compiling error When I try to build the solution, it gives the following compiling error: error C2664: 'System::Windows::Forms::TreeView::ImageList::set' : cannot convert parameter 1 from 'HIMAGELIST' to 'System::Windows::Forms::ImageList ^' No user-defined-conversion operator available, or Cannot convert an unmanaged type to a managed ...Show All

  • Visual Basic Splash Screen

    Vb .net if I create a spash screen and load a new form - when I dispose of the splash screen it kills the entire application. Any ideas or better methods to doing this rich I added it to the form closing event and it worked awesome!  Thanks for your help... rich ...Show All

  • .NET Development Visual Studio .NET & importing an existing site

    I've recently been hired to overhaul a website.  It was built with .html and .asp pages as far as the design aspect, but the forms and DB connection is done in .NET. I've tried opening the website in Dreamweaver and I'm able to do site design no problem, but getting the .net code pieces imported into the dreamweaver program isn't working.  The .aspx and .ascx just won't come in.  As an example, there is a .net "login and user name" form, more or less, that I can't bring ino the Dreamweaver layout and get it to actually load/work. My company has purchased Visual Studio .NET and it should be coming in the next few days. My ...Show All

©2008 Software Development Network