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

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

PareshSoft

Member List

scottsignalscape
Saikalyan
TKAP
Rajesh Giri
road66_be
MRK
Ogre
oopdeveloper
Jamesx
ananasgroup
Photodraw die hard
BareFootinBoy
Larry_Pope
boyo358
RizwanSharp
Keehan
Marky52
MikeNZ
razerredblue
Luke B
Only Title

PareshSoft's Q&A profile

  • Windows Forms messagebox

    how can i make a messgaebox contains two buttons (yes and no) so that when the user press the yes button then a certain code will be executed and another code will be executed when he presses the no button. thank you for the time and for the help that you gives me. Dim result As DialogResult result = MessageBox.Show(Me, "Body",& ...Show All

  • Visual Studio How to give a signature for a zip file?

    I want to know it because I make a snippet or it will always show a messagebox which ask you click "yes or no" See the blog posting at http://blogs.msdn.com/craigskibo/archive/2005/11/16/493570.aspx . This has information about how to sign a file for the Content Installer. Craig ...Show All

  • Visual C# C# equivalent to C "union"?

    Is there a C# equivalent to the C union typedef I have a 64 byte array that can either be byte or int (USB data packet). I would like to be able to access these bytes as either type. In C I would declare: typedef union byte_array { struct { byte byte1; byte byte2; byte byte3; byte byte4;}; struct { int int1; int int2;}; };byte_array   ...and access them by: byte_array myarray; mybyte = myarray.byte1; myint = myarray.int1;   How would I accomplish this in C# It would honestly depend on a variety of other factors. If I could detect the type of the incoming data, I would create two differen ...Show All

  • Visual Studio Problem with custom DDEX Provider on Binding Source configuration

    I'm writing a DDEX provider for the Firebird ADO.NET Data Provider (firebird.sourceforge.net) While Trying to configure a BindingSource from an existent connection ( that can be opened correctly from the Server Explorer and it shows the tables, stored procedures and views information correctly ), i'm getting the next error: --------------------------- Microsoft Visual Studio --------------------------- Failed to open a connection to the database "Unexpected error." Check the connection and try again. --------------------------- Aceptar   Ayuda    --------------------------- Any ideas about what i'm doing wrong wrong ...Show All

  • Visual Studio Tools for Office ActionsPane And The Disappearance Act (When Toggling Excel Spreadsheets)

    Greetings, I have a, hopefully fairly easy, question regarding the ActionsPane.  The problem occurs when I have my VSTO application running and I launch another Excel (non-VSTO) spreadsheet and subsequently switch back to my app.   The ActionsPane disappears despite my futile call to show it when my app is activated:         private void ThisWorkbook_ActivateEvent()         {             ActionsPane.Show();         } Any ideas Kind Regards, Dima Kher ...Show All

  • .NET Development How to find currently MAC address of the PPP connection ( Modem conn. )

    Hello, Ho w can i find progammatically the MAC address of the PPP connection and their default GW Mac i see this addresses for example by caturing packet on dial-up conn. with Etherreal. By using WMI i not get the same, any body have the ideas regards Here is the answer from the PPP team Looking at the thread the MAC header that is seen on Ethereal is the dummy Ethernet header added between WANARP and NDISWAN. This way the network monitors (like ethereal) sees the PPP interface as an Ethernet interface. But on wire (like dialup in this case), the packet will not contain that Ethernet header, ...Show All

  • Visual FoxPro Virtual vield code (lookup)

    I have two tables Dossier and Rolhand I'am trying to get the newest date from table rolhand into dossier. <-- Text in Red I'am using virutal field, but i can't get it to work. Table: Dossier * DOS_ID     Rol_id           Rol_date ------ -+--------------+------------ 1            05dak-91          21-01-05        <-- this is not working, YET 2            02man-11  ...Show All

  • Visual C++ Refreshing an rich edit box

    Hi all, I created a Rich Edit box using MFC and am trying to do a refresh on the edit box. I did an UpdateData() function but it keeps overwriting the current data with new data. I don't want to do that. Basically, I want to keep the current data as well as add the new data on to it. I tried the append (+=) function, but when I call the UpdateData() function, it takes a while to update. I am appending large quantites of data which slows the update function. How do I make it appear quickly Is there way to go about this 1. I believe it will happen once unless I switch to another file. 2. The string I ...Show All

  • Visual Studio Team System TFS and Project Server 2003

    Hi, When I create a new project in Project Professional 2003 not connected to Project Server 2003, I select the option Team>Choose Team Project, everything works fine. When I create a new project connected to Project Server 2003, I select same option and the following error appears: TF80071: Team Foundation encountered an error while accessing the work item database ... The scenario that I want is the following: Create a project on Project Professional 2003 connected to Project Server 2003 Publish work items on TFS from the project My Team Members report Completed Work in the ...Show All

  • Visual Studio Team System Source Control Explorer - Sort by file extension?

    Is there a way to sort the files by extension We added some files into the tree that don't need to be there. Is there a quick way to delete them Thanks, Ted Unfortunately, no. A possible quick way: tf del *.extension . ...Show All

  • Visual Basic Problem about MSI

    I logged on XPSP2 with user in group Administrators. After compile as release MSI file and try to install from folder DISK_1, this error occured. "Error 1305. Error reading from file: D:\My Prog\Output\DISK_1\My Prog.msi. Verify that the file exists and that you can access it." But when I copied and install this file from Desktop, it's ok, What's happen My PC have Kaspersky AV and MS Antispyware (Beta1). PS. How to post picture in this board Oh! sorry I forgot, I use Visual Installer 1.0 from Microsoft to make MSI installer. ...Show All

  • Visual C# BackgroundImage in TreeView control

    How do you insert/change the BackgroundImage property of a TreeView control in C# 2005 Please let me know if you need further clarification on my problem, but I think it's pretty self-explanatory. While numerous reference documents state that using a BackgroundImage in a TreeView can be accomplished, I'm having no luck doing so through either directly setting this property like this: Tree2.BackgroundImage = imageList1.Images[1]; or through using get/set statements. public class myTreeView : TreeView { public override Image BackgroundImage { get ...Show All

  • Visual Basic Background image

    How would you set a forms background image through coding not selecting it. Thanks ...Show All

  • Smart Device Development Bug in VS 2003?

    I recently posted regarding a TypeLoad exception in Microsoft.VisualBasic http://forums.microsoft.com/msdn/ShowPost.aspx PostID=113878 It appears that my findings have highlighted a bug in VS2003 is this the case Also my work around seems inconsistent sometimes its OK other times it doesn't have the desired effect. Any ideas Thanks in advance. Sure. Please remove "online" from my e-mail. Also, please rename VB files to .txt and pack it all with normal zip, that would let it pass antivirus filters. Thanks. ...Show All

  • Visual Studio 2008 (Pre-release) Username credential without windows account

    Hi, I'm looking at the SupportingToken sample. The sample uses client and server certificates and then add a username password "on top" of this. The username and password must be those of a user on the client machine. My "users" will not be the a windows user on their machines.I s it possible to use an arbitrary username/pass Thanks If you want a username/password pair that's not a Windows account then you will need to subclass the UserNamePasswordValidator and override the Validate method: public class MyPasswordValidator : UserNamePasswordValidator { private ...Show All

©2008 Software Development Network