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

Software Development Network >> JustLearninC#'s Q&A profile

JustLearninC#

Member List

Philipp S Khlupin
DarkoSK
hinshelm78
Tanek
Boman
Richard98045
domls
Kent Ogden
clint440
JenniferL
Rich John
Kevin2
johane
kc1
Christopher Chan
Daniel at SCANA
jsedlak
Galb
davidgsteadman
Muralidharan
Only Title

JustLearninC#'s Q&A profile

  • Visual FoxPro cannot open up a form-- BIG TROUBLE

    I have been working on this form for about two months adding new objects and manipulating databases. The last save I did was about 4 days ago. I have a few grids in it on different pages of pageframe and everything worked fine. I never added any columns to any grid at design time. At runtime VFP determines the column layout after a grid is given an alias as a record source. Today, just a few minutes ago I decided to add three columns to a grid which has always been empty at design time. After I did a save, I got an error message at runtime: Error loading file - record number 34: o_Grid2 <or one of its members>. Header Class: ...Show All

  • Windows Forms Combining ClickOnce and MSI Installer

    Hi, I have been surprised by the gap there is between ClickOnce and MSI. And I need to solve this. The scenario is this: Install a windows form application on a client (registry values, files, folder creation) and use ClickOnce to just update the application. Any GOOD documents about it Thanks!!! Hi... thanks for the response. What I mean is that the msi will create registry values, and folders, and by using ClickOnce the application itself will be automatically updated. By the way... I have solve it and It woooooorks!! Just needed to create a bootstrapper manifest and wrap the msi as a prerequiste!! ...Show All

  • Visual Studio Team System How do I derive from TestContext class and implement from base members

    So, I see a lot of people are looking at this. But no one is responding to it.  It would be great if someone would be able to at least check the answer to verify it.  ---------- Im lazy, and somewhat new to OO. I am attempting to derive trom the TestContext class.  But am not able to use the base class methods when overriding the base class methods... namespace TestPlay{ public class newTestContext : Microsoft.VisualStudio.TestTools.UnitTesting. TestContext {    public override void AddResultFile( string fileName){    throw new Exception ( "The method or operation is not impl ...Show All

  • Software Development for Windows Vista small problem

    Hi, While exposing a Workflow via Web Service, in the new Web Service Code file, we used to inherit the WorkflowExample.Workflow1_WebService instead of directly  from the WebService base class as shown below. public class Service : WorkflowExample.Workflow1_WebService { } can any one say like "If I want to use two workflows into this Web Service How I have to inherit the Namespaces." In the workflow I am using WebServiceReceive and WebServiceResponse Activities. Bangaram, Could you clarify your issue   If you are trying to inherit from multiple Workflow WebServices in your Service, this ...Show All

  • SQL Server Working with data in a mobile solution

    Im doing a project using VS2k5 and sql server2k5. Its a mobile project and this is my first time working with SQL and Visual Basic. I need to know how to add data to my database from the windows form.I have however been able to use the tableadapters and some sql statements to read data from the database in my forms. Can anyone here help me You can either write the SQL yourself to insert data into SQL Server 2005 Mobile Edition or you can leverage data binding on your form to update the underlying database automatically. You should review the programming guide for SQL Mobile and the IBuySpyStore sample appli ...Show All

  • Visual Basic Asynchronous Sockets...

    Hi, I am having alot of difficulties understanding how to do socket programming in VB.net 2005 express ide! I am trying to create a simple irc client( at the moment) that connects to an irc server successfully, then shows the raw commands in a RitchTextBox. Once I figure out the sockets part I'll parse the commands later. Could anyone direct me to some Articles/Reading that can explain socket programming better than MSDN or if I have overlooked something in MSDN that very well explains this task simply please show me the way -ty    Helpful Communities: VB.NET Socket Forums http://www.vbdotne ...Show All

  • Visual Basic Change Connection String At Run Time

    Is this even possible I want the user to be able to select a database file from a open file dialog box. From there I know how to create the string however by using: My.Settings.connectionString is read only. Any ideas on how to be able to change the connection string based on what the user selects Thanks, chris Sure, it is possible. That is the way most people set up their programs to hook to SQLServer. Just put 4 textboxes on a form and ask for 4 things: Server Database LoginID Password Take the data from these textboxes and create a connection string and use it in the Connection.Open ...Show All

  • Visual Studio Express Editions From VB 2005 Express to Professional

    I've bought the VB 2005 Professional, but I'm stil waiting for it. Are there any problem if I download the trial of the Express version, and later, I install my complete version, and continue with my project   thanks. Hi dsoto, It shouldn't be a problem. Any project that you create in Visual Basic Express can be opened and run in Visual Basic 2005 Professional. From the FAQ page  http://msdn.microsoft.com/vstudio/express/support/faq/default.aspx#compat : Will programs I build with Visual Studio Express Editions work with other versions of Visual Studio 2005, like the Pr ...Show All

  • Visual C++ Where can I get the naming convention of C++

    Dear All, It would be a good practice to follow the standard naming convention of C++ (or Visual C++) when you write a program in order to avoid the word confusion. I would apprecite if you provide me with a documentation or a link about the naming convention of C++ or Visual C++ Your help is appreciated. Regards Bassam The most common convention would be Hungarian notation, which means that you use an abbreviation for type at the start of a variable as in nSize for an int, szSize for a CSize or SIZE, etc. You'd also put m_ for member variables, as in m_szSize. Really, so long as you ...Show All

  • Visual C++ A difficult question

    Hello all, I have done C/C++ programming in university on DOS/UNIX machines. I want now to make the shift to Windows VC++. I am very confused about the various tools available. There is VC++ 6. VC++.net and VS 2005. Are these tools compatible If I learn one can I use the others easily Which one do you recommend I start with Can you recommend a good book Thanks in advance for your help. Hi, The C++ Tools that you have mentioned are the versions of the Microsoft C++ Compilers. Here it is in order: VC++ 6 C++ 7 (.net Framework 1.0) Managed C++/ C++ 7.1 (.net Framework 1.1) C++ 8.0/CLI (.net Framework 2.0) ...Show All

  • Visual C# Ability to compile into previous versions of .NET?

    Hi, all! I just wondered if anyone knows if it's possible to compile for older versions of .NET I've got a network of thin clients that use XP Embedded, and I can't even get a form with a simple button to run on one! Fortunately, MS is addressing this with "MSBEE". See http://msdn.microsoft.com/vstudio/downloads/tools/msbee/default.aspx ...Show All

  • SQL Server RS Instalation

    Hi I reinstaled the reporting service and I get an error when I try to access the page server/reports the error say: "the profile of the user is a temporary profile" somebody know what's the problem User's profile is like another server and works in it. Thanks a lot ...Show All

  • Windows Forms ToolStrip size

    Hey, How do you change the hight of a toolstrip I tryed on the properties window to change it's hight but when I click somthing else then it goses back to 23 instead of 36... Thanks :) ...Show All

  • Visual C# Specify A Font in a file.

    Hi all ... new guy here. I've been able to specify an encoding for a StreamWriter, such as Unicode. Is there any way to specify font information when writing to a file Thanks! DB Yes, that's correct. So long as the default font supports all the unicode characters in your file, you'll be fine. If not, there's not a lot you can do, at least on the level of writing out a text file. Glad to help :-) ...Show All

  • Windows Forms Populating controls from a ListView

    I have a ListView control that is populated with values from a DataSet. I want to (upon selecting a row in the ListView control) populate a series of controls on the same form (text boxes, combo boxes, etc.). In VB6, I would use the ItemData property to snag the ID and use that as a key to find the corresponding record. I don't see a way to associate an ID with each row in the ListView. If I can do this, I can then get the ID and get the corresponding record from the DataSet (using DataRow = DataSet.Tables["Table_Name"].Rows.Find(Table_ID) ). Any help in this area would be great. Thanks!! Thank you for the help Jacob. This gets me poin ...Show All

©2008 Software Development Network