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

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

DaveMich

Member List

MariamCR
a. Nova
Nate Garvey
dba123
fddsfsdf
Aaron Sulwer
mihooper1
seamonkeyz
Pixelpands
n0n4m3
RARiedel
pavvu_kk
pjam
Rajnesh
TimGL
Balwant Patel
Little
spi
Zubair Masoodi
LivetoCodeCodetoLive!
Only Title

DaveMich's Q&A profile

  • Visual Studio Team System Development enviromnet setup

    Hi, We are tried to dsign a new developmnet enviromnet and upgrade from VS2003 to VS2005. In order to benefit from the features that VS2005 Team edition has, we think to have one release VS2005 team edition to benefit from the architecture release and many Profesional release. In this design, will the architecture be able to manage the code of all the developers I understand that you want to buy some Team System Archtecture Edition licenses and some Professional Visual Studio licenses, you won't have any problem with the code, the only "problem" you will have is that you won't be able to use the architecture diagrams on the professional editions, but the code and the projects are th ...Show All

  • .NET Development Are CLR's backward compatible with earlier frameworks?

    In udder words, if I have a .NET dll that was written with framework 1.0 or 1.1, can I include that dll in a project using the 2.0 framework and 2.0 CLR and have it work properly Tanks, Israeli ones. ahmedilyas wrote: I think though you still should have .NET 1.1 installed (or the earlier framework version of that dll which it was created in) otherwise perhaps it may not run - try it and see what happens. I'm 75% that you would probably need the other framework installed along with it to make sure it runs. No you don't need the older version installed. There can only be one version loaded anyway in a process, and that will be 2.0 (or later) if the startup executable requires it. ...Show All

  • Visual C++ Creating a function in a COM DLL.

    Hi. I am new to creation of COM DLL. I have created a COM DLL but i really confused about creating a function and using it in a VB application. Can someone please guide me and give an example code for a sample function. Thanks in Advance. Here's the VC++ 6 version of the same tutorial :- http://www.codeproject.com/com/hellotutorial1.asp ...Show All

  • Visual Basic Accessing a DLL and using its functions

    Hi guys! well! im a newbie to Visual Basic. Im using VB 6.0 Enterprise Edition. There is an image capturing program. It has a dll file. Now it stores its parameteres in that dll file. I want to create an application in VB that access that dll file and show me those parameters inside it on the screen. and then i should be able to use them in the way i want. Like sending that information through serial port to my microcontroller. Please tell me how to call that dll in the vb application and then how to use its functions and how to manipulate them and send them to the serial port accordingly Your earlier response shall be highly appreciated Lets answer your question as best I can from the information provided. DL ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Any scripting support?

    I haven't found any info on scripting support in XNA. And the disccussion on supported languages seems to mean only C# is usable with XNA. So we cannot incorporate any script engine What about the DynamicMethod class As written in another thread the necessary methods are currently not supported on the XBox 360 version of the framework yet. ...Show All

  • Windows Forms Regarding Textbox resizeing in runtime...........

    Hi, my question is ...How to resize a text box in runtime.... can we show the boder line resize frame during runtime... thru which the user can resize a picuturebox or textbox or anything..... Is this possible....!! Thanks, sathyan You could implement your own "designer" so that your form would have a design time look like Visual Studio has. See this article: http://msdn.microsoft.com/msdnmag/issues/06/03/DesignerHosting/ ...Show All

  • SQL Server SQL Server does not exist or access denied - A real doozzy and not your standard problem!!

    Hi , I am running SQL Server Desktop Engine on Windows XP. I am developing in .NET framework v1.1. I intend to u/g to the express edition 2005 however should this old version of the engine be OK (particularly considering that Windows updates are being often run) Main question. For ages the database has worked well then one day recently (just after running a Windows update) the following error occurred SQL Server does not exist or access denied . I followed my code and this is the result of an exception being thrown in my code due to one of two obvious possibilities. Everything looks fine as far as SQL Server DEsktop Engine (including services and TCP/IP protocols. Yes I have check cliconf.exe and svrnetcn.exe !!) I s ...Show All

  • Software Development for Windows Vista how to get the selected connector in FreeformActivityDesigner;

    hi all, i create a custom activity designer which derived FreeformActivityDesigner, using dragdrop mouse action ,user can create connector between Activities each other, when a Activity is selected then Del Key be pressed or click Delete menuitem from contectmenu, both the selected activity and connector associated are deleted correctly. but ,when i want to delete the connector only by selecting the connector then click Delete menuitem form contextmenu, the connector is still exist yet. so i have to write delecting logic method, but ,want i go on, i can't find any method can get the current selected connector object. is the any body can give me some more idea thanks in advance. ...Show All

  • SQL Server How to integrate reporting services with ASP.Net

    Hi My current situation is how to integrate my application written in asp.net to link to my report server's report  as by default anonymous user can access my report server's report without any authentication. how to configure to make the report server by using form authentication before access the reports  My Application Configuration Web application (Vb.Net) - http://192.168.1.18/mobiFO   Reporting services - http://192.168.1.19/reportserver/reports/mobiforeport DBMS - MS SQL Server 2005 developer edition + Reporting Services 2005 SP1   Thanks for your help. anything can email me at jack0726@yahoo.com   for those who using RS 2005 and needed forms ...Show All

  • Windows Search Technologies Windows XP Startup Issues Blue Screen!

    When I start up my computer (Dell Computer) It starts up and when Windows is loading It will take about 5 seconds on that black screen before all the users pop up. Right when that's going it stops and goes directly to a blue screen Sometimes it's a dump of physical memory sometimes it's It's an error and it shuts down to protect my files. I've tried safe mode before as well I tried going into safe mode then shutting off my computer (It used to work when I did it that way) Now I can only get on my computer using safe mode with networking. I'm a serious gamer so I can't play any of my games because Direct X is disabled in safe mode. Please help Sincerely, Trevor hi guys i keep geting blue sceen to protect system i ...Show All

  • Visual Studio Load Report Failed, Access Denied

    I have scoured the web for a solution to this issue and have come up empty handed. We have an intranet application that uses ASP.NET 2.0 and Crystal Reports to generate and display reports to users. The issue is that the Reports are on a network resource separate from the webserver. What I am experiencing is this: When I impersonate a user, I am able to traverse the report files in the folder on a separate server, however when I run the Crystal Report Viewer for any report, I get an access denied error: Server Error in '/TreborNet' Application. Hi Aaeryn, Would you be able to load the remote reports via a web service If possible, I think that will solve your issue. There is some information in the documentation about loadi ...Show All

  • .NET Development Tough and critical task

    Hi all...I am facing a huge task here....I am still learning ASP.NET stuff but Now I have a task of consumming a Web Service into our existing application... I have the WSDL File on a CD and I have an account to the specific Web service....anyone got any ideas on how to start...any code snipets that may help.... Please help!!! ...Show All

  • SQL Server Read CSV file - Save Columns into rows

    I want to import CSV file and convert columns into rows depending on Customer count(2nd record in each row of CSV file) and save to SQL table --CSV file format State, Customer_Count, Name_1, Total_1,Name_2, Total_2,Name_3, Total_3..can go upto 350 GA,2,'John Doe',14.00,'Roger Smith',15.00 FL,3,'John Doe',14.00,'Roger Smith',15.00,'Sally Cox',16.00 SC,5,'John Doe',14.00,'Roger Smith',15.00,'Sally Cox',16.00,'James Brown',17.00,'Rick Davis',18.00 Data in SQL table from csv file should look like this State,Name,Total GA,John Doe,14.00 GA,Roger Smith,15.00 FL,John Doe,14.00, FL,Roger Smith,15.00 FL,Sally Cox,16.00 I have multiple CSV files with millions of records. How can i achieve this using Integration Services or Bulk Data I ...Show All

  • Visual C++ Linker Error with STL on Release Mode

    Hi, I'm using Visual Studio 2003. Each time I use some STL library like string, fstream... I get many linking errors but only when compiling in Release mode. I get LNK2001 and LNK2019... I've been looking in the forum for some answers but I don't get it right. PLEASE, HELP Code will generate this error message if it references something (like a function, variable, or label) that the linker can’t find in all t1he libraries and object files it searches. In general, there are two reasons this error occurs: what the code asks for doesn’t exist (the symbol is spelled incorrectly or uses the wrong case, for example), or the code asks for the wrong thing (you are using mixed versions of t ...Show All

  • Visual Studio Team System limit control type links control to specific work - items

    hi, is it possible to restrict the allowed links of a controltype linkscontrol to specific work-items. for example i have the following work items. a, b, c, d, i want in the work-item a that i just can add links to work-items b and c. thanks for your reply. i try now to add work-items to a drop-down. this would be the solution for my problem. and maybe it is easier to fullfil than an add-in. ...Show All

©2008 Software Development Network