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

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

chriseboy

Member List

Jasocl
Kaychoro
usascottwright
zombie_process
ETJorg
sved
pcgeek1011
Brian Knox
Rosss
Marinos Christoforou
Richard G.H.Lin
Shane Pilo
Neil Dela Osa
halfazner
Jonathan Rupp
PMNJ
joe_coolish
Stefan Grasmann
iambic
iDhinesh
Only Title

chriseboy's Q&A profile

  • Windows Forms want to show date from Datetime picker

    Hi, I want user to select a date from a Datetime Picker control. This is eaily done by using this control. Now i want to enter this  selected date into a database. Till now i didn't found any method through which i can get the selecte ...Show All

  • SQL Server Cannot find either column "dbo" or the user-defined function or aggregate "dbo.FN_NIVELCOMPETENCIACARGO", or the name is ambiguo

    Hello i have this query and I havent been able to solve it Cannot find either column "dbo" or the user-defined function or aggregate "dbo.FN_NIVELCOMPETENCIACARGO", or the name is ambiguous. I have tried with dbo and withou dbo, specifyng columns inside it, Thanks select a . nmempresa , a . nmtipocompetencia , d . dsnombreciclo , c . dsnombrecargo , a . dstipocompetencia , a . dscatalogo , b . popeso ...Show All

  • Visual Studio Tools for Office How do you obtain the paragraph numbering?

    We have several WORD documents that need to be examined and put into a MS-Access database. We are trying to automate the process by using VB.NET. These documents have legal numbers for paragraphs. The problem is how do you obtain the number as a string. We are interested in obtaining the numbering so that we can put the information into a field in MS-Access. Since this a format it does not show up in the range selection as far as we tr ...Show All

  • Visual Studio Error "Operation is not valid due to the current state of the object"

    I'm trying to use the ReportViewer control (in remote mode) in a winform app. Everything works great until I try and change the ReportPath of the control (in response to a TreevIew after select event ) when the currently visible report is a report that has been drilled into from the original report specified in ReportPath e.g. ReportViewer rv = new ReportViewer(); /* other code */ rv.ServerReport.ReportPath = "/Report1"; rv.RefreshR ...Show All

  • Software Development for Windows Vista Writing workflow Host for SharePoint Portal Server

    I just successfully install the WWF  , its really rocks! . Now i want to do some experiment , as we are free to Host the WWF Process , what about dping it for SharePoint Portal Server 2003 , and write a simple Document WorkFlow for it guyz and suggesstion  on that , ....................... I'm not sure if you're aware, but SharePoint v3, which is included in the Office 12 wave will utilize Windows Workflow Foundation for workflo ...Show All

  • Smart Device Development How to install MSMQ on PocketPC 2003 Emulator with Visual Studio 2005?

    Hi! I am fairly new to Windows Mobile development, so maybe I am missing something fundamental here. I am sorry to say I got into some endless link loops while searching for clues within MSDN documentation... I have two applications for .NET Compact framework that I want to run on PocketPC 2003, and later on Windows Mobile 5.0 devices. One is a windows application, the other a service process without user interface. The windows application ...Show All

  • Visual Basic Display KB or MB depending on size..

    I want to be also to show the size of an image from an OpenFileDialog component, which I am able to do, but I need to show the size in MB or KB depending of it's size. I am unsure of the conversion rates, but i think the conversion from bytes to Kilobytes is bytes / 1024. Here is my code: Dim oFile = My .Computer.FileSystem.GetFileInfo(OpenFileDialog1.FileName) Dim SizeKb = oFile.Length \ 1024 textbox1.text = SizeKB   ...Show All

  • SQL Server Management studio is crupted SQL 2005 Beta {9.00.0852}

    Hi, We are running on one machine SQL 2005 Beta {9.00.0852} and our Management studio is crupted and we cannot do any thing through Management studio. But command line we can do most of the things. Where I can down load SQL 2005 Beta {9.00.0852} version so then I can only install management studio again. We have one database on it also. 2: What is the proper step to update from SQL 2005 Beta {9.00.0852} TO SQL 2005 {9.00.1399. ...Show All

  • Visual Basic Can you do algibra in Visual Basic?

    I'm writing a program that trianglulates the loction of a point based on the distance from 3 other points.  The program's code is fine except I get a stupid "end of statement expected" error message.  Could you please help me fix the error   Here's the code: Public Class Form1 Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim out_put As Double ...Show All

  • Visual Studio 2008 (Pre-release) MaxMessageSize changed by svcUtil

    I have a service who's app.config defines MaxMessageSize on a particular transport as a large value. The app.config generated by svcUtil changed that to 65768 (or something like that). I finally realized the problem and manually changed this. Is this just a little bug or something I shouldn't just overlook and overwrite Hi Julie MaxMessageSize is a local-only setting and clients don't have to have the same ...Show All

  • .NET Development Server cannot modify cookies Error

    Hello,everyone. I am using the following code to add a cookie in my  Asp.net page against the button click event. There is a RadioButtonList,user selects one Option from the RadioButton List and the following code runs.Simple is that. MyCookie.Value = "True"; MyCookie.Expires = DateTime.Now.Add( new System.TimeSpan(7, 0, 0, 0, 0)); Response.Cookies.Add(MyCookie); But when the button is clicked,i get the following error. Server ca ...Show All

  • Windows Forms DataGridView columns in designer - followup

    I have a problem where the column order on my DataGridView doesn't stay constant. I can set the order to whatever I want in the designer and save, but when I compile, they always reorder themselves to the same thing. The DGV is bound to a BindingSource which is bound to a class. I think I confused things by adding columns to the DGV before I bound it. Then I added a few more columns from the BindingSource via the helper. After compiling, the col ...Show All

  • Software Development for Windows Vista CreateFileEx(HANDLE h, ... OVERLAPPED *lpOverlapped)

    Read Write I/O supports asynchronous execution via OVERLAPPED structure, catching the completion via completion port.. ..but there is no such thing for CreateFile(..) fn which blocks. The only way to handle this currently is via separate thread - the whole thing is needed just to open file! This is a drawback for apps which opens many files during execution like ftp/http web server. So it would be nice to have something like this in API: C ...Show All

  • Visual Basic Splash Screen and Message Box

    My app launches a splash screen and then attempts to authenticate the user in the database. If it fails, it displays a message box informing the user of this. This authentication takes place in the LOAD event of the MDI form. My problem is that the message box always displays behind the splash screen. The only way to see it is to click anywhere on the app. Then the splash screen goes away and the message box is shown. If I try to refer to the ...Show All

  • Visual Studio Express Editions Uninstalling express editions

    How to uninstall express editions of MS VS 2005 Control Panel - Add/Remove Programs doesn't work, the same message pops up: "Setup is unable to determine valid ordering for installation". have a look at the faq post at the top of these groups, there is a section on uninstalling the Express IDES, follow the link and try the tools that the post suggests. ...Show All

©2008 Software Development Network

powered by phorum