-
- Visual C#
by technica
- 7211 Replies
- technica Views
- Last post
-
cryptoapi fips 140-2
- Does anyone know with authority if the CryptoAPI is 140-2 certified
Example, if I create an application that uses Microsoft's CryptoAPI, i.e. key exchange(Diffe/Hellman), data encryption, etc, will my application be 140-2 certified, validated or compliate
I have read some blogs stating CryptoAPI is 140-2 certified but when I go to the NITS database I do not see it as a listed certification, at least a 140-2 certification.
As a note: I see that the FIPS.SYS is 140-2 certified, but only for Window Server 2003 and the last certification for the CryptoAPI, number 103 from the NITS database, is for 140-1.
Thanks
-
- IE Development
by Xcel
- 2881 Replies
- Xcel Views
- Last post
-
refresh site cache
- Where does the Refresh Site Cache in the Business Applications get its URL from. it is not currently working in my system and I believe the problem lies in the URL it is using. I have already modified the Web.config file for the permissions and the rest of Catalog Manager works fine. Please Advise.
-
- Windows Forms
by WRBehning
- 12743 Replies
- WRBehning Views
- Last post
-
toolstripmenuitem
- I have a form to which I have added a MenuStrip. In the MenuStrip I have added a ToolStripMenuItem to which I have added several other ToolStripMenuItems. I wish to control the enabled property of these ToolStripMenuItems by binding the enabled property to an ApplicationSetting (User scope). If the ApplicationSetting to which the enabled propety is bound changes from true to false, I'd expect to see these controls switch from enabled to disabled. This is not the case. I then added a Button control to the form, and binded it is enabled property to the same ApplicationSetting, and it works as I expect.
The ToolStripMenuItem's enabled property does respond to the ApplicationSetting when the form is first initialized, but does not respond after that.
Am I missing something here
-
- Visual Studio
by James Miles
- 16716 Replies
- James Miles Views
- Last post
-
orcas dec ctp
- What happened to the ORCAS DEC CTP
There was a post about it yesterday and now its gone
-
- Game Technologies
by kenneth123
- 6072 Replies
- kenneth123 Views
- Last post
-
how can i set the on mouse over event to a button and a graphic
- I wish to know how can i play a wave file when the mouse over a button and over a picture by using DirectInput. Actualy I think I know how to acquire a sound file, but my problem is don't know how to create on mouse over event. Wish anyone can help me. Sorry I am only a beginner.
Thanks
-
- SharePoint Products
by S_Mayu
- 1888 Replies
- S_Mayu Views
- Last post
-
how to create folder or file on user's lacal c: drive
- Hi Everybody,
Plz help me to create a folder on user's local c drive
My code creates folder in the server .
But I want to create it in which machine reguests the page means.
Plz reply somebody ASAP.....
Directory.CreateDirectory("C:\\mydirectoryname");
string path = @"C:\mydirectoryname\myfilename.txt";
FileStream file = new FileStream("c:\\Builder.doc", FileMode.OpenOrCreate, FileAccess.Write);
StreamWriter sw = new StreamWriter(file);
sw.Write("Hello file system world!");
sw.Close();
file.Close();
what should I do next
-
- Audio and Video
by kreativ
- 1166 Replies
- kreativ Views
- Last post
-
- Visual Basic
by Ros Vicente
- 8556 Replies
- Ros Vicente Views
- Last post
-
sql iif with <,>,=, between, or like
- Group,
I need help with using IIF statement with <,>,=, Between, or Like. Somehow its stating that 'invalid or missing expression' below is a sample where its happening.
iif(format(tpt1.Duration,'n') Between 0 and 14,0,15)
Please help.
Thanks in advance.
;
Ros
P/S, these are base on JET SQL, not T-SQL. i don't have SQL Server... otherwise I'd use CASE functions.
-
- Microsoft ISV
by FourBlades
- 1294 Replies
- FourBlades Views
- Last post
-
- Visual FoxPro
by Rick Schummer
- 793 Replies
- Rick Schummer Views
- Last post
-
southwest fox 2007
- Southwest Fox 2007
October 18-21, 2007
Arizona Golf Resort and Conference Center in Mesa, Arizona
http://swfox.net
It is our pleasure to announce the fourth annual Southwest Fox Conference, presenting the latest in Microsoft Visual FoxPro development techniques, new changes in VFP 9.0 SP2, Sedna Components, and interop with other technologies with sessions from some of the best and the brightest VFP speakers.
This highly acclaimed and popular conference is the perfect venue for VFP developers interested in learning more about VFP, further refining their software development skills, learning how to better run a consulting firm or IT department, and being a better software craftsman. To this end, there will be sessions available in the following tracks:
1) Working with Sedna and SP2:
This track will cover the new features and changes introduced in Sedna and in VFP 9 Service Pack 2.
2) Extending VFP (including VFPX, COM, etc.):
Sessions in this track will cover technologies that extend VFP's capabilities, such as those in VFPX.
3) Reviewing VFP Fundamentals:
This track will appeal to those newer to VFP, whether they are just moving up from earlier versions of FoxPro, or coming from other languages, or are new to a specific area of VFP.
4) Integrating VFP (with SQL Server, .NET, etc.):
Sessions in this track will look at using VFP together with other products, including back-end servers, Automation servers, and .NET.
5) Managing the Software Business:
This track will offer business advice to VFP developers, including managing clients, the software development process, and so forth.
The call for speakers will go out shortly and the initial speakers and their sessions will be published when registration opens on May 1st.
If you are interested in more details for the conference you can send them to {bigsort}@{smallsort}.com.
You will also notice that Southwest Fox is under new management. After three very successful years under Bob Kocher's management, Southwest Fox is now being organized by Visual FoxPro MVPs Rick Schummer, Doug Hennig and Tamar E. Granor. We look forward to continuing the great traditions of Southwest Fox, and building on some new ones too.
More details can be found at www.swfox.net.
We look forward to seeing you in Arizona in October!
Regards,
Rick Schummer
Doug Hennig
Tamar Granor
-
- Smart Devicet
by ozhonetech
- 7432 Replies
- ozhonetech Views
- Last post
-
get imei no.
- Hi,
I am developing smart device application on CF1.0. I need your help. I want to get an IMEI no of device. How to get IMEI in CF 1.0 . Is there any way to get this Please send your suggestions or links.
Thanx,
M. GANESAN
-
- .NET Development
by vcbugreporter
- 13098 Replies
- vcbugreporter Views
- Last post
-
database wizard and coding
- I want to know which way is better to create a database. There are two ways to get access to a database from C#, for example, I can use SQL statement to create a table; I can also use SQL statement to read value from a table.
Another way is to use the database wizard to create a table. One good thing with the database wizard is that you get access to the fields directly by intellicense and the fields are easier to bind with the controls. I am just starting learning database. The problem I see with the wizard, if your database changes. For example, right now I am using an access file about if that change to oracle or any other type. How can I approach that Will that be easier to modify. I want to know if scripting is better or using the wizard. What I like with the wizard is getting access to the field directly by intellicense and the easy biding. With the scripting, you can simply change couple of lines of code if your database changes. I also see more books and articles use scripting instead of the wizard; maybe because the wizard is new. I want to know the benefit between scripting and the wizard witch gives direct access to database or creating the database.
If I create my database using the sql wizard to create the table, can I use that table for any other dabase like oracle etc.
-
- Windows Vista
by yagfxg33k
- 6718 Replies
- yagfxg33k Views
- Last post
-
tax form for power together
- Not really sure where to post this - Maybe one of the MS folks can direct me. In the Power Together promotional offer, the fine print says I need to fill out a tax form in order to qualify to receive both Vista and Office. It does not say who I send it to or where to get that form.
Can anyone direct me to the right place to fulfil this requirement
Thanks!
-
- Visual C++
by Angel Kafazov
- 5780 Replies
- Angel Kafazov Views
- Last post
-
how to run a method on a different managed thread from mc++
- Hello developers,
I have the following situation.
Native C++ library is wrapped in MC++ and exposed to .NET. I have defined several events which are fired from the native wrapper and the event handlers usually access the GUI. Since the event handlers actually run on a different thread from the main GUI thread, this causes my application to stop responding for user input for some time.
I found a workaround for this. I start the GUI operations on the main thread, using the Invoke or the BeginInvoke methods. It works fine, but I want to bring this mechanism in the wrapper class, so that the programmer using my library does not have to worry about thread synchronization. So what I need is some way to start the method in my delegates from the gui thread. How can I do that
Thanks
A. Kafazov
-
- VS Team System
by Peter Ritchie
- 15574 Replies
- Peter Ritchie Views
- Last post
-
tfs msscci provider 1.2 and "server busy" dialogs.
- I'm using version 1.2 of the TFS MSSCCI provider and I am having problems using with eMbedded C++ 4 (SP4). I seem to be getting the Server Busy dialog shortly after bringing up Add to Source Control. Unfortunately I can type fast enough to get all the information in until the dialog pops up and makes it impossible to add projects to source control with current WinCE native (non-managed) development tools.
Is this a known issue Any workarounds
Thanks