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

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

Peli

Member List

Arun Goel
NETallica
HelenZHOU
VBwant2B
JariNiskala
Rajesh Konda
june
Koogel
juan blanco
Eric Y.
beechy34
AndrewC#
MBiere
Kendal
Nirupam Pratap Reddy
CNSD
DNH
Emoir
Sandeep M S
Mark Cann
Only Title

Peli's Q&A profile

  • SQL Server Need Bulk Insert help

    Hi all, I am not sure I post this in the correct forum or not, if not please reguide me to the correct forum. I have data files created from streamwriter using tab for field terminator and line break from streamwriter. Then I try to use Bulk Insert to load the data file into a table with format file using bcp command. Then I received the following error: Msg 4863, Level 16, State 4, Line 1 Bulk load data conversion error (truncatio ...Show All

  • SQL Server Trouble with Iif!

    Hi! My report has a multi-value parameter used to select the elements to put in the "group by" clause of the query. The report must show only the columns selected in this parameter. As I haven't found any better way to do it (I tried to use an expression to hide/show the column, but this would let the report with a "gap" when the columns selected were the first and the third, for example), I created four tables (one for ...Show All

  • Visual Studio Team System Team system and MS Project

    Do you need to have MS Project installed to use the report features of Team System In the last beta it didn't seem like it was this neccesary to have MS Project installed, but now it seems I can't get most reports because I don't have MS Project. Shouldn't it be possible to get close to full use of team system without MS Project No, you shouldn't have to do anything. Just create the Team Project and you sh ...Show All

  • Visual Studio Team System how do I change team foundation server configuration

    I entered a wrong email adress under alerts during installation of the tfs server, where do I correct this error_ regards jcjj No I never found the correct way to install it all correctly, but I was sent the following link: http://www.microsoft.com/downloads/details.aspx familyid=e54bf6ff-026b-43a4-ade4-a690388f310e&displaylang=en  which leads to an excellent installation guide, that I have been trying to follow. I have not yet fou ...Show All

  • Visual Basic maskededit issue

    I am using VB 2003. I have a maskededit control, but its behaviour is funny. It is bound to a field in the a MSDE table. On the form, the maskededit displays nothing and yet when I check for its Text property, it has the correct database value. Is this a known issue, and any workarounds Please, can you mention this is web form or win form If that is customised control create by other people. Of course it is won't fits your need. ...Show All

  • Smart Device Development need proj. example about .net and sql mobile 2005

    Hi, I would like to start a project using sql server mobile and vb.net 2005 for PPC. I could use a project expample on how to read and modify a database from a pocket pc. I couldn't find anything on the net... If someone has something, maybe can send it to me. THANKS GUYS!! Agustin Hi, try http://samples.gotdotnet.com/quickstart/CompactFramework/ - it's for 2003, but the principles are the same, and it takes you through creation/modif ...Show All

  • Windows Forms Need help with VB.net involving Totals

    Okay guys, here I am again. I need help on adding totals together. What I want is to have a bsic commission calculator that totals different things and will display them later on. Here's what I have so far, some works, some doesn't. Public Class VBACComCalc Inherits System.Windows.Forms.Form [Windows Form Designer generated code] Const Quota As Integer = 1000D Const CommissionRate As Integer = 0.15 ...Show All

  • Visual Basic vb.net console app loads uxtheme.dll

    Hi, I was testing out for how to make vb.net not load vb.dll at runtime and the code is like this: Imports System Module MainModule Sub Main() Dim s1 As String = "abc" Dim s2 As String = "abc" If String.Equals(s1,s2) Then Console.WriteLine("done") Console.ReadLine( ) End If End Sub End Module The above code was compiled as a console app. Strangely I ...Show All

  • Visual Studio Express Editions Update UI from a thread

    Thanks Brendan Grant for your previous answer. private void button_click (object sender, EventArgs e) { Thread thread = new Thread(new ThreadStart(WorkerFunction)); thread.IsBackground = true; thread.Start(); } private void WorkerFunction() { //database operation code } Within the worker function, how to update the controls on the UI form Just the simplest - only one label, no need lock etc. Thanks ...Show All

  • Visual Basic Error- Could not load file or assembly

    I have two projects in a solution. One is a class library with my FTP, GPG and some other classes that get compiled into a dll call CBI.Utilities. The other is my main app which in a few places call the ftp class. I added the reference to the main solution by browing to the project from references under the main solution and now I get this error when I try to instantiate the ftp class. "Could not load file or assembly 'CBI.Utilities, Version=1 ...Show All

  • Smart Device Development NotSupportedException in PInvoke for .NetCF C# project

    I have a dll in C++ with a function called fun1: typedef void (WINAPI *fp)(); typedef struct info { DWORD size; RECT rc; fp funPtrcb; }*info; _declspec(dllexport)DWORD WINAPI _cdecl fun1(IN info pinfo); My C# application has this code: public delegate void CB(); public struct Init { public UInt32 size; public RECT rc; public CB funptr; } [DllImport("xxx.dll")] public st ...Show All

  • Windows Forms How to disable "Ctrl-Tab" navigating between MDIChildren

    Hi. I've tried to find an answer for this, but i think the terms are too general. I'm developing a windows app that uses MDI. We've created our own (simple) framework wherein the forms are navigated through a tabcontrol, i.e. tabbed forms. An unexpected bonus of the MDI was that the user can switch between the open forms with "Ctrl-Tab" and "Ctrl-Shift-Tab", and i respond the the "Deactivate" and "Acti ...Show All

  • Visual Studio Team System Large solution performance (Was: Useless output from TFS source control)

    It pains me to see that even the new Team System source control writes the same pointless drivel to the Output window in visual studio: ---- Operation started at time 3:32:18 PM ---- ---- Operation completed successfully at time 3:32:18 PM ---- ---- Operation started at time 3:32:18 PM ---- ---- Operation started at time 3:32:18 PM ---- ---- Operation completed successfully at time 3:32:18 PM ---- ---- Operation started at time 3:32:18 PM ---- - ...Show All

  • Windows Forms Grouping

    Has anyone had any luck creating a control that is derived from the DataGridView that implements grouping This control is a major letdown without it.   Hey Gimlei... it's like the file transfer from h***... lol Try this... I recompiled this code and it totally worked... let me know if you have any trouble but you should be go to go as long as you attached the db to your SQLExpress or SQL server and m ...Show All

  • Visual Studio 2008 (Pre-release) Using svcutil /dconly on 3rd party schema

    I am trying to create a data contract based on a 3rd party schema and am having no luck. Here is what I tried and the results that ensued. %program_dir%\svcutil.exe /dconly /l:cs /d:%output_dir% /o:%outputname% %files% ------------------- Original schema ------------------- Error: Type 'AbstractLocation' in namespace cannot be imported. Abstract on type is not supported. Either fix the schema to conform to DataContract type rules ...Show All

©2008 Software Development Network

powered by phorum