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

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

DarkDream

Member List

AGoodman
dear_vvr
agjevik
BChristensen
Kailas Bhoite
John Bower
OfficeDeveloper
Maarten ter Mors
The Villager
Maaloul
MrShenanigan
JohanBarnard
Jirong Hu
Xzarian
MikeGB621234
Maxime LABELLE
Moustafa_
Shayl
Capt. Jean-Luc Pikachu
VFP avid fan
Only Title

DarkDream's Q&A profile

  • Visual Basic Writtig a client server app

    Hi can anyone help to explaim how to use the system.net.socket to write a two tie app. that is client can read and write to a sql2000 server with others at thesae time. And how to connect the two client/server application together. Any help will be appreciated thanks and God bless. Murtala Fastest in terms of development time yes, but xml web services are very slow in comparison to just raw socket communications. The serialisation's a big overhead IMO. Having said that, I would (and do regularly) use web services. I think they're brilliant - just that they do introduce some overhead :) ...Show All

  • Windows Forms calling GetThumbnailImage()

    How do I use GetThumbnailImage() What do I do with the Abort CallBack delegate I am currently using null which seems to work, but is probably not a good idea. The german .net class library documenation says that you must create a GetThumbnailImageAbort delegate. But the GDI+ 1.0 documentation says that this delegate is optional (for native languages). So I think you should better create a delegate which just returns false ...Show All

  • .NET Development C#'s world

    Hi I'm making an investigation about C#sharp language and compiler, and I would like to ask you How many C# developers are over the world ,  I will really apreciate that you if you tell me the source of the your information, if you don't know, could you suggest me any action ., thanks in advance ComputerWorld had made a user survey about this early this year, you can find the result from their website: http://www.computerworld.com/developmenttopics/development/story/0,10801,100542,00.html Though it's a little almost a year old survey, hope it may provide some help regarding your investigation. ...Show All

  • Windows Forms ToolStrip Merging

    In a mdi application, I'm having trouble getting the toolstripmenu and statusstrip to merge from the child into the mdi parent.  I could do it when I had the old menu's. The mid child menu just appears in its own window.  I tried all of the merge settings. For the status strip, I guess I can update the parent status strip. Any ideas Thanks, Mike D Brad, Thank you for you work around. After doing another hour of research, I found that the mergeindex of the menu item being merged (child form)had to be something other than -1  and it is 0(zero) based.  Also I believe, the visible =true prop ...Show All

  • Visual Studio Team System Visual Studio 2005 Team Foundation Server Trial

    Is it possible to upgrade to the trial edition of Team Foundation Server from the release Candidate and later, when we have got it, upgrade from the trial to the "real thing" Actually, I ask if and how we can upgrade from the trial of Team Foundation Server to a real license. /Christer Yes. To upgrade to the full version, all you have to do is re-run the installer in "maintainance" mode and enter a product key. Since the Trial is posted for download and the full version is off getting manufactured, it's actually the easiest route for everyone. See: http://blogs.msdn.com/robcaro ...Show All

  • Visual Studio Team System How to make Warehouse database auto-refresh?

    Hi, I have called the Warehouse Web Service to kick off the refresh the data of Warehouse database, how can I cancel this action What I have done is below: Go to http://localhost:8080/Warehouse/warehousecontroller.asmx using a browser on the app tier. Click the ‘Run’ link. Press the ‘Invoke’ button. Thanks. There is no cancel action for actions to be processed into the warehouse.  The process is also automatic.  It should occur every 2 minutes (or something like that) ...Show All

  • Visual Studio Team System Test Run deployment issue: The location of the file or directory <assembly path> is not trusted.

    I am getting this error when I try to run a unit test.  The assembly is a 1.1 assembly that is strong named.  What else do I need to do   My system (XP/SP2) doesn't have an unblock button !! Is there another way of unblocking this Neil ...Show All

  • Windows Forms ClickOnce On-Line Appliation not Getting Latest Fixes When Publishing

    I have a ClickOnce application that I have successfully deployed. Now I have made some bug fixes to that original application and have published to the same directory as previously. But when someone accesses the application through the "Run" button they are running a version without the bug fixes. When I debug the application locally the fixes are present and working. Why wouldn't publishing the application get the latest fixes to the clients I have fixed the above issue by making sure that checkbox is checked. I am now able to successfully publish but now I am getting an error when the application is starti ...Show All

  • Visual Studio How to create crystal report components like(ITextObject,IBoxObject,... ) at runtime?

    Hi every body, I try to build dynamic report by VB.Net where i want to create crystal report components like(ITextObject,IBoxObject,... ) at runtime but i do not how and if it possible to do that. If there are anyone can help me. Please Contact me. Thank You. Hi, I'm moving your question to the appropriate Crystal Reports forum http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=77&SiteID=1 . Best regards, ...Show All

  • SQL Server .NET Framework 2.0 question

    This question also posted to microsoft.public.sqlserver.notificationsvcs. Notification Services on SQL 2005 utilizes .NET Framework version 2.0. (correct ) If so, will there be a version of microsoft.sqlserver.notificati­onservices.dll for SQL 2005 NS that will allow me to create subscription management applications using VS 2003 and .NET Framework 1.1  Or must I use VS 2005 and .NET Framework 2.0 Thanks, Peter This topic had not been updated for SQL Server 2005. The topic was rewritten shortly after the April CTP. Sorry about the old content. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Thoughts about PC Gaming and its current problems

    Hello to all, I’ve been thinking about windows game development and why with the flexibility and power that a PC offers is inferior to the consoles (sure, pc gaming is not dead, but is the business is dying when you compare it with the console business)  and I came to the following problemas that affects pc gaming. 1. Performance. Let’s face it, in order to play the lastest games in a nice way (nice graphics, good framereate) I need a killer pc, even playing in a medium setting sometimes is still a drag. It’s like the games were designed (and programmed) to run on the hardware available next ...Show All

  • Visual Basic System.Security.Permissions.SecurityPermission

    I tried to move my project from my local machine to my NT4 server. When I tried to open the file, a message box told me that the location wasn't trusted. I ignored this and ran my program and it threw me an exception. I tried the suggestions that the exception gave me including giving full trust, etc. I am an administrator on both my local machine and my NT4 server. Does anyone have any suggestions Here is the complete exception: Request for the permission of type 'System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed. System.Security.SecurityException was u ...Show All

  • Visual C# CallBack from a WIN 32 C++ dll

    Hello Everyone, My application is written under C#, but for some of the low level stuff I have to use C++ dll's and one of the dll require password before I can make some function call or if user entered wrong should ask again..... How can I implement something along those lines.... At first I can send the pasword, but if the password is wrong what is the way to get the password....If you want I can even post my procedure which asks for password..... Any help, suggestion highly appreciated... Thanks, Harsimrat I was thinking about this, can you outline exactly how you would like it to work ...Show All

  • Visual Basic VS 2005 VB Edit & continue problem

    When I am in break mode I cannot edit he code. The staus bar shows the following message "Cannot currently modify this text in the Editor. It is read-only" This worked previously, what went wrong. I'm using the 90 day Trail Version of VS 2005 Pro All of the following are possible things to consider: Is the current file Read-Only on disk Is the file under Source Control and automatic checkout is not enabled Is the file a linked file (i.e. located somewhere other than the project folder) Have symbols for this code been loaded yet One quick way to check this is to set a breakpoint and see if it stays enabled or g ...Show All

  • .NET Development reading arabic text from mysql

    hi, i have some text in arabic stored in a mysql archive. i inserted them using phpmyadmin and are shown fine. i'm trying to read them using odcbconnection and odbc driver, but if i try to read it i receive a string full of ' '. i have to make some settings to the connection to be able to read arabic text ok Try to write the new records using ur new connection ... i did face this sort of Problem in SQL Server ... but when i wrote it with my new connection it worksfine ( OR another reseon check the field type ... ) hope this HELP ...Show All

©2008 Software Development Network