Gajanan Didore's Q&A profile
Windows Forms Prohibit resizing of child windows??? C#
I have a parent window and two child window tiled horizontally. How can I prohibit to resize and move this child windows inside the parent window except for one thing: I need to allow to move the bottom line of the upper window up or& ...Show All
SQL Server Reports Services will not work with SharePoint 2003 and SQL Server 2005
We have installed SharePoint Portal Server 2003 (it is working correctly) and SQL Server 2005 (it is working correctly) on a single virtual machine. If I enter " http://ComputerName/ reports" to display the Report Manager we get the following error: (yes, I did put in our computer name in the appropriate location) Parser Error Message: An error occured loading a configuration file: Access to the path 'c:\inetpub\www\root\web.c ...Show All
Visual C++ why does my .net 2003 run so slow on my Compaq Presario R4125?
Hi there, I installed the .net 2003, specifically the part of VC+++, on my Compaq Presario R4125CA Notebook (cpu:AMD 64 3500; momery:512M; HDD: 100G; OS: home-version XP with SP2 ). When I start my .net, it is extremely slow, it takes almost 3 minutes. When try to add a new class to my project, it takes almost 5 minutes to response and my mouse is even been disfunctioned during this period. Please help me out. Thanks! ...Show All
Visual C# How to get the path of a process
how can i get the path of a process for example : The process Name: explorer.exe The process Path: c:/windows/explorer.exe It's not perfect, but you can try the registry: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths HTH, ...Show All
Microsoft ISV Community Center Forums Path of MDB
This is my first post, and I need help with the following: Is there a way to get the path of where a MDB file is running everytime I open the database (If a user opens up a copy of the database from a different path, the database should not open up.) Thanis in advance for your help, Carlos This returns more than the path: currentdb.name I hope it helps ...Show All
Visual Studio Macro shortcut key assignment not working
Running Final Release. I have created a macro and now I want to assign a keyboard shortcut for it. Near as I can tell I am following the directions correctly, but as soon as I assign the shortcut to the macro and run it, instead of the macro running, I see a repeat of the actions I just took to create the shortcut. That is, to say it another way, instead of my original macro running, the keystrokes I just took to assign the shortcu ...Show All
Windows Forms Typed DataSet
Hello, I have a Typed DataSet in My application. This derives firon DataSet Class. How can I place this DataSet in the toolbox , so that I can drag and drop it to any form in my application. Hello, That Added my Typed DataSet to the Toolbox, but its showing as Tool. Is there anyway by which I can see the structure of my TypeddataSet in Some view. Like it shows me The tables and Relations and all other things in a Graphical Form. M ...Show All
Visual C# Socket Question
I followed the MSDN example for Asynchronus Sockets. It seems to be working, but I'm having a few issues on how it works. Basically I have two Flash clients that connect to the socket server. I want to be able to send a message from one Flash client to the other. I have been successful in wrtining to the socket and returning the data to the client that sent the message. How do I get the other client to recieve data that is sent to the socket. Is ...Show All
Windows Forms Does the user consent prompt list the permissions the app is asking for?
From http://www.windowsforms.net/FAQs/default.aspx PageID=2&ItemID=63&CategoryID=24&tabindex=2: > Does the user consent prompt list the permissions > the app is asking for > > No. We looked into this, however, the user consent > prompt is tar ...Show All
Visual C++ graphics.h
What happened to the graphics.h file because I can't find it anywhere on Visual C++ Express, and some of the programs on the internet require it in order for their programs to work properly. I always get errors whenever I try to compile and run a prgram using code from the net that says "#include <graphics.h>." Can anybody tell me why I don't have it or how to get it There is no standard header with this name! Maybe this is a spec ...Show All
Visual Basic Finding length of structured data
I am trying to convert a VB.6 program to VB .Net 2005. The program reads up fixed length records from a file and does stuff with them. The code to read the file and load up a combobox looks something like this (sorry about the double-spacing ... don't know how to avoid it): fPayees = FreeFile FileOpen(fPayees, gMasterPayeeDatabaseFile, OpenMode.Random, , , Len(PayeeData)) i = Len(HistoryItem) i = LOF(fPayees) j = Len(PayeeDa ...Show All
Windows Forms Exception thrown when Updating DataSet
The error message states: "System.FormatException: Input string was not in the correct format. at System.Data.Common.DbDataAdapter.Update(DataRow[] dataRows, DataTableMapping tableMapping) at System.Data.Common.DbDataAdapter.Update(DataSet dataSet, String srcTable) at System.Data.Common.DbDataAdapter.Update(DataSet dataSet)" Here's ...Show All
SQL Server Get FlatFile Columns through ConnectionManager
The CreatePackage sample provided with SQL Server programmatically creates a package that has a source type of OLEDB to a flat file destination. I am building exactly the opposite, source=flatfile, destination=SQL Server. I expect that will be a more common scenario is using SSIS. The problem I have is populating the source columns in the FlatFileSource connection manager programmatically. I know it can be done because it happens when you bui ...Show All
Smart Device Development How to open/close GPRS connect?
Hi there, I would like to write a program for data socket with GPRS connection. My smartphone, Dopod 585, is as the client and PC is the TCPserver. To deliver string from smartphone and show it on PC is my current task. However, I can do that via USB connection but failed in GPRS. It seems to mean that both programs in client and server are correct but something wrong in GPRS connection. Maybe I need to write a program in C# to start GPRS conne ...Show All
Windows Forms Windows Service
I have a basic windows service that I have created. Unfortunately when I install the service using the installutil, it doesn't appear in the service menu. I don't receive any error except for a minor note in the logs saying <i>"No public& ...Show All
