Jacobus's Q&A profile
Visual C++ CRT functions met with IntelliSense Problem
Hi all, Recently I met with some IntelliSense problem with Visual Studio C++ 2005. When I type function name, ie, _beginthreadex, Visual Studio cannot provide parameter list, and the following message are shown in status bar: IntelliSense: 'Could not resolve identifier'. Is that mean CRT is not supported by IntelliSense please help. Well, I see the same thing in a newly generated app-wizard Win32 console app.&n ...Show All
Visual Basic Booking System - Advice
Hi Currently building a booking system. Its a cottage system that can be let to customers. One cottage can be let to any one customer for any one specific cottage. In terms of the actual booking component, how would i do this I think i will need to make a relationship between the cottage ID from the cottage table to the cottage ID in the booking table. Ditto for the Customer ID. Am i right Iv read it again and i think im making sense, any advic ...Show All
Visual Basic Deploy VB.NET code on Windows NT 4.0 TSE sp6
We want to deploy visual studio applications to our citrix farm that runs Windows NT TSE 4 SP6. We want to integrate with Office 97 applications with those visual studio applications. Possible Hi, here are the system requirements for .net 1.1. It should run on your systems. http://msdn.microsoft.com/netframework/technologyinfo/sysreqs/default.aspx With .net 2.0 there may be issues I did not find it ...Show All
SQL Server Query
I have attached the Adventureworks database to SQL Server 2005. Whenerver I try to run a new query to this database Ex: select * from sales . customer I get this error message Msg 208, Level 16, State 1, Line 1 Invalid object name 'sales.customer' . I don't know why this is happining Hi, make sure you are deling with the right database (Select db_name()). Didi you change the default collation Seems that you ...Show All
Smart Device Development Getting the Location of phone
Hi Developers, I need to get the present location of the Phone . (i.e) the country code , area code. Can u tell me the API how can i get that Regards, Parag MapPoint SDK can be used to write location based applications. This article might help you - http://www.codeproject.com/cs/webservices/MapPointSmartphone1.asp Aarthi ...Show All
Visual Studio Express Editions SQL Express beginner
I downloaded SQL Express. Would like to start learning it in order to access a client's SQL files. The only new option on Start/All Programs is SQL Server 2005, which gives me configuration tools. Would l ike to starty by creating a sample table to work on, but there does not appear to be any interface that I can find. Is there a beginner doc avaialble on the web that steps a novice thru getting started creating and using tables in SQL fo ...Show All
SQL Server SSIS Dataflow vs SQL2K DDQ
I am trying to recode a SQL2K DDQ into an SSIS Dataflow. I have no issue recoding it in SSIS except I am not sure that I am doing it correct way. My DDQ has source,destination, update/delete/insert statements and few lookups. I have used activex script for the transformation because I have atleasst 10 If conditions. For every "if condition" the destination columns are popuated with different lookups/source columns and constant value ...Show All
Software Development for Windows Vista Send credentials to webservice from win32
Hi, I have an ATL COM component that exposes one function, this function publishes the webservice function to a COM consumer. I have everything working, the function is exposed and I have added a "web reference" to my webservice. The wizard created a proxy for me with the service interface. Now here is the challenge, my webservice needs authentication in order to execute the function, I can easily do this with any .NET applica ...Show All
Visual Studio Tools for Office Avoiding security alert in Outlook while accessing Contacts in VSTO 2005
I am trying to access Items programmatically within a VSTO 2005. When I try to access the 'magic' properties such as email1address, I get the security warning within Outlook. I do not want to go back to redemption - that's why I am using VSTO. How do I avoid the security warnings when doing something like the following: private void Form1_Load(object sender, EventArgs e) { LoadContacts(); } private void LoadContacts() ...Show All
SQL Server Using variables of Connection Manager, Connectionstring
Hello, I'll spare everyone my diatribe about MS and Booksonline... I considered myself pretty good at Server 2000 DTS. It certainly has it's shortcomings, but there are a couple books on the market that helped a lot. I'm now trying to learn Integration Services, and not getting very far. There are two books out so far. one is poor, the other worthless. What I want to do seems very simple. That is to loop through a series of .txt file ...Show All
Visual Basic How to implement the word warp option in a text box via coding - for VB and VB.net
Hello guys, A text box should have word warp option enable. this should be done by a coding. It would be very helpful if it is both in VB as well as .net Please some one help me out with this. Regards Madhan Word wrap is turned on by default so you shouldn't need to turn it on in code. If you do then TextBox1.WordWrap = True does the job. However that seems too easy so I suspect that is not your problem. ...Show All
Visual C++ simle form in c++
CODE bool InitWindowApp(HINSTANCE instanceHandle, int Show); int Run(); LRESULT CALLBACK WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam); int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR pCmdLine, int nShowCmd) { if(!InitWindowApp(hInstance, nShowCmd)) { ::MessageBox(0, "Failed to create Window!", "Fail", MB_OK); return 0; } } bool InitWindowApp(HINSTANCE instanceHandle, int Show ...Show All
Visual Studio Express Editions sql query help
hi m trying to run a query that fills a text box it works but i need it to work with a string SELECT Tech, Password FROM MangerPass WHERE (Password = 123) i wouldnt know the password is 123 till someone enters it hi, if that a web application i fully agree for useing things that is much secure but i didn't use those things b4 and i didn't learn them yet so i use the easist way to acomplish what i want to do later on ...Show All
Visual C# datasets -- hiding passwords from user's view
I have a dataset that has 6 columns. Two of these columns contain passwords. I need to use these passwords for FTP purposes, but I would like the user to see only "****" when they run the program. How can I do this ~Lauren I quite don't understant the context. Is the dataset bound to a DataGridView ...Show All
Visual C++ Compiler error - HELP
Hi all So I just converted a huge project from MetroWerks CodeWarrior to Visual Studio 2005. The project converted fine and ran... ran I said, since now I cant run anymore. What did I change, well, I was changing some setting with 'struct member alignment' and trying some #pragma pack(1). After some tests I changed it back to default, and removed the pragma's. Now the code runs, but not very well, since some members of structs are not being read ...Show All
