JeffJ's Q&A profile
Visual FoxPro i just wanna do it like this
can i do that thank you everyone. To anyone that'd use MultiSelectGrid class. Please use original unmodified version. Period. ...Show All
Visual Studio Express Editions How to execute a C++ source code using visual c++ 2005?
How to execute a C++ source code using visual c++ 2005 for example how to execute: #include<iostream.h> void main() { cout<<"hello world\n"; } The code you want is similar to: #include <iostream> using namespace std; int main() { cout<<"hello world\n"; } Make sure to create an empty console project and then add a new file containing the above code t ...Show All
Visual C# HotKeyRegistration and FormStartPosition/FormWindowState
Hi there, I have weired problem with the registration of a HotKey and the FormStartPosition / Form WindowState: Everything works fine, until I set the FormStartPosition to CenterScreen and/or the FormWindowState to Minimized. Can somebody tell me why To illustrade my problem, I have written a smoll programm that shows my problem. It consitst out of two classes: First: MainForm: It instanciates an object of Class HotKey and sets the sta ...Show All
Visual C# Question on SimpleTypeName?
Hi, I have question on the SimpleTypeName. < Literal Editable = " false " > < ID > eventhandler </ ID > < Function > SimpleTypeName(global::System.EventHandler) </ Function > </ Literal > I have seen its example on the MSDN,but I found it using global.So I think that the assembly must be in the global assembly cache .But the problem is not everyone will put the assem ...Show All
.NET Development Accessing shared app.config
I would like to share one app.config file between several applications. Only one of those applications needs to be able to update the app.config file. The other applications need only to read the information. The application that "owns" the app.config file has defined under Settings: Name: DataLoc Type: String Scope: User Value: C:\Shared Database Location app.config file contains: < xml version="1.0 ...Show All
Visual Studio 2008 (Pre-release) NAT traversal
Can anyone recommend a book or article covering the topic of NAT traversal and WCF. In particular, I'm curious as to how a CallBack interface is affected when I use duplex communications. There is nothing (that I know of) that is published externally about this yet. However, there is work in progress on getting this done. There is a preliminary ppt on this that I will send you. Thanks, Scott ...Show All
Visual Studio Tools for Office Unable to connect to the Remote oracle database
Hi all, I'm using an excel macro that fetches and update the values from and into an oracle database.i want to specify the connection string for accessing the remote database.i got that oracle database located in the machine that acts as a webserver.i want to know how to specify the connection string for a remote database .Other thing is that the excel sheet containg macro is loaded in the web. Hence i want that macro to ...Show All
Visual Studio Express Editions what data type to use for username and passwords?
hi i'm making a school project, where i need to make a database that holds the usual information like ID, name, address etc. it also has to hold on to usernames and passwords. i'm confused on what datatype i should use, and is there a way to enforce unique usernames thanks What data type did you use for name, address, etc. Like I said before, just use the same data type for user name and password. They are just ...Show All
SQL Server Cannot generate SSI Context
New install of SQL Server 2005 (x64) Standard after uninstalling previous version SQL Server (x86) Standard. After installation, client connections are receiving "Cannot generate SSI Context" error messages. TCP/IP Integrated Authentication is being used. Kerboros authentication is failing when SQLService is running under a domain account and works when running under local system account by reverting back to NTLM authentication. ...Show All
SQL Server Help - Standard vs. Data-Driven Subscriptions
Hello, We have a number of reports, all of which have from and to dates/times as parameters. This allows us to display data on the report only for a certain time period (the parameter values are passed to the stored procedure to return the subset of data). Anyway, we also need to schedule these reports to run automatically at specified times. So, we're setting up subscriptions for these reports. The issue that we're confused ab ...Show All
SQL Server One-to-many query, returns double rows
This part is solved, please see my question at the bottom of this topic Hi, my problem is the following, doesn't seem too hard but it's been puzzling me for hours now, and haven't solved it yet, so I need your help! I'm creating an application to read from an existing db running on SQL-server 2000. This db contains the tables: tClient , tCommunication and tAddress . All of the three tables share a ...Show All
SQL Server Using Custom Classes
Hi ! Currently we have over 500 reports working with reportserver. We're planning to add on our report hyperlink to some pages of our web application. What i want is to have a classe with a function that will return a string for the action to do on the "Jump to URL" function. The reason why i need to use a classe is because if we change the name of a page we dont want to modify all the report one by one. Also we have some client ...Show All
Smart Device Development How to run msvsmon.exe on remote machine..Ver Urgent
Hello: I am trying to connect to the remote server, which is a mobile device. Whenever I am trying to execute the program, an exception is thrown on my desktop application. Error: Unable to automatically step into the server. Connecting the server machine "xx.x.xx.xx" failed. The Microsoft Visual Studio Remote Debugging Monitor(MSVSMON.EXE) does not apper to be running on the remote computer. Please see Help for assistance. If ...Show All
SQL Server Stored Procedure
I have a SP that returns data into a temp table. How do I need to set things up to query that temp table for my report. Will the SP be in one dataset and the report in another Then do I just query the first dataset Thanks for any help. Can you explain you situation a little more Is the SP that populates the temp table being run on a scheduled bases like SQL Agent If your report is kicking off a SP, then c ...Show All
Visual Studio Express Editions Web application...?
Is it possible to create a web application using visual basic express edition I'm trying to create a web form using vb-express edition, please let me know if i need to install any additional components and also the URL for installation. Thanks, Balaji Hi, You need Visual Web Developer Express for building web apps. Download from here: http://msdn.microsoft.com/vstudio/express/vwd/ Regards, Vikram ...Show All
