Software Development Network Logo
  • Windows Vista
  • Windows Forms
  • .NET Development
  • VS Express Editions
  • Visual Studio
  • Microsoft ISV
  • Visual Basic
  • Windows Live
  • Smart Device
  • Visual FoxPro
  • Visual C++
  • SQL Server
  • Visual C#
  • Visual J#
  • Game Technologies

Software Development Network >> raina's Q&A profile

raina

Member List

John Yang - MSFT
Chris Conti
donnyG
Scottie J
JimBone
wuchisan
T.Ramesh - FALAFEL Software Inc
Kent Waldrop Au07
terry62
Esquif
safariaker
Scottthedot
Tony N
nesteroff
BilalShahzad
jockofett
Erwin De Leon
AnotherRick
StefanoUD
dotnet4me2
Only Title

raina's Q&A profile

  • Windows Search Technologies WindowsSearchSafeFilter.exe takes all available CPU cycles

    Anyone seen this before After I install WDS, this process will take over all available CPU cycles, stopping me from using my system. I have disabled my On-Access AntiVirus scanning and it did not help the issue. Thanks in advance. Got this problem as well. Anyone have an idea what is going on Thanks. ...Show All

  • Windows Forms problems with user.config

    I'm tring to open-read-write to my user.config file through a new install of clickonce, using the configurationmanager. When trying to save the the file I get the following error. After looking into this the path giving by config.FilePath = "4.31.2174.13041\user.config" doesn't exist nor does the user.config, which I'm not sure if the configurationManager is suppost to create it automatical if it doesn't exist or not any help would be great. Code: public void saveConfig(string key, string value) { Configuration config =      ConfigurationManager.OpenExeConfiguration ConfigurationUserLevel.PerUserRoamingAndLoca ...Show All

  • Visual Studio Express Editions What now? - x86

    I have downloaded http://www.microsoft.com/downloads/details.aspx familyid=32BC1BEE-A3F9-4C13-9C99-220B62A191EE&displaylang=en . To let me redistribute my applications, but I don't understand how to use this. I installed it and I was given no instructions on how to use it. Please help, Wilko Well i would like to know how to now make it so my program standsalone which was the whole point of getting it. I thought that it would enable me to make me exe work on a pc without c++ and all of the dlls. How would I do this ...Show All

  • Windows Forms default IDE control font

    How do you set the default font for all development in Visual Studio 2005 (or V C# Express).  Currently, when I create a new form and place controls on it they always default to Microsoft Sans Serif, 8.25pt, I want tahoma, but don't want to have to constantly change it.  I have look all over but only see fint settings pertaining to the coding environ.   Thanks. There is no setting that allows you to change this. Control (which Form derives from) actually gets it default font from the static Control.DefaultFont property. Unfortunately, this font defaults to MS Sans Serif, instead o ...Show All

  • .NET Development Limiting listening socket to a range of available port numbers

    I am very close to completing implementation of my FTPS server and client software. One final issue deals with firewalls and NAT. Under SSL the firewall does not provide the normal "assistance" to FTP command channel, such as tweaking NAT, and temporarily opening PASV data ports, which may otherwise be blocked. I have dealt with the NAT issue (each configured listen IP can have a configured "external" IP declared) but now the PORT issue is biting me. I have a couple of ideas. 1) I am thinking I could reserve a range of port numbers based on server configuration. The firewall admin would open those. Problem is I know how to listen o ...Show All

  • Smart Device Development Connect emulator to internet - configuration steps?

    I have VS2005 beta 2 installed and would like to test Exchange ActiveSync synchronization using the Device Emulator and a Windows Mobile 5 image. Can this be done with the emulator What are the configuration steps on the emulator Thanks, Frank You can connect the Device Emulator via ActiveSync using the Device Emulator Manager.  You can launch this tool from the "Tools" menu in VS2005.  Once your emulator is running, use the "Craddle" action of the device emulator manager.  Then, in ActiveSync's Connection settings, select the "DMA" option and click "Get Connected".  You should then be ...Show All

  • Visual C# Starting a console?

    Hi, I've got a console-based project, which contains a class like so: using System; using System.Collections.Generic; using System.Text; namespace vm { public class clsVirtualMachine { public void Execute( string Code) { Console .WriteLine(Code); } } } Part of the same solution I also have a testbed project, which consists of a form, a textbox and a button. Then the button is clicked the following happens: using vm; (....) private void cmdRun_Click( object sender, EventArgs e) { // New instance of code runner clsVirtualMachine TheVM = new clsVirtualMachine (); MessageBox .Show(txtCode.Text); TheVM.Execute ...Show All

  • Visual Studio Express Editions how do .dll files work?

    Hi all, I have a question... What are .dll files, and what are they for Grtz, Tom Yes you can create one  Start a new project of the type class library.   The class library can contain any classes which you might add to a windows project.  If you compile htem as a class library then you will need to add a reference to the dll in the project which is going to use the functions stored in the libary.  Then you can use those functions in the same way as the functions you create inthe project itself     ...Show All

  • .NET Development Credit Card Processing in VB.net Windows Application

    Does anyone know how to implement credit card processing in vb.net windows application. Any suggestion, reference would be great help. What do you mean by credit card processing Do you mean validating the number Or the financial transaction For the first, just google credit card number validation. You'll find a lot of alogorithm on how to do it. For the second, I suggest looking with your bank or credit card company. They often have SDK that you can use to process credit card transaction. You could also check with Verisign and Paypal, they have SDK that use Internet to process these transactions. Hope it he ...Show All

  • Visual Basic new to vb .net

    Hi, I have been programming in vb6 for 5years and I now have made the switch to VB .net 2005. I have been working on a program that I made in vb6 into .net but I can't seem to figure out what this code would be in vb .net. Open App.Path + "\filename.html" For Output As #1 Print #1, "data" Print #1, "dataaaa" Close #1   And also the tool that supposed to upgrade vb6 code to vb.net doesnt work at all. I get an error when I try to. Thanks RobA89,    The new My.Net features in VB.Net make this process much more straightforward then they have been in previous versions of .Net.  To accomplish the same task as& ...Show All

  • Visual Basic Resource files...

    Why can't I access icons within the local resource file that is associated with my form There are icons in there that are being used with the BindingNavigator control, I can SEE them in there. But when I want to use those same images for another button, it doesn't see them. In fact, the only resource file that I can really browse (I'm setting the image property on a toolstrip item) is the one associated to the project. Each form has a resource file, and according to the image property dialog, I'm looking at the local resource unless I change it to look at the project resource, but for whatever reason I can't see all the images in the local ...Show All

  • Visual Studio Team System Can't connection Project Portal

    Hello~~~ I have installed TFS RTM Workgroup Edition. I'm using Windows Server 2003 R2 with Active Directory. After installation, I can open Documents, Reports at Team Explorer. And I can connection Windows SharePoint Services Site Administration using the link at Team Project Setting->Group Membership Dialog. But if I try to connect with Show Project Portal... , the browser request authentication. If I try to logon with TFSSETUP, the message is displayed "You are not authorized to view this page". I tried with administrator account too. But it's not worked. Could you help me Thank you. ...Show All

  • Visual C# Converting Small endian to Big Endian using C#(long value)

    Could someone tell me how to write an equivalent code in C# for the following C++ code which would give me a big endian from a small endian Thanking you in Advance.. Function call - ProcessEndian((char*) &longValue, sizeof(long)); void CUtility::ProcessEndian(char * pHostData, int nHostDataLength) { char buffer[10]; int i = 0; char* pChar = NULL; for (i=0; i<nHostDataLength; i++) { pChar = pHostData+i; buffer[ i ] = *(pChar); } for (i=0; i<nHostDataLength; i++) { *pChar = buffer[ i ]; pChar--; } } First of all, overwriting a varaible like that is just plain wrong, and has been o ...Show All

  • Visual C# Convert base type

    I have problem with convert from string to byte array.   _ How can I convert directly from string to byte array and convert back.   _ I can cast from object to another object       Ex:             Class A             {             }             Class B             {       & ...Show All

  • Visual FoxPro VFP 9.0 ReportListener creates a PDF page as an image

    Hello, I'm using VFP 9.0 ReportListener object. When I print a report using Acrobat Distiller printer driver, it creates the PDF pages as images. I want the output as it was with the previous versions, text as a text and image as an image. Is there any way to do it Thank you in advance Vedat, Since no one replied to your question yet I can suggest another alternative. I use mindseye's activex for generating reports. Its listener works better IMHO, can handle large amount of pages without memory hog and/or crash, can export to PDF (either from toolbar or directly to PDF), email etc. Check if you want: ht ...Show All

©2008 Software Development Network