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

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

SeaBreeze

Member List

SusanS
Totenkopf
Zhila
Piet Van de Ven
Lisber
cyx
armadya
Nightowly
12thFret
hainm
Mian Fahim ul Haq
bear_2150
mkdsctt
Wipeout55
Shyam Bharath
Rena
BigBro
Octagonal
Arnel Foronda
Assimalyst
Only Title

SeaBreeze's Q&A profile

  • Visual Studio VS Help intergration- KIndex problem

    Hi, This is for the help index for our VSIP package. I am using VSHIK 2003. The Kindex.HxK file contains the following entries- <Keyword Term="Keyword1"> <Jump rl="Html/Htmpage1.htm"/> <Keyword Term="Subkeyword1"><Jump Url="Html/Htmpage1.htm#BABEIHDF"/> </Keyword> <Keyword Term="Subkeyword2"><Jump Url="Html/Htmpage1.htm"/>< ...Show All

  • Windows Forms editing items in a listbox

    G'day all I have a listbox with 16 lines (strings 32 char max). These lines populate a dropdown menu according to a maximum number of items selected eg if the number of items is 5 then a for next loop fills up only 5 items of the dropdown menu. This part works well, what I would like to do is for the user to be able to edit the lines of text in the listbox and then the application should save the new data and restore it at the next resta ...Show All

  • Visual Basic Extract typed info letter by letter

    What I'm trying to do is have a text box for a user to enter a name into, then extract each letter from that box in order, turn letters into numbers, then screw with that to come up with an apparently random number for later verification (see if the name matches the number). My question is- how can I get each number into a seperate variable, then change it into a number (and all letters be pre-defined, so it's always the same number for each let ...Show All

  • Windows Forms load data only if needed...

    hi to everybody! i would like to have a custom datagrid, that only loads the first 10 records of a table. when the user scrolls down on the bottom of all avaliable records a function should then load the next 10 records. i need this 'cause i&nb ...Show All

  • Visual C++ Very Urgent - VC6 and Vc .NET 2003

    I have Visual Studio 6 and Visual Studio .NET 2003 environments installed in my machine. I have created projects(.dsp and .dsw) using Visual Studio 6.0 I am opening the .dsw created using Visual Studio 6.0 in Visual Studio .NET 2003. When I compile(Build ->Solution) my application in Visual Studio .NET 2003, some of the header files  like atlbase.h in my application point to the header file in Visual Studio 6 instead of pointing to the ...Show All

  • .NET Development Stream Not writing last byte?

    Hello and thanks in advance for any help you may give. I am currently using the new gzip feature in VB 2005, to compress XML and insert the zipped bytes into an OLE access db column. I have gotten it to work for the most part except it seems to be cutting of the last Char of XML and sometimes even more. E.g. The closing tag of the XML would look like "</Inventory" - Missing the ">"  .I have no idea why, but since I am new to streams I ...Show All

  • .NET Development How to use System.Net.Mail.SmtpClient via SSL and Authentication?

      Below is my code, and is just blocked there. There is no any error message. '=============================================>         Dim msg As String = "---"         Try             Dim strAddress As String = " xxx@xxxx.com "             Dim s ...Show All

  • Visual Studio Team System Incorrect registration entries being returned

    I am trying to get TFS to retrun only entries pointing to a FQDN and not just the host name.  In Team Explorer, I'm able to connect to the FQDN.  When I look at the RegProxyFileCache.xml to see what the registration results were, there are problems -- the ServiceInterfaces for the CommonStructure have the FQDN in the URL's.  That's good. The problem is that for the Reports and the Wss entries, they return only the host ( htt ...Show All

  • Visual Studio Tools for Office Button is not getting removed after uninstalling the Word add-in

    Hi All, I'm creating and installing a Word Add-in. The add-in creates a button on standard toolbar. When I uninstall the add-in the button is not getting removed. The add-in is the basic add-in from the link http://support.microsoft.com/default.aspx scid=kb;en-us;Q302901 as it is. The code in OnBeginShutdown is as follows: public void OnBeginShutdown(ref System.Array custom) { object omissing = System.Reflection.Missing.Value ; System.Wi ...Show All

  • Visual C++ Problem with DLL MFC initialization in mixed managed/unmanaged C++

    Good afternoon newsgroup, I'm having a MFC initialization problem in my mixed C++ DLL, after switching from VS 2003 to 2005. I've done the migration from 2003 to 2005 by the book, and my DLLs load fine. Anyway, the static CWinApp-Object is initialized, but not filled correctly. I can debug through the constructor, but the m_hInstance member will be NULL. That's a big problem later when I'm calling an exported method on the DLL which should retur ...Show All

  • Visual Basic what is the instead of sub main? in 2005

    I have built my application my application need first to check if some configuration have been done then go to form2 else go to form1 how can I do this without disable framework options to use sub main!! what I did now is make form1 as start up abd then set it hide=true ...etc is there another soltuion Open the code to main form. type in public sub new() and press enter It should auto fill the rest. Put your code aft ...Show All

  • Smart Device Development How to open/close GPRS connect?

    Hi there, I would like to write a program for data socket with GPRS connection. My smartphone, Dopod 585, is as the client and PC is the TCPserver. To deliver string from smartphone and show it on PC is my current task. However, I can do that via USB connection but failed in GPRS. It seems to mean that both programs in client and server are correct but something wrong in GPRS connection. Maybe I need to write a program in C# to start GPRS conne ...Show All

  • Visual Studio Express Editions VS C# Express hangs during install

    I have Visual Web Developer Express succesfully installed along with Sql Express, .NET 2.0 Framework & SDK. But when I try and install C# Express it gets about 3/4 through the "Setup is loading installation components, this may take a minute or two" and then just hangs there, no errors or dialogs. Any suggestions on how to diagnose this I have cleared out temp folder and tried to re-install to no avail. Thanks. ...Show All

  • Windows Forms DataGridView Validate

    I have a datagrid view bound to an objectDataSource which implements IDataErrorInfo. I was wondering what is the best way to check for DataType cell errors   For example, if I have a integer column and the user enters a string. I could put stuff in dataGridView1_CellValidating like    if (!int.TryParse(e.FormattedValue.ToString(), out i)) But it would be much nicer to have it in the business object. Also it seems that the objec ...Show All

  • Visual C# Access a SAMBA share via C#

    A search for "SAMBA" in this forum returned no results, so I am assuming that this question is not already covered somewhere else... I am trying to programmatically access a Samba share from a C# application. Is there any way to facilitate this using C#/.NET Or is the only option here to write a Win32 Shell app or dll Any guidance is appreciated... Thanks, Outsideshot Samba emulate ...Show All

©2008 Software Development Network

powered by phorum