talz13's Q&A profile
Visual C++ warning C4514 unreferenced inline function has been removed
I have an application that I'm attempting to port from VC++ 6.0 to VC++ 2005. In the part of the app that uses DAO, I keep getting hundreds of warning C4514 and cannot disable them with #pragma warning(disable: 4514) They just show up anyway. The part that does not use DAO works fine. The culprit seems to be #include <afxdao.h> Not only does it complain about hundreds of unused inlines in the DAO classes, it complains about my own unused ...Show All
Visual C# Threading in C#
Hello Everyone, I have a tab application, which initially I made single threaded....I added a dll which has a form. Now when I change to a tab method in that dll gets fired and form comes up, which makes everything else unresponsive.... Whats the best solution to implement thread to solve that problem.... Secondly, I tried doing something this way..... namespace something { public partial class Some : Form { public Some() ...Show All
Smart Device Development WIFI signal strength detection
Good day, Is there any way in which I can see what the signal strength is by using my vb smart device application I have found examples for normal VB.NET application but nothing for smart devices. My problem is that when I try and synchronise my SQL Server CE database on my mobile device and my SQL Server 2000 on the server over WIFI and there is no convereage it takes for ever, about 25 seconds, before realising it can do nothing and in stead ...Show All
SQL Server Log restore failure
Hi, I'm getting error: An error occurred while processing the log for database ' ' when trying to restore first transaction log backup after successful restore of full backup on SQL 2000. Note that database name is blank. What's the cause and the solution Please help. Hi Rob, I'm getting the same error (no additional error information) when running a restore procedure executed by our program ...Show All
Windows Forms Switching form
I have 2 forms in my application , when i click sign In button on first from , i hide that form & open second form , but when close second form ,first form still is running (its invisible) & calling dispose method doesn't work. ,.What code should i write in closing second form Hello ManishaPatil i faced this problem few days ago, so here is my solution this.Hide(); Form2 ...Show All
Visual Studio Tools for Office Web Publish Word Solution
In order to test my ServerDocument implementation I wanted to add the Word Document to a test web. To do this I published the document to the web using the publish wizard in VSTO 2005 (B2). The Word Document however did not function when opened from the weblocation. What are the steps to make the webdeployment work I do not get an error at all, but the MessageBox I added at the document init did not show either.... I have to recheck things ...Show All
Visual Basic Database on server
I create a database in MS Access with VB6 works perfect and eveverything, Now this is wha ti want to do. I want the program i design in vb6 be able to access database on a server so anyone who has a copy of the software on there desktop with a internet connect will be able to get info fromt hat database thats from the client side. I will also design a new program for the admin end to update the databse etc. Now what i want to kno is am i u ...Show All
Visual Basic VISUAL BASIC 6.0 MSDN ERROR MESSAGE AT HELP MENU, WHAT TO DO?
I get a message, "The MSDN collection does not exist. Please reinstall MSDN." When I try to access any of the HELP features of Visual Basic 6.0. I do not have an install disc for this. Is there a download or a place I can get this Please note that this forum is not for Visual Basic 6.0 questions, however... The MSDN CD was included as a separate disc with VB 6 when you purchased it. If you have lost it, you are most likely ...Show All
Visual C++ Linking error for using fprintf fclose API in sample application
Hi Group, Needed to know why my sample application fails when compiled from MKS toolkit cmd prompt (k-shell ) saying... est.cxx(10) : warning C4996: 'fopen' was declared deprecated D:\Program Files\Microsoft Visual Studio 8\/VC/INCLUDE\stdio.h(235) : se e declaration of 'fopen' Microsoft (R) Incremental Linker Version 8.00.50215.44 Copyright (C) Microsoft Corporation. All rights res ...Show All
Windows Forms How print the content of a datagrid in Windows Forms VB.NET?
Would you show me some code I have to print the contents of a datagrid. thanks If i'm not mistaken, taskvision got this type of function. Remco ...Show All
Windows Forms Change properties of child control from Verbs
Hello, I've got a user control wich acts similar to the TabControl. I'me having problems with my designer as I want to change some properties when the panel (TabPage) is added to my control. Here's my current code for the verb action of my designer: Dim Panel As ContainerPanel Dim h As System.ComponentModel.Design.IDesignerHost = DirectCast (GetService( GetType (System.ComponentModel.Design.IDesignerHost)), System.ComponentModel.Design.IDe ...Show All
Visual Studio Express Editions index out of range error with StringCollection
I have this error that only started occurring after I published the application. It didn't happen when I was just debugging. I've read that there is some bug with the StringCollection where you can't have a null string collection and then add a string to it later, so I came up with a way to handle that. I'm getting an "index out of range" error with this though, and it has to be in my Form1_Load event, since it happens when the ...Show All
SQL Server SQL Server 2000 Interactive Conflict Resolution
I'm having some problems getting Interactive Conflict Resolution working under SQL Server 2000 SP4. I have set "Allow Subscribers to resolve conflicts interactively" under the Resolver tab for the article in the publication. I have set "Enable synchronization using Windows Synchronization Manager" and "Resolve conflicts interactively" under the Synchronization tab for the subscription. I have set "Resolve confl ...Show All
.NET Development How to create a Network Connection class that access Remote server?
Hi everybody, I am having trouble finding documents or topics in internet that shows how to create a Network Connection class that access Remote server. I have created a class library that does database access and process to a remote database but it requires internet and a remote network connection which is created using Windows OS. I like to create this into a class that can be called whenever a connection to a remote server is req ...Show All
Visual C++ need help for Xmodem
Hi All, anyone have the sample code in VC++ 2005 for the xmodem transfer, especially for the transfering side http://search.msn.com/results.aspx q=xmodem+C%2B%2B+code+sample+windows&FORM=QBRE or http://www.google.com/search ie=UTF-8&oe=UTF-8&sourceid=deskbar&q=xmodem+C%2B%2B+code+sample+windows Ronald Laeremans Visual C++ team ...Show All
