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

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

basmar

Member List

pyefleet
JeevesIndia
Jobskply
Kevin Mulvihill
kevin_i_orourke
Mike Graser
Poderdumal
westoncerny
Lawrence Parker
RickShaw888
Benjamin Bruno
Sox
M. Dirksma
SavitaG
Tomas Matousek
Cesar GHALI
Eric Gooden
EdgarRC
Desolator144
Greg1
Only Title

basmar's Q&A profile

  • Visual Studio Express Editions Sql money type and textbox confusion

    I have a table (named mymoney) with three coloumns dept and holding as money type and id. I got another table (name bills) which I enter some bills. Bills table also have a dept, holding and id coloumns. I created a datagridview to enter bills. Then when someone click on save, I want that program gets the sum of dept and holding coloumns and update the mymoney table according to the id. On the datagrid form I used ---Begin Code--- ...Show All

  • .NET Development could not find localhost when creating new project

    Hi friends am new to .net and writing a small web service application.am using vs 2005 beta2. i created new project (asp.net web service) and new project dialog box i selected location as "http" and name of project name i entered as http://localhost/customer orders webservice and as soon as i click ok i get following message saying "Could not find a Web server '<localhost>'. Check to make sure that the Web server name is valid and yo ...Show All

  • .NET Development Process.StartInfo.Arguments

    I am trying to GET the arguments that were used to start a process (console app). But it always seems to be returning empty string. Is there a way to get the command line arguments that were passed to start a process Example: Lets say I opened "notepad" using a file name on the command line. Then I need a way in .NET to get the file name value that was passed to this process. string sProcessName = "notepad" ; foreach( ...Show All

  • Visual Studio 2008 (Pre-release) Object-oriented network database

    Hi, All! I am Ukrainian scientific researcher and developer. I am developing object-oriented network knowledge database which is based on object-oriented database engine. I already implemented .NET 1.1 support. It's very cool that MS devolops declarative object query language for C#. I hope I'll be able to integrate LINQ features into my engine. Now I have to use three fields to store object soft pointers. One for object hand ...Show All

  • SQL Server Setup of user-defined columns with eye on reporting

    I'm looking for a best practice for creating user-defined columns that allows for not-overly complicated methods for reporting. For instance, a user or admin adds a few columns specific to his department, including descriptive and/or "column" names. He then wants to create a report that includes these columns along with some of the default columns. I'm thinking that for the novice or regular users, setting up report models would suf ...Show All

  • .NET Development Stopping Asynchronous Operations

    I'm working on using Text-to-Speech support inside my App. The problem is that if I call the Speak method on the Speech Library, my app. will be frozen until the method finishes reading the text. In the case the user decides to stop the reading, he couldn't. What I did is to call the Speak method in an Async fashion. Now, the problem is that there is no Stop method in the Speech Libarary, therefore, somehow, I need to stop the operation. I trie ...Show All

  • Visual Studio Team System Moving of load tests results database

    Hi, I have executed a bunch of load tests. I have .trx files with results and a database with results (on SQL  2000). I need to move the results database to a different server. Is it possible to alter the .trx file to link it to a different database (the same database but different server indeed) then the original one The connection strings (or "connection details") are encrypted in the .trx... Best regards, Lada ...Show All

  • Visual Basic searching a text box

    Hi all, I need to search a textbox for a phrase like "R20" or "R21" or "R44" The phrase could be anywhere within the text and in any order and buried within a string of text eg.(Harmfull to.... R20, flammable liquid....R45), when I have found the phrase I need to copy it over to another text box to build a string like R20, R21, R44. I have tried everything I know as a VB newbie but am completely stuck on th ...Show All

  • Visual Basic lost object reference after sort

    Hi All, Who could help me sort out this problem It seems that an object reference is set to null after sort! Probably a mistake from my part, but still a mystery. If some one can take a look on this piece of code . You can observe that the msgbox - following the sort -although identical to the one preceeding the sort- triggers an error"Null Reference Exception was unhandled. Object reference not set etc." *************** ...Show All

  • Smart Device Development Keep windows form on top of another

    Hi, Can any tell me how to keep one windows form on top of another. I tried to set the topmost to true, but it then stays on top even when I minimized the "parent" form. I want to just keep it on top of a particular form. Eric I answer myself: Form1 frm = new Form1(); frm.Show(this); ...Show All

  • Smart Device Development Set colour of ListView Items(rows) or even columns (or ColumnHeaders)

    Hi all, I have searched the net but to no avail. Is it at all possible for me set/change (programitcally) the colour of ListViewItem rows, and/or Columns and/or ColumnHeaders Thanks Tryst Please check if the following posts may help ...Show All

  • Smart Device Development Sorting a listbox in .NET CF?

    Is this possible   How Thanks. ...Show All

  • Visual C# c# addin

    I created an addin for c#...I want me addin to be able to read whatever project code i have open.... how do u make the addin able to do such a thing     You can try this one with c# syntax: EnvDTE. TextSelection textSel = (EnvDTE. TextSelection )appObject.ActiveDocument.Selection; int cLine = 1, stopLine; // Scan the file from begining if (textSel.Text.Equals( string .Empty)) ...Show All

  • Windows Forms DataGridView - CommitEdit

    I try to implement a immediately update of a access database by a datagridview. I do it like described in the msdn: private void Form1_Load( object sender, EventArgs e) { OleDbConnection myConn = new OleDbConnection DataGrid.Properties. Settings .Default.ConnString); OleDbCommand myCom = new OleDbCommand (); myCom.Connection = myConn; myCom.CommandText = "SELECT * FROM test" ; myTab = new DataT ...Show All

  • .NET Development WseWsdl3.exe and C++/CLI

    Hi Guys, I'm I right in assuming that C++/CLI is completely unsupported at this point for WSE 3 The VS wse settings wizards don't work with C++/CLI projects (again), but that's fine, and I can live with that. However, it seems that WseWsdl3.exe doesn't support it at all, either. That is, unless you count generating the wrong type of proxy silently with no warnings or errors correct behavior. What I mean by this is that if you ask WseWsdl3.exe ...Show All

©2008 Software Development Network

powered by phorum