sunilkumar's Q&A profile
Visual Basic Visual Basic installed in Windows XP Media Center
I've just installed VB4.0 on my Windows XP Media Center machine. This is a new machine replacve my older Windows XP machine. When trying to open the Data Manager I get an error, out of memory. I'm sure I'm just missing a dll or something like that. Does anyone have any suggestions I have both VB4 and VB6 Again, my problem is VB4, the DataBase manage does not work correctly It comes with error w ...Show All
Visual Studio Express Editions Including graphic files as part of project/build ?
Hi there, How does one include support graphic files as part of a project i.e. I have some default graphic files that I need to link into the project to ensure they are distributed as part of the application and are set-up in pre-specified folders. This is for Visual Studio VB Express by the way. MRW Hi Again, Ok, I followed your advice and set-up folders within the project. Added the graphics OK. However, now I need to reference the grap ...Show All
Windows Forms Terrarium Status -- Contest, Framework 1.1
Can anyone provide an update on the status of the Terrarium regarding the contest for the Pocket PCs and the new version for the 1.1 version of the Framework I am also interested in the contest I was quite excited to fi ...Show All
Visual Studio How can I get data fields to repeat on each page, since they cannot be placed in the Header?
For example, we need the document number at the top of each page. Also, when using a table, is there a way to make the table Header print on each page when the table goes to multiple pages Thank you. Interesting. After you checked " Repeat report item with data region on every page ", did you select any control from the dropdown list You know what, that works for me, it should work for you. Good Luck, Long ...Show All
Windows Forms textbox databinding problems
Hi @ all. Im trying to bind some textbox of my form with some records of a database through a textbox in a toolstripTextBox(txtFind) and a toolStripMenuItem(GoToItemMenu). textBox on form is called txtFinder. Here's the code: [code] private void GoToItemMenu(object sender, Eventargs e) { try { cn = new MySqlDataAdapter("Databas ...Show All
Visual Studio Team System Sharepoint service is not configured after RC1 installation
I followed the latest installation guide closely, installed sharepoint service (with sp2) and NOT configure it Checked reporting services and all looked fine then went ahead installing TFS RC1, installed successfully(as it said) but going to http://localhost just shows the "Under Construction" page I can connect visual studio to the TFS and create new team project but "project portal" is not accessible, just ...Show All
Smart Device Development "ActiveSync cannot recognize this device" error....
When I connect to the emulator and cradle it,I get the following error: " Microsoft ActiveSync cannot recognize this device for one of two reasons: ... ... " It was ok before but doesnt work now...what is the reason Hello, Please try clear save state and then connect to device emulator again and then try cradling the emulator. Hope this helps. -Thanks, Mohit ...Show All
Visual C# Assembly File
The following piece of code is used to target an object of class Assembly to a specific assembly. Assembly asm = Assembly.GetExecutingAssembly(); Could someone please tell me where exactly an assembly file for each visual studio .NET solution is stored. i want to specify a particular assembly so that i can use the following code to get the forms present in that solution. Basicallyi want to get the form names from within a solution file that is ...Show All
Visual Studio Register multiple tasks
Hi all can i register multiple tasks like in the folowwing example < PropertyGroup > < TasksAssembly > C:\MSBuild\MyTasks.dll </ TasksAssembly > </ PropertyGroup > < ItemGroup > < Task Include = "Task1 " /> < Task Include = " Task2 " /> < Task Include = " Task3 " /> < Task Include = " Task4 " /> < Task Include = " Task5 ...Show All
Visual Studio Express Editions A database saving Tuturial is needed. Can anyone help please?
Hello everyone, I am going to set out a challenge to anyone that can help. This will save everyone some time and more people will end up liking VBEE more. It would be really cool if someone had or created a tuturial on creating a project from start to finish saving, deleting and updating data using a form, text boxes for data input and command buttons using an access db or sql express. The tuturial would need info on how to connect, the pi ...Show All
SQL Server device is ambiguous in the namespace microsoft.directx.direc3d
Can anybody tell me what this error message means. I get it when trying to use directx3d. The code is included below. I have checked and double checked that I have all the necessary references and includes. Obviously I am missing something. Thanks Dick Imports System Imports System.Drawing Imports System.Windows.Forms Imports Microsoft.DirectX Imports Microsoft.DirectX.Direct3D Public Class Form1 Inherits ...Show All
Visual Studio Team System WI Controls
I've got a WorkItem I created that has a Summary and Workaround tab. The summary field is displayed something like this: <Tab Label="Summary"> <Control Type="WorkItemLogControl" FieldName="System.History" Label="Detailed Description and History" LabelPosition="Top" Dock="Fill" /> While the Workaround is defined as: <Tab Label="Workaround"> <Control Type="WorkItemLogControl" FieldName="Sample.Workaround" Label="Worka ...Show All
Windows Forms TopMost window only to a certain window handle
Setting the TopMost property makes the window top of all window handles. How do I make the window topmost only for a particular window handle not all. Tried the following API BOOL SetWindowPos( HWND hWnd , HWND hWndInsertAfter , int X , int Y , int cx , int cy , UINT uFlags ); Still stays topmost for all windows. Didn't I just answer this on Codeproject :P Given that you're reporti ...Show All
SQL Server sqlserver express installation on tablet pc
hi, i am trying to install sqlserver express on my tablet pc compaq T1000 with windows xp sp2 and 512 RAM A warning appears: hardware incompatibility and then the installation crashes when starting sqlservice MSSQL$SQLEXPRESS. Any similar experience thanks The only issues we've seen have been with processors that are not 100% fully compatible with the Pentium III chipset.&nbs ...Show All
Visual Studio File or assembly name CrystalDecisions.Shared, or one of its dependencies, was not found.
Hello, I have migrated my web app from VS 2003 to VS 2005. My app has a page with Crystal viewer to display crystal reports. I am getting the following error. Please help. Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: File or assembl ...Show All
