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

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

George3

Member List

AndySchumann
MichaelBrietzke
bmaupin
mannis
staeudel
Eric Carter - MSFT
wavebouncer
Montse
eko007
bj16060
joesucks
Ed Landau
AllyJarrett
TCC Developer
ramk
Brian Gress
samreedha
some other guy
Devesh Srivastava
Espen Eriksmoen LØke
Only Title

George3's Q&A profile

  • Visual Basic MultiLine ToolTips

    Somewhere in the Help I happened to notice that ToolTips can be customized to show multiline text. Now, when I need it, I can't find the appropriate help text. How can this be done Thanks for the answers! It was just too obvious for me to see. Now I have implemented a version that matches my needs; I just set the controls ToolTipText = "This is a" & Environment.NewLine & "multiline tooltip" ...Show All

  • Visual C++ error c1083

    Hi! I'm trying to use ms visual studio to connect with server of boomberg. But I don't know how to configure ms visual studio correctly. I followed the steps on bloomberg api programmer help. Probably, I made some mistake. I got this message error: description: fatal error c1083: cannot open include file: 'io.h': no such file or directory. file: bbunix.h line: 1139 Somebody can help me The code that I have copied from bloomberg's example: /* ** Example1.c ** ** This little program simply connects to and disconnects from bbcomm. ** It is mostly useful to check your build environment. */ #include "bbapi.h" /* The standard port bbcomm is lis ...Show All

  • Visual Basic Single Quote problem in Insert Query.

    I have a Form where a user is supposed to enter following information: Zone Number and Zone Name. I am using following Insert Query to insert the record in the Oracle Database: qCommit = "Insert into Zones Values(" & Val(txtNewZoneNo.Text) & ",' " & txtNewZoneName.Text & " ' )" This query is execute using "ExecuteNonQuery()" method. The Form uses Hindi Language Fonts to enter the information. One of the Hindi Character is displayed with the ' character on English Keyboard. Now here comes the problem. As the user types the Zone Name in the Text Box and requires that Hindi Character which ...Show All

  • .NET Development String encoding

    Hi all, I use a webservice by mobile calling it. in the mobile I enter data and send it as a string to the webservice. The mobile deal with the data as UTF-8. when I send the string to the webservice I recieve marks. what can be the problem What is the encoding method in the webservice side The string in the mobile looks like: "\u12EA\u23SE..." How can I check the encoding method. Please help... It sounds like you are getting the string on the service but when you display it you see question marks.  Is that correct   Have you checked the actual unicode values for the string to ...Show All

  • Visual Studio Crystal Report Export Error from the Report Viewer

    Hi, I am using Crystal Reports for .net. Here we are getting data from the database and passing the dataset to the crystal reports. We are designing the reports with XSD files, and getting the dataset from the database and assign to the crystal reprots ReportDocument.Datasource. I am able to see the output of the report. But when i click on Export button in the Crystal Report viewer tool bar, i am getting Logon failed error. the code i tried is =========================================================== CrystalDecisions.Shared.DiskFileDestinationOptions diskOpts = new CrystalDecisions.Shared.DiskFileDestinationOptions(); CrystalD ...Show All

  • .NET Development System.Net.Sockets.Socket bad design?

    hey, why Socket Class, in System.Net.Sockets.Socket, does't support events like OnConnect, OnClose, OnReceive why do i need to send data to server to check connection state how about performance thanks. P.S. Who designed this text editor it's bad.        We do support that. If you call BeginCOnnect BeginReceive BeginSend a callback is called when the connect, receive or send succeeds performance is comparable to any managed api. There is always the overhead of CLR and managed code. Your perf numbers depend on what you are really doing. If you want to complain a ...Show All

  • Visual C++ How VS 2005 decides to build a project

    I have a project that keeps building even if it completes successfully in VS 2005. Is there a way to determine what is causing this build to kick off instead of it saying up to date No we are using the VS IDE. However this has seemed to work itself out with a complete delete and rebuild of our source tree. ...Show All

  • Visual Studio 2008 (Pre-release) DLink -- Object DAC

    Hi, I am a system architect for fujitsu australia and we have developped something very close to DLINK in a SQL object DAC. I can't discuss the details of our implemetnation online but I would like to suggest a few things. 1- Being able to automatically map an entity to a table while still being able to exclude a few of the fields from being stored... (they may be calculated or even be UI centric) 2- Being able to have an ID inner class that would be stored flat in the database. That allows for the ID class to implement the IComparable for sorting purposes. 3- We have also found that it is important (in hierarchies) to manage the numb ...Show All

  • Visual C# Running a procedure in background !

    Hi, I have a procedure that takes 5 minutes to run, it is called every time that a certain page is called(web project C#) but it takes to much time to the page to load, and it's a nonQuery is there a way to continue the execution without need to wait the procedure finish Thanks This is the code of my program. public void atribui_valor( string cliente, string segundos) { string sql="ADDLOCALIDADE"; SqlCommand cmd= new SqlCommand(sql, conn); conn.Open(); cmd.ExecuteNonQuery(); conn.Close(); } And this the procedure.. PROCEDURE ADDLOCALIDADE AS UPDATE PABX SET LOCALIDADE = (SELECT CIDADE FROM LOCALIDADES WHERE PREFIXO = LEF ...Show All

  • Visual Studio Team System "Show Project Portal" dimmed out

    It seems that I have no permission anymore after the upgrade. Can someone tell me what my IIS Directory Settings should be and what my AppPools persmissions should be I am looking for the Team Foundation setup logs. The setup logs are under: they should be under %programfiles%\<%ProdName%>\<%ProdName%>\Logs. their name is: vsmsilogXXXX.txt and dd_vsinstall80.txt (where XXXX is a random hex string). ...Show All

  • Visual Studio GAT fails to install, claims GAX is missing

    I've had to rebuild a development machine here. I now have the machine almost correct, but GAT is failing to install. I have VS2005 Team Suite, VS SDK (Feb release), GAX (Dec release) and I'm trying to install GAT. GAT is failing to install telling me that the guidance automation extensions are not installed. However running the extensions installer again tells me that it is installed, and the repair function does not report any problems. Any ideas how I can get GAT to install correctly Thanks, Brian. ...Show All

  • Visual Studio Error while attempting to create a new Database

    Hi, Not sure if anyone has run into this problem. I couldn't find any helpful information to fix this. I have a database up and running fine in D:\VSS Logged into Admin tool I am attempting to create a new database D:\VSS_DB1 After I click on 'OK', I am getting the error "...Invalid DOS Path D:\VSS\template\srcsafe.ini.." I searched all the folders in my entire system to locate the file having this path. But no use. The srcsafe.ini settings in d:\vss doesn't have any reference to the above path listed in the error. Thinking this might be a value set in the registry, I searched all the registry. But I ...Show All

  • Visual Studio Tools for Office ServerDocument.AddCustomization() starts new Word Instance

    Hi, I use VSTO ServerDocument.AddCustomization() method to dynamically customize Word .doc file. However, if I try to customize a fresh (new) Word .DOT file, a new instance of Word is started even if one already exists. This is causing so much pain. Also, this behavior is NOT repeated if the .dot file is already customized and I re-add the customization after removing it first. Here is the code: private void button1_Click(object sender, EventArgs e) { string fileName = @"C:\Documents and Settings\My Documents\Template1.dot"; this.StartWordApp(); this.DoThis(); MessageBox.Show("Annonymous Template Created and cl ...Show All

  • Visual Studio I want to get the project name on the "New Project" page in VS2005?How to get it ?

    hello all, when we create a new project,VS will call the "New Project" page out. And then you can modify the project name and the locaion of the project. My question is that how to get the project name on this page.   Thanks a lot. I have found the answer that can get the project name by this way: StartPage page = new StartPage(); IDictionaryEnumerator de = replacementsDictionary.GetEnumerator() while(de.MoveNext()) { if(de.Key.toString() == "$projectname$") { page.Text = de.Value.ToString(); } } page.ShowDialog(); ...Show All

  • .NET Development Making VB 2005 save in .net 1.1

    Thank you to "wacko" for answering my last question. Is there a way to make VB2005 save in framework 1.1 Dwayne Hi, Although there are no direct solutions from Microsoft out of the box, there have been various efforts in that direction: Hack the Build: Targetting .NET Runtime 1.1 Step-by-Step: http://blogs.msdn.com/jomo_fisher/archive/2004/10/01/236879.aspx MSBuild Compatibility Toolkit: http://weblogs.asp.net/rmclaws/archive/0001/01/01/237179.aspx Regards, Vikram Mark the reply as answer if it helped. ...Show All

©2008 Software Development Network