Software Development Network Logo
  • .NET Development
  • Visual Studio
  • SharePoint Products
  • Audio and Video
  • Smart Devicet
  • Visual C++
  • Microsoft ISV
  • Visual C#
  • Windows Forms
  • IE Development
  • Visual FoxPro
  • SQL Server
  • Visual Basic
  • Game Technologies
  • Windows Vista

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

worldhello

Member List

Joannes Vermorel - MSP
Blackwood
Claudio V.
Peter Smith in Redmond
Aeden
BinFolder
Yassi
Robert3234
UnknownScripter
AlbinCN
HSBF Lewe
Pradeep Gupta
skyliner34
Michael A Thomas
jacobsologub
Jorge Flores
Jamie Thomson
hazz
joeydj
nef001
Only Title

worldhello's Q&A profile

  • .NET Development Looking for advice on importing records into SQL Express from VB.NET app

    Hello, On my server I have a table called tblCustomer in which I import data from an access database. I would like to have a vb.net app that would look at the SQL Server database, and then import all the records in my tblCustomer on a weekly basis across the network. Or even better, look at the SQL Server table, and see what new records were added or removed, and then update the local table with those records...Is this possible Any other advice on an easier way Thanks. Ok thanks. What I have done is imported the data from acess to my server running SQL 7.0. I will create a distribution package that I can run once a month against my SQL server database to implement that process. From the cli ...Show All

  • Visual Studio How do I prevent a Solution Item from being opened on AddFromFile?

    Hi, I've developed a Project group wizard that adds items to the solution items of a solution, the problem is that when I add a testrunconfig file or an xml file to the solution items by using: Project prjSolItems = (( Solution2 )solution).AddSolutionFolder( "Solution Items" ); prjSolItems.ProjectItems.AddFromFile("C:\\SomeFolder\\localtestrun.testrunconfig"); The IDE opens a dialog with the test configuration and I have to press close for my wizard to continue. Is there a way of preventing this model dialog from opening Thanks Gabo Thanks for the reply, I've also checked the MSDN site as well and it is posted there but MS says that it will not be fixed in the next v ...Show All

  • Windows Forms Tab through Tree nodes

    Hi, How to tab through tree nodes in window forms Thanks Balamurugan (Also answered on c# general) This was harder than I thought - so I have blogged how to do this, take a peek http://blog.the-dargans.co.uk/2007/01/navigate-treeview-with-tab-key.html Ross Dargan ...Show All

  • SQL Server Basic dBase Q

    Hi, I would like to create a dbase for a PocketPC, Windows Mobile. I have MS SQL Server 2005 Mobile Edition. The dBase would just be on the PocketPC, maybe have to sync up with my laptop. I thought there was something like Pocket Acess one could use. When creating this dBase useing SQL it forces one to connect to my local work network, which seems to me is not needed or nessesary. Really no need to. Almost like this is an overkill. Is this the only way to develope a mobile database Thanks Jeff ...Show All

  • Visual C# Scroll Richtextbox Explicitly

    hi, I came across a problem, in which we need to use our own userdefined scroll bar to scroll the richtextbox. This program allow you to create your own custom scroll bar with 4 images. TOP scroll, BOTTOM scroll, base scroll and a image which moves in the center of the base Scroll image. so that u can move the image by clicking the top and bottom of the images which will make the richtextbox scroll bar to scroll simultaneously. picturebox2 -- to scroll upwards picturebox3 -- to scroll downwards centerimage -- center image which moves in our user defined scrollbar. The code goes here in C# for vertical scrolling. using System.Runtime.InteropServices; using System; using System.Drawing; using System. ...Show All

  • Visual Studio 2008 (Pre-release) XAML pad download

    I am interested to download the XAML pad to try out the technology... so may I know where to download it since i cant found any download sites from search engines... Moreover, what are the basic requirements to run XAML pad I have installed .Net framework 3.0, is that sufficient enough to run XAML pad thankyou Hi CosmicX, Lester has posted a version of Xaml Pad on his blog. The download is available from this post: http://blogs.msdn.com/llobo/archive/2006/12/30/xamlpadx-v2.aspx I believe having the .NET framework is all you need. Please correct me if I'm wrong (I'm a little fuzzy as it has been a while since I've used the XamlPad). If this answers your question, please select "Mark as Answer", otherwise, please p ...Show All

  • Visual Studio Express Editions setjmp.h(197) : error C2059: syntax error : '('

    I found this error when I tried porting my project from VC++ 6.0 (32-bit configuration) to VC++ 8.0 project (64-bit configuration). setprop.c C:\Program Files\Microsoft Visual Studio 8\VC\include\setjmp.h(197) : error C2059: syntax error : '(' setls.c rpml.c C:\Program Files\Microsoft Visual Studio 8\VC\include\setjmp.h(197) : error C2059: syntax error : '(' crtbuf.c C:\Program Files\Microsoft Visual Studio 8\VC\include\setjmp.h(197) : error C2059: syntax error : '(' There are no using of setjmp() or longjmp() in those files that show errors. And this project can be compiled without any errors in VC++6.0 (32 bit) <Merged duplicate thread from the Visual C++ General ...Show All

  • Visual Studio Express Editions TextReader Not Getting Special Characters

    I need to read text from a textfile which contains non-ASCII characters. A sample line from the file is: tda Oo u> Sv e pe=vSwanm!. 3. The non-Standard characters are in bold and underlined. The usual code I implemented in order to read the text does not work: Dim fileReader As System.IO.TextReader = New _ System.IO.StreamReader("example.txt") Dim firstLine As String = fileReader.ReadLine MsgBox(firstLine) With this code, firstLine should contain " tda Oou> Svepe=vSwanm!. 3." , but it does not. (i.e. firstLine contains " tda u> Sv pe=vSwanm!. 3.") If, on the other hand, I directly implement: Dim lineOfText As String = "tda Oou> Svepe=vSwanm!. 3." MsgBox(lineOfText) , ...Show All

  • Smart Device Development BitBlt WinApi

    Hello In our application we get drawing commands over the serial interface. Therefore we created on offscreen buffer. Most the changes are small(draw text, set pixel, ...) at WM_PAINT we copy the offscreen buffer to screen BitBlt(hDc, 0, 0, 800, 600, gOffScreenHdc, 0, 0, SRCCOPY); this is very slow. Between 15 and 60 msec. Is there a possibility to copy only the changed rect to screen Thank you very much ...Show All

  • Smart Device Development Cursors.WaitCursor is not a hourglass

    Hi, i’m using the class Cursors to change the normal cursor to the wait cursor. Cursor.Current = Cursors.WaitCursor; Instead of an hourglass i get a square in the middle of the emulator with colours moving. Is this normal Thanks SP Yes, that is normal. ...Show All

  • Windows Live Developer Forums Can I make the blog show subject only and hide the blog contents?

    Like email. Hide the blog message and click tht title that I want to view ...Show All

  • .NET Development dataset add query won't work

    when i go to my dataset.xsd file and slect the add query menu item. i get this error : key is not valid for use in the given status. how can i solve this i need to make my custom queries Hi, Can you try with a new blank project to see if it does the same If so, please report the bug at connect.microsoft.com. Charles ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Character Animation

    I am very anxious getting started on character animation with XNA. If I use a model editing and animation software like 3ds max I could set up my key frame animation incl. bone structure in 3ds max, export this out over *.fbx, what is supported by XNA. However, as far as I know there is no support for animation over the content pipeline. Is there anybody out there, knowing how to do it, who could actually show me the way or point in the right direction Help on that important issue is very much appreciated. Is there a resolution to be expected with the next release of XNA waruwaru, I run the XNA requirements checker. Everything seems to be installed, still having the same problem and error. ...Show All

  • .NET Development IIs host in net Remoting.

    HI I copy the example in msdn , Hosting in Internet Information Services (IIS) http://msdn2.microsoft.com/en-us/library/c2swb8ah.aspx when client call to server in the first time i got exception "The remote server returned an error: (405) Method Not Allowed." i don't understand why btw i configure the "Directory security " tab in IIS to enable the Anonymous access . ...Show All

  • SQL Server DBCC SHOW_STATISTICS: how to send result to table?

    Hi Guys Does anybody know how to send result of dbcc show-statistics in a table Other dbcc's have tableresult option but not this one. One thing though I tried: to create proc with dbcc executing and than run insert ... exec proc Each time I was getting errors reguring wrong number of columns I used in insert statement. It seems like it produces 14 columns output but all between 3 result sets which makes in my opinion impossible to use it's execution in a one insert statement. Gene. I'm using Microsoft SQL server 2000; the options Density_Vector and Stat_Header both work with DBCC SHOW_Statistics, however, Histogram returns an error "'HISTOGRAM' is not a recognized option." If this option isn ...Show All

©2008 Software Development Network