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

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

Jakein2006

Member List

Crish
Quilnux
gafferuk
paulday
TerryBassile
Murali Krishna K
RDH123
Tarey Wolf
johnny_no1_boy
BHOGuy
JerryCic
zybernau
vsouders
narasiman_jayachandran_2b5374
Aaron Anderson
matti81
D.C
Mirricle
Ride44
twinsfather
Only Title

Jakein2006's Q&A profile

  • Visual Basic Trouble parsing text to a treeview

    I am making a program that can parse a textfile to display in a treeview. I can figure out how to get it to show properly in the treeview. I am trying to make a way to edit the treeview and am having some problems. Here is a sample of what a textfile looks like Block One 00000000.0 Name Optional Text Description Now, the first line is a toplevel node with the text "One". The second line is the text of a child of "One" without the Description part. When the node is selected I want the description part to appear in a textbox. I cannot figure this out. Also, is there a way to move a specific node up or down in a treeview Thanks, Troy Hi Troy, Let's see if this can ...Show All

  • .NET Development Database Backup

    Hi everyone...I just want to ask how to backup MS Access Database (OleDb) using Visual Baic.Net...Hope anyone could help me...Thanks thanks VMazur...I want to have a copy of my database programatically...I just don't know how to code it...Do you have any sample codes or links on how to copy an Access Database programatically thanks ...Show All

  • SQL Server Restore fails

    Hi, I'm using VB.net (VS2005 pro) and SQL Server 2005 Express Edition. I made a Windows Forms application that uses SMO to backup and restore a SQL database. User instance = false. I am using ClickOnce for deployment. Backup (also using SMO) is working fine, but Restore fails. I'm getting this error: The file 'database_veryverylongpath_and_name' cannot be overwritten. It is being used by database 'database_veryverylongpath_and_name'. On my developing machine all works fine, but after publishing and installing (ClickOnce) on another machine, restore using SMO fails (backup succeeds). When restoring the database using SQL Server Management Studio (using the exect same backup-file as I do in code) all works fine (no matter w ...Show All

  • Visual Studio Team System Sharing issue in VSTS Source control

    Hello guys, I'm trying to migrate our VSS database to VSTS Source Control and I don't really understend how can I make "sharing" happen at VSTS For example we have next VSS source tree: $root |-DummyProject |-Includes |-ProjectA |-ProjectB Both of them have shared files from <Include>. My question is: What is an alternative for us in VSTS in terms of do not re-organize our current code Thanks a lot guys. Well with a references it works pretty well, but how about individual files Let say I have VERSION.H file which is shared in 20 different projects in VSS. When I convert those projects to VSTS the convertor creates branches of this file in 20 places. I change the file in one place(mai ...Show All

  • Visual Studio Express Editions Linking programs through the internet

    So, I have an application which, basically, I want that, as it is updated by one person, the changes the same on whatever other computers it is linked to. I could pretty easily get all the information that needs to be sent to update in a short little text line. The problem for me resides in sending it to others. I don't know anything about networking with VB, or if it is even possible, but any clues would be very helpful. Thanks a ton. Matt354245, According to your description, I don't think there is an VB.NET application that can help you to update one project and link the changes to another one computer with the same updates. Here I recommand you the tools: 1. VSTS - Visual Studio Team System ...Show All

  • SQL Server DMV data lifetime

    I'm interested to know how long data 'resides' in a DMV - what causes that data to change etc. since they are dynamic views, and not tables, and I'm sure I've queried that, onyl to find that, later, the data is no longer in there. Is it on server restart, or is there a process or something else that defines how I've reviewd the BOL ( http://msdn2.microsoft.com/en-us/library/ms188754.aspx ) but that didn't really make me any wiser... Cheers Hello, The answer is "it depends on the DMV". In the case of sys.dm_exec_query_stats, the BOL says Returns aggregate performance statistics for cached query plans. The view contains one row per query plan and the lifetime of the row is t ...Show All

  • .NET Development merge two datasets

    hello all, i have 2 datasets. one is filled from the remote database(Sql Server 2000) and the other is filled from my local computer sql server 2000. I want to see if the remote dataset(filled from remote server) has some updated data. If it is so, i want to get this updated data in the local dataset and then update this local dataset to the local sql server at my computer. Please write to me soon. Any other method will also be helpfull to do this task. thanks to all, Hi ECList! Thanks a lot for appreciating my post, I wish I had VB.Net with me I would have translated it for you even though I'm not very much familiar with it. Never the less I can give you some examples so you could translate it by yourself. C# ...Show All

  • Visual FoxPro Data not up to date in newly created private data sessions.

    We are witnessing data not refreshing across users and data sessions until program shutdown/restart. One user adds records, then runs reports; another user then runs the same report and does not get the latest data the first user added - even minutes or hours after the addition. This is a large system (163,000 lines of .prg code, plus 68,000 more in class and screen methods), originally written in FoxPro 2.5 and 2.6, ported to VFP 8.0 with minimal code changes, except the reporting. The vast majority of the system is still @ ... SAY ... GET / READ MODAL..., etc. Also, about 100 of the most commonly used tables are opened at startup and remain open until shutdown. The reports, however are called from VFP forms, each instantiated from a (si ...Show All

  • .NET Development Creating a database storage and information access?

    Okay I'm totally lost. I've been trying to make a website for our customers to sign into where they can view specific details relating to their company (their product purchases, warranty end dates, and points balance tracking). How do I go about creating such a database storage and access website. Does anyone know where I find a tutorial or if someone can help me out. I've tried everything I could find and nothing. All I got so far is the actual layout and log in working. Now i need the backbone of the website; the database functions. Thank you. Okay I went back and did it again. I got it to work this time. I have all my data showing but I have a couple new problems. How do I make it so wh ...Show All

  • Visual Basic DLL sending message to vb aplication

    From my VC++ DLL how can i send a message to my vb application please help me!!!!!!!!!!!!! You will need to be more specific for someone to be able to help you. In the meantime, you can create an ActiveX control in VC++ that sends the event. On the VB .Net side you can add the control to your form (withevents) and add the appropriate handler. Best Regards, ...Show All

  • SQL Server View Data from a Compact Database with the Management Studio Express ?

    Hi there, after some hours of installing and experiments i can now open and sql server compact database (sdf) iam also able to create a new database and add tables and columns. (everything with the ms sql server management studio express) i can also open the northwind database. but iam not able to view the data . if i rightclick on a normal database table i can choose ->open table and see its content. but on a compact table i have at rightclick only edit table properties delete refresh how can i see the data in the table or add new content thanks Hi John, See the below post: http://forums.microsoft.com/MSDN/showpost.aspx postid=1140551&siteid=1 ...Show All

  • Visual Studio 2008 (Pre-release) How to compare SolidColorBrush

    Hi, I'm trying to find a way to compare the color in the SolidColorBrush, so I could sort a list of SolidColorBrush. Thanks in advance. The real question is how do you want them sorted There isn't any obvious way to sort colors. What I mean is, if you try to sort from smallest number to greatest number (representing the color as a UINT), you're essentially going to be sorting by the amount of alpha and red. I'm guessing this is why Color doesn't implement the inequality operators. Also you need to watch out for the colors having different color profiles (rare). ...Show All

  • Visual Studio Express Editions Playing a WAV file once modem dials a number?

    I am writing some code to dial a phone number to notify a user when some sensor data falls out of range. I would like to play a prerecorded WAV file when the phone is answered. Can this be done I make the call using: ' Dial a number via an attached modem on COM1. Using com3 As IO.Ports.SerialPort = _ My .Computer.Ports.OpenSerialPort( "COM3" , 9600) com3.DtrEnable = True com3.Write( "ATM2" & vbCrLf) com3.Write( "ATDT XXXXXXXXXXXXX" & vbCrLf) ' This is where I would like to play a WAV file once the phone is answered End Using Thnx for any help you can give me. You might want to check out the new Speech S ...Show All

  • Visual Studio Express Editions Need a way to Display in a form and print it.

    I know i can write the print out line by line. But i want to hit a button and show another windowform say and print out my data.... Is there any good windows forms or am i just going to be best off using a richtextbox of something take a look at this on how to print text: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=813103&SiteID=1 http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=564413&SiteID=1 The first link obviously needs to be modified to get the text from the richtextbox, rather than looping through each control and appending to a string. Does this help ...Show All

  • Windows Forms Error MSB3482 while trying to publish from command line

    Hello everybody, I am working on setting up my build server, and I am continuously getting the MSB3482 error: SignTool reported an error 'The form specified for the subject is not one supported or known by the specified trust provider.' Initially, I copied the .pfx file from my work machine into the server and tried signing the manifest with it. I even installed VC# Express (it's a virtual PC for which I have a backup), created a sample app, with a new certificate and everything worked fine. I then opened my project in VC# and tried to publish from there and no luck, either with the old certificate or with the newly generated one. From the command line, I have tried with not signing the manifest, and I get a different error ...Show All

©2008 Software Development Network