Software Development Network Logo
  • Audio and Video
  • Visual Studio
  • Visual C#
  • SQL Server
  • Visual FoxPro
  • Windows Forms
  • Visual C++
  • SharePoint Products
  • Microsoft ISV
  • IE Development
  • .NET Development
  • Visual Basic
  • Smart Devicet
  • VS Team System
  • Game Technologies

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

Luminita

Member List

Brett Selleck
Anwar Hussain
parreg
JasonRL
mahima
Rafael Mores
Philippe Cand
SteveRod
Matthew Feng
Stuart5150
NiekL
sunil_sg
spree
Jerry Hung
Trisha1802
Kent Boogaart
the emrah
Ghanshyam Singh
mz1derful
Suresh S
Only Title

Luminita's Q&A profile

  • SQL Server Need infos regarding install of SQL Express 2005 SP1

    Hi, A little technical question. If I want to install SQL Express 2005 SP1, do I have to uninstall current version first Thanks in advance, Stephane Hi Arnie, Just to be sure. Must I uninstall current version of SQL Express before going on with others listed in previous message Thanks for your help, really appreciated! Stephane ...Show All

  • .NET Development how to download a file ?

    Sir, I want to know that how to download a file from URL using C#.NET. I do a coding for the application about Download Manager,but at the time of downloading a file ie to save the file, the file is saved at its specified location ,but all files are corrupted. So tell me that what type of coding i can do in C#.NET. 1) I develope the application for download manager on a PC, on which XP Service Pack2 is installed. Sir the coding for the download manager i used is as follows private void button1_Click(object sender, EventArgs e) { WebClient client = new WebClient(); string name1 = saveFileDialog1.FileName; this.saveFileDialog1.InitialDirectory = System.Reflection.Assembly.GetExecutingAssembly().Location; this.sav ...Show All

  • Visual Basic Hide/Show form causes form to reload

    Using VS 2005. Creating windows forms application. I have a search form that the user can enter their search criteria and then find records. The records found populate a grid. The user selects a record in the grid and then clicks open record button. The click event of the open record button does the following: Dim frm As New frmRS_ModMenu frm.Show() Me .Hide() 'This is frmSearchForm This works great. The user can enter data for the selected record and then close the form. When the data entry form is closed I do the following: frmSearchForm.Show() Me .Close() However, when I close the data entry form and call show on the search form the form load event fires only on the initial hide/show. This causes the sea ...Show All

  • .NET Development CREATING DATABASE PROBLEMS

    hi! i am new and heres what i try to do: I want to do an internal database where user create accounts, log in and view the information of the account! if some knows what i mean please HELP! Leo ok: i want that on the beginning you can either log in or create a new account. when you log in you can see the information you provided when you created the account and edit it. and when you cretae a new account then you ... create a new account. WITHOUT use of the internet. understood ...Show All

  • Visual Studio Catastrophic Failu Visual Studio Crashing like crazy!!! WHAT IS GOING ON!!!

    I reinstalled my whole damn operating system thinking that I had broken visual studio somehow... it turns out that was a collosal waste of time... I have a fresh clean windows xp pro sp2 install, and a clean Visual Studio Professional... and whenever I add a dataset to a project, and right-click the designer and hit "View Code", I get this horrifying error: Failed to view the validation code because of the following error: Catastrophic failure (Exception from HRESULT: 0x80000FFFF (E_UNEXPECTED) and it gives me a blank document. If I click the button to Save All open documents, the whole damn program just crashes!! I've submitted the error reports, but that's not going to help me fix the problem... what is goi ...Show All

  • Software Development for Windows Vista [RTM Vista] - Problem binding an ssl certificate to an ip:port, nothing works :-(

    Look this link. I'm running on Windows Vista RTM as an administrator. The certificate has been crafted with makecert for developing purposes. I'm getting error 1312 while registering it to whatever ip/port. I need this certificate to authenticate a WCF metadata exchange through https. I tried to logon myself using "net use" but nothing seem to happen even when "net session" command states a session actually exists. I'm getting confused since i should be already logged -_- as an administrator. I'm googling around, i've found other ppl posting on forums they're experiencing the same problem without solutions. I tried to set an ssl cert on windows XP i've on ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Where can I download DirectX9/10 SDK for VB ?

    I found one , however it documentation was for C++. Is a documentation of DirectX9/10 for VB exist My problem as a newbie starting out with directX is to Know what version to start with.Im confused about the new Directx10 which supports Vista as some forum stuff I've read suggests it does not support XP So I'm wondering if I should download the direct 9 version ( which is how I came upon the above URL) I'm using XP home and VisualStudio 2005 Express  C# --- Would the new DirectX 10 be compatible with this or should I start out with DirectX9 SDK If anyone can point me in the right direction would appreciate it. ...Show All

  • SQL Server WMI Config Error Installing SQL2k5 Standard Edition

    This is (some of) the output from the Core(Local)log: If possible, determine action Machine = DJONES-XP, Article = WMIServiceWin32OSWorking, Result = 2147500034 (0x80004002) Machine = DJONES-XP, Article = WMIServiceWin32CompSystemWorking, Result = 2147500034 (0x80004002) Machine = DJONES-XP, Article = WMIServiceWin32ProcessorWorking, Result = 2147500034 (0x80004002) Machine = DJONES-XP, Article = WMIServiceReadRegWorking, Result = 0 (0x0) Machine = DJONES-XP, Article = WMIServiceWin32DirectoryWorking, Result = 70347 (0x112cb) Machine = DJONES-XP, Article = WMIServiceCIMDataWorking, Result = 70347 (0x112cb) Machine = DJONES-XP, Article = XMLDomDocument, Result = 0 (0x0) ******************************************* Setup Consistency Check ...Show All

  • Software Development for Windows Vista Microsoft Money 2007

    I was able to install Money 2007 premium but it doesn’t work. When I sign in with my login/password it stops. Any suggestion Thank you, Hi noalbi, This form is for development related issues, since you have described a usability issue I would recomend going to the Microsoft Money support site at http://www.microsoft.com/money/support.mspx . Thanks! Matthew Braun ...Show All

  • Visual Basic If I want to upgrade my program of VB6.0 to the program have net application, is it the VB.net is my only choice?

    Please help to give some advise, My program is developed by using VB6.0, and now I need to upgrade the program that can support the online application or online transaction. So is it the VB.Net / VB 2005 are the only and the best choice Because some of the people are mentioned that the C#'s performance speed and stable will better then the VB, it is true if I am using the VB.Net to develop, what is the strong point of this new version of VB I definitely think VB.NET / VS 2005 is your best option. You'll be the most productive using what you already know about VB. C# is a fine option, but there is no performance, scalability, or other technical advantage to choosing it. That is a myth. There are numerous great resources ...Show All

  • Visual Basic Is there a VB based regex tutorial anywhere?

    Sorry to be a pain but I'm having difficulties getting to grips with the basics of VB regular expresions.  I'm not a newbe to regex - I'm just new to VB (don't know whether or not that helps matters). I'm trying to do fairly simple things eg match the text before the markup <option> so would automatically expect something along the lines of /(w*)<option>/ and then simply consider the variable $1, but i have absolutely no idea where to start in vb. While a solution to the specifics would be nice a pointer to a simple tutorial may be a nicer solution. Incidentally is there a way of finding tutorials - specific help on eg regularexpresions.regex.match without "ask a question" - surely there must be and I'm ...Show All

  • Windows Forms How do I include my data files into my installation exe?

    I am using a Setup project to deploy my app. I would like to have my data files included in my installation exe. How do I do that hi again, i must still be misunderstanding you... i deploy data files with my app.... basically, i do what i outlined above, then then build the project. this creates for me a setup.exe (which in my case only does the vcredist'ing if necessary) plus builds the MSI file for my project. clicking on the setup.exe handles the prerequisites, and then automatically starts my installer msi file. when it's done, the app is installed and the data files are sitting on the target machine where they're supposed to be sitting. other than the setup.exe and my msi file, there are no loo ...Show All

  • Audio and Video Development Programatically setting the default playback device (and recording device)

    Under Vista is there a way to set the default playback device programatically I've searched through the APIs but I'm not seeing it. For example, there is a method IMMDeviceEnumerator::GetDefaultAudioEndpoint(), but there is no corresponding IMMDeviceEnumerator::SetDefaultAudioEndpoint(). Can I do this through the endpoint properties Can you write a Control Panel extension which exposes all your features through the Vista Audio Control Panel. This way the customer will have to go to only one place ( The Vista Control Panel ). Here is some overview of the APIs you can use: http://blogs.msdn.com/larryosterman/archive/2005/09/23/473351.aspx ...Show All

  • Visual Basic mdi parents and mdi child

    Hi, I am using mdi forms to design my application. Now I have menu with menu "windows", when new form is opened, a opened form text will be added in Menu "windows", and when user use mouse to display any opened form at the top, but right now ,I would like to use codes to realize this function, what can I do because I will use buttons as well. thank you yhong: 1...Add menustrip to MDI form 2...add menuitem to menustip named "WindowsToolStripMenuItem" 3...set menustip mdiWindowList property to "WindowsToolStripMenuItem" :) Ibrahim ...Show All

  • Microsoft ISV Community Center Forums Matrix syntax

    I want to create a multidimensional array in VBA. My code is: Dim strDataMatrix(0 To 10, 0 To 2) Does that mean ....(rows,columns) or ....(columns,rows) I know how an ordinary array works and everthing but what comes first in the multidimensional array, the number of rows or columns Any help very much appreciated! I have gooled this but with some results that do not seem coherent with other VBA functions e.g. Offset or common mathematical notation. Therefor I need to be sure of how it works. Thanks! ChasAA wrote: (actually my prefernec is to use Option base 1 and then Dim array(1 to 13, 1 to 3). If you use Option Base, which is always a good habit to get into, you don't need t ...Show All

©2008 Software Development Network