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

Software Development Network >> Calin Iaru's Q&A profile

Calin Iaru

Member List

Laurentiu Cristofor
Lisa_99
shart44
flying scotsman
Shwnew
DavidThomas
Hyper_Sonic3000
siaj
Holger Grund
Anand S N
Steve McPherson
Moustafa Ahmed
Athan
JohnyHandSome
Otavio
SuperCarver
Fang Wang - MSFT
deodorant0208
Donal
wsalomon
Only Title

Calin Iaru's Q&A profile

  • Visual Basic Convert byte to ASCII

    hi, How to convert byte array to ASCII in VB.NET System.Text.Encoding.ASCII.Getstring(y) it gives the data like 52414D41 . but i need "RAMA" instead of 52414D41. How Any help Thank U! Based on your result "53414D41", I assume that your array contains this hexadecimal bytes (&H52, &H41, &H4D, &H41). If this is the case, then you can convert it to string with either the default encoding or UTF8 encoding: Dim s As String = System.Text.Encoding.UTF8.GetString( bytearray ) or Dim s As String = System.Text.Encoding. Default .GetString( bytearr ...Show All

  • Visual Studio Team System Should I have a separate build machine?

    I don't have a full grip over the build concept in TFS yet so I'm not sure whether I should have a separate build machine, or should just install the Build capability on the same server as the TFS itself. Could anyone elaborate on the pros and cons and the best practice recommended for a team of 15 developers with half a dozen projects Thanks Bob Please note that when you install a separate build machine, you will have to install VSTT also on the build machine to run tests as part of the build process. ...Show All

  • Windows Forms ** VB.Net & Joined Tables **

    Hey .. ** Hellow , everybody .. I need your help plz as regards "Database Programming" as my bein newbie In SQL Server .. Plz take a look at the Following snippet code & help me abt how to WOrk out with a joined tables ..."jumb to the end of the Code for more Explanation" .. ------------------------------------------------------ CPMOconn.Open() cmSQL = New SqlCommand("select CWO_No,Status,TFR_No from CWO ", CPMOconn) dasearch = New SqlDataAdapter(cmSQL) dasearch.Fill(dsCPMO, "CWO") dvsearch = New DataView(dsCPMO.Tables("CWO")) If (cboKey.Text = "CWO Number") Then dvSearch.RowFilter = "CWO_No like '" + txtKey.Text + "%'" ElseIf ...Show All

  • Visual Basic menu bar

    sorry for my stupid question but i am completly new to coding and am just playing around with vb to see what i can do . right. how do I add the menu bar along the top of a form so i will have file, edit, view and help and so on along the top. Im using VB 2005 Beta 2.0. [EDIT] Dont worry i found it :P Sorry for my stupid question, can somebody tell me what software is VB 2005 same as VS .Net 2003 ...Show All

  • Windows Forms Binding Navigator Problem

    Hi, I was wondering how you see the code for the previous, first and delete buttons on the binding navigator. The reason being is I run my application and the user presses the + button which displays a new record but if they then press the previous or first record button the program crashes with an unhandled exception. This is because there are fields in the new record that are required. I have put in a try catch for the Save button click event as I can see the code when I double click the Save button. I can then handle the exception gracefully by displaying the error message to the user via a status strip label if fields are required ...Show All

  • .NET Development Problem with caching

    Hi, i builted a webservice like the one in TaskVision MS Sample. I make a authorizationkey for every transaction and save him in my context.cache withe the method insert() like this: Context.Cache.Insert(authkey,User_Id,null,DateTime.Now.AddMinutes(5),Timespan.Zero); and before a transaction i check my key like this: Context.Cache.Get(ticket)  or Context.Cache[ticket] This workes for the first maybe 10 Users, but later on he dosen't saves or gets the key from the Cache. Why Is this a kind of Security against polling Please help me PS: I apologize for my english I recommend that you post this que ...Show All

  • Visual Studio VISIO 2003 and display of cyrillic letters (Russian)

    Hi all, I have to integrate some already translated technical descriptions into Visio (flow chart embeded in Word) with which I am having some problems. When copying the translated description into Visio I can read the cyrillic letters without any problem, however, when returning to Word to carry out the next "paste and copy", the already copied description is displayed under Visio with "question marks". If I reenter the "cell", I am able to read the cyrillic letters, upon returning to Word, I again only read " ". Digits etc. are displayed OK. Am I overlooking something How can I make Visio ...Show All

  • Visual Studio Team System Install problem - VS2005 and Sharepoint Portal Server 2003

    I am installing VS 2005 and have encountered an install problem. First the error message, then the configuration, then the install steps I made and finally the questions. A. Error message given is; Header - Visual Studio 2005 Team Foundation Application Tier Beta 2 (English) Message Text 1  - Setup has detected that this computer does not meet minimum requirements. All required prerequisites must be installed and configured before you can continue with Visual Studio 2005 Team Foundation Application Tier Beta 2 (English) Setup. Message Text 2 - Sharepoint Portal Server is not compatible with Visual Studio Team Foundation This is a placeh ...Show All

  • Visual Basic Code colouration (coloration) when code is conditionally compiled out

    the ide should grey out the code or something when code is conditionaly compiled out, but it doesnt seem to do this in beta 2.  I cant find any fonts and colors settings to do it (but then "fonts and colors" is mispelt - should be "fonts and colours" ) Any one found a way to do this I can answer my own question. Someone submitted this as a suggestion to MS, and even though C# ide has it, they ahve regected it for this release. ...Show All

  • Software Development for Windows Vista custom activities property values

    If I have a custom activity with a public property that is set during the execution of the activity, how can I access the value of this property after the activity has completed Anyone You can bind the property to a workflow level variable using ActivityBind. Then you would have access to the value from anywhere in the workflow. ...Show All

  • SQL Server Client Tools for SQL Express

    I am looking for information on Client tools for SQL Express. I am mainly looking for a way to script out the objects and then Add them back into a new file. I wish to do this so that I can ship the SQL Scripts for an application so that the user can load them up once distributed, and also to allow me to create the objects and load them at design time. I used to be able to have a common set of tables that I would use inside applications, and when working on a project load them if they were needed. One of the other reasons is the problem with the Beta2 and RC engines and the changes that have been made. I know that the two versions do not wor ...Show All

  • SQL Server Passing parameter using .SQL

    Hi all I need to pass parameters when I call a .SQL file. Is there a way to do this in SQL Server thanks!!!! How do you call the .SQL file Do you use a command line utility, like bcp I need more details to figure out what you want to do. ...Show All

  • Visual Studio Team System Beta TFS MSSCCI plugin now available for VB6, VC6 (not yet VS 2002/2003)

    There's now a beta of the TFS MSSCCI plugin for VB6, VC6, etc., but it's not for VS 2002/2003 -- that's still too come.  You can download it at http://www.microsoft.com/downloads/details.aspx familyid=32202966-EF04-442F-8C5C-88BDF15F551C&displaylang=en . Brian Harry posted some details about it, including the fact that it is not part of the go-live license . http://blogs.msdn.com/bharry/archive/2005/12/29/507993.aspx Buck I tried this out on a simple little VB6 project to see how it worked, pretty slick at least for having TFS integration (and a bit faster than VSS in my opinoin) for those of us with legacy ...Show All

  • Software Development for Windows Vista Workflowinstance. suspend, terminate throws exception "instance operation is not valid on Wf runtime thread"

    I m hosting WF on windows app. I have used CallExternalMethod activity to show UI form if user submits the form I proceed further using handleexternalmethod activity   if user cancels I want to abort or suspend the workflow instance. When I call suspend , abort or terminate methods I get exception "instance operation is not valid on Workflow runtime thread"   Since you are using the DefaultWorkflowSchedulerService - all the workflows are executing on CLR thread pool threads, including the call back to CallExternalMethod. 1) You have to make sure not to calls controls from this thread see ...Show All

  • SQL Server Notification Services Architecture

    I have starting using Notification Services and I was wondering if somebody can tell me if the NS use triggers behind the scenes in order to start events. I'm no NS guru, but I took a look at one of my running instances and there are no DB triggers at all in either of the two associated databases. ...Show All

©2008 Software Development Network