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

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

Naiara

Member List

supreme_good
joost g.
Hernan Gatta
Kashif Arshad
.NetRocks
Risky Business
Amanda Theodore
SARay
chassha
Linak
xudeutsch
Gandalf Hudlow
Nekdo
Mujdat Dinc
Lizzieaj
Turkleton
scjconsulting
KevinMullin
Tomas W
MReinhardt
Only Title

Naiara's Q&A profile

  • Visual Studio Express Editions Beginner Code help

    I need to read from a text.txt file If "C:\standards" exists within the text file I want to replace it with "P:\standards" else If "P:\standards" exists within the text file replace with P:\standards Mike Public Class Form1       Private Sub Form1_Load( ByVal sender As Object , ByVal e As System.EventArgs) Handles Me .Load         TextBox1.Text = ReplaceString( _         "Now is the time for all good men to come to the aid of their country. Now is the time ...Show All

  • Visual Basic VBScript - Loop without Do

    Hey all. Can you help What am I missing in this section of code I'm getting a Loop without do error on the second loop statement Thanks. Do Until (FoundActive = 1)    If (autECLSession.autECLPS.SearchText("ACTIVE")) Then       Do Until autECLSession.autECLPS.WaitWhileString("ACTIVE", , ,10000)          autECLSession.autECLPS.SendKeys "[pf5]"       Loop       FoundActive = 1       Else If (autECLSession.autECLPS.SearchText("More...")) Then          ...Show All

  • Visual Studio Express Editions What form call me ?, if i have many of them....

    I create 10 forms dinamically.... << dim f as new frmAny , f.show >>, well, any of these forms calls other form, here i create a value that i need return to the form who call these other form...... How i know who make(which of all the forms) that call to the other form...because only he must receive the value.... Thanks for everything..... Hans, When you show your dynamic forms specifiy the Parent form: In frmMain...     Dim fr As new frmAny     fr.Show(Me)    -or-     fr.ShowDialog(Me) Note: Parent parameter is new in .NET 2.0 for Show meth ...Show All

  • Visual C++ C++ project

    Hi I'm writing a project for a class in c++ and i have the LNK2019 error... im already using a console application and i cant figure out what is wrong! here is my code: //Lauren Taylor //PROJECT2.cpp //runs a dorm program with 3 floors... #include<iostream> #include<ctype.h> //#include<stdlib> #include<string> #include<time.h> using namespace std; //GLOBAL SECTION struct ROOM { string first1; string last1; string first2; string last2; char gender1; char gender2; void assign(ROOM x[2][10],bool turn1, int turncount); void locate(); vo ...Show All

  • Visual Studio Team System rsitemnotfound error

    When we access the team portal, we are getting rsitemnotfound errors for the bug rates, build, quality indicators and remaining work reports.  The exact error is for bug rates is : The item '/RylandCom/Bug Rates' cannot be found. (rsItemNotFound) I assume this is a SQL Reporting services issue, but am not sure how to configure this in TFS.  Has anyone else run into an issue like this Thanks in advance, See if the warehouse trouble-shooting guide helps. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=154526&SiteID=1 ...Show All

  • Visual Basic Loading Crystal Reports Report, How To Stop Prompt Enter Login ID And Password, This Never Happen Before

    How do I stop VB from asking me this I want to view the Crystal Report immediately without the prompt. With a simpler version of my application, it never asked me this. Thank you, Christopher Lusardi Private Sub Open_Report_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Open_Report.Click Dim  reportsource1 As New crystalreport1    '<--------- the name of the report to be rendered EMPLOYEEDataGridView.Visible = False EMPLOYEEDataGridView.Enabled = False Me .WindowState = FormWindowState.Maximized Me .EMPLOYEETableAdapter.Fill( Me .Employee_Databa ...Show All

  • Smart Device Development OTP: Need help with my taskbar

    I was messing around with my taskbar and now when i have a window open or minimized it dosnt apear on my task bar. So now i have to hit control alt delet to get to another window please please help! I'm sorry, these forums are for programming questions only, you'll need to find a consumer level forum to ask questions about how to use windows. I don't know of any way you can have a taskbar and not have programs appear on it. ...Show All

  • Visual Studio Team System Adding users to Team Foundation Server

       All, Here is the situation. I launch VS 2005 go to tools/ connect to Foundation Server / servers /add. When I try to add a server it brings up the login box for my team server but none of the accounts I try work. My question is how do I add users to the foundation server so that I can connect using VS 2005. Also, how do I know that the server is running. What should be running under services Any help would be greatly appreciated. Thanks in advanced Ron Please follow the instructions here for setting up Beta 2.  The deplyoment process is sensitive to minor variations.  http://www.mi ...Show All

  • Visual Studio Tools for Office About connecting to Oracle

    Hi, I want to know if there is a limit for the length of 'strSQLCommand' for the below statement.    objADORecordSet.Open strSQLCommand, objADOConnection, adOpenStatic as I've got a problem with the long query I created, inside the macro of the Excel file, for retrieving the records from Oracle DB. Here are the codes for the query:     strSQLCommand = "Select rtrim(vessel)||', '||rtrim(voyage)||leg ves_fld, " & _         "shipping_line shp_ln, place_delivery plc_del, booking_reference bk_no, " & _         "allocation_customer cst_c ...Show All

  • Visual Basic How do you download iconbuffet_studio.zip from Microsoft Registration Benefits Portal?

    It downloads instead an ASP.NET server page that basically does nothing. Help connect.microsoft.com/download Even with IE sp2 and no firewall, the link failed to complete the download. I don't get it.  If it's FREE, why won't they let anyone get/distriubte it I downloaded the entire library of Express products and didn't have one glitch... Go figure! ...Show All

  • Visual C# Converting CollectionBase to a table

    ar there any way to convert a Collection (inherited from CollectionBase) to a DataTable i have Unit  class and UnitCollection Class when i bind the UnitCollection to a DataGridView its displays exist data, but wont allow to add. ...Show All

  • SQL Server Error between string data types

    I reinstalled SQL Server, setup new connetions in my existing project and then pointed the existing controls in my SSIS packege to my new OLE DB Connection manager. When I run my package, now I get: TITLE: Package Validation Error ------------------------------ Package Validation Error ------------------------------ ADDITIONAL INFORMATION: Error at Data Flow Task 1 [OLE DB Source 1 [73]]: Column "TransactionDate" cannot convert between unicode and non-unicode string data types. Error at Data Flow Task 1 [OLE DB Source 1 [73]]: Column "TransactionTime" cannot convert between unicode and non-unicode string data types. Erro ...Show All

  • Visual Studio 2008 (Pre-release) Replacement for TextFlow

    I have 5-10 pieces of flow content on the same page. It seems that the replacement for TextFlow is FlowDocument but in order to display it I have to embed each of them in a styled FlowDocumentReader (styled because I don't want the zoom and viewing mode controls). Is there any other solution I don't know where did I get the idea that TextBlock is not capable of handling flow content ... my mistake. I am going to try to convert the existing TextFlow to TextBlocks. ...Show All

  • .NET Development PerformanceCounter specifications ?

    I am looking for the standard PerformanceCounter specs. Through the performance monitor application that comes with WinXP, I can see that there are loads of performance counters out there (on a WinXP machine). Is there some reference guide on those counters (at least the OS and .Net counters) Thanks in advance, Joannes Hi, BUG: NextValue method of .NET PerformanceCounter object returns zero SYMPTOMS The NextValue method of the .NET PerformanceCounter object may return zero (0) for the following LogicalDisk or PhysicalDisk performance counters: ? % Disk Time ? % Disk ...Show All

  • .NET Development OLEDB CONECTION ERROR

    Me encuentro realizando un programa en VB2005 previamente compilado en VB2003 (en esa version si funciona con coneccion a SQL 2000), pero al querer ejecutarlo en 2005 con su respectivo SQL me da error en la cadena de coneccion. Cual es la forma de escribir la connection string para esta version Adjunto el codigo que estoy usando para mi coneccion Gracias Corsario007 Imports System.Data.OleDb Module Coneccion # Region "Variables de Coneccion" Public cn As New OleDbConnection Public cmd As New OleDbCommand Public par As New OleDbParameter Public dr As OleDbDataReader ...Show All

©2008 Software Development Network