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

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

Sadie381943

Member List

Mr Julius Momnang
LouArnold
kcabral1
Mary Lindholm
NeederOfVBHelp
Sami Karaeen
Julio Diaz C.
Roberto Garavaglia
msnashok
clinton0
nycoolguy60
AlexBB
Mystagogue
cPrince
Chidu
Dharmbir
Wicket
jcarlos.net
iortizvictory
GraemeH
Only Title

Sadie381943's Q&A profile

  • Smart Device Development GPS sample and Windows Mobile 2005

    hi, i found the GPS example on the SDK for Pocket pc for C#. i have no problem deploying it in my pocket pc - MDA PRO. but when i select menu item 'Start gps' it only says 'StartingUp' and does nothing else. my PocketPC is already paired with the GPS receiver. will really appreciate if anyone can help me with this. will also appreciate if anyone can point to some other sample example to connect to bluetooth gps receivers. regards, rnv I have an Imate Jamin that does not show the blue icon "GPS" How do I do what you suggest ie how do I find the registry keys and then make the changes ...Show All

  • Visual C# Receiving data sent from a C++ socket...

    Hi, In C++, I wrote a small send function which sends a string through a socket as the following: void Send(string input) { char buffer[512]; strcpy_s(buffer, input.c_str()); if (send(sock, buffer, sizeof (buffer), 0) == SOCKET_ERROR) return ; } I want to receive the above data in C#, but how I tried many code snippets but none of them worked. Can you please help me Thanks at all... Hey yabansu, One way to receive the data would be to use a TCPClient. For a full example see: http://www.csharpfriends.com/Articles/getArticle.aspx articleID=69 A simple demo would be: TcpClient tcpClient = new TcpClient("hostname",port); NetworkStream networkStream = tcpCl ...Show All

  • Visual Studio Team System Web Farm or Server Farm when installing SharePoint?

    In the TFS setup guide, I’m seeing conflicting instructions. In one place (for when installing SharePoint), it says to select the Web Farm option. In another place, it says to install the Server Farm option. Anybody know what's going on here and which I should select Thanks, Ron Ron: Can you tell me what version of the setup guide you are using and where the confilcting information is The latest version is available here: http://www.microsoft.com/downloads/details.aspx FamilyID=e54bf6ff-026b-43a4-ade4-a690388f310e&DisplayLang=en . Thanks ...Show All

  • Visual Studio 2008 (Pre-release) Possible bug: Hyperlink in a ListBox does not work

    I have used the following dataTemplate to populate a WPF listbox.... What happens is that when I click the link it does not open in web browser. < DataTemplate x:Key = " SearchResultsListBoxItemsTemplate1 " > < StackPanel x:Name = " StackPanel " > < TextBlock x:Name = " TextBlock " Padding = " 0,10,0,0 " Text = " {Binding Title} " FontSize = " 11 " Foreground = " Blue " TextWrapping = " Wrap " /> < TextBlock x:Name = " TextBlock1 " Text = " {Binding Description} " MaxHeight = " 27 " FontSize = " 11 " TextWrapping = " Wrap " TextTrimming = " CharacterEllipsis " /> < TextBlock > < Hyperlink NavigateUri = " {Binding Link} " > < TextBlock Text = " {Bi ...Show All

  • Visual C# #define INT_SIZE int32 support?

    I have a counter that I need to easilly change between int16, int32, int64, float, double, etc when needed. In C I would use a define, but here I can not. I've looked into generics but that won't do because I need to be able to increment the int value and with a struct-generic input for the class that won't work. So how can I do then I tried using int btw but that made it so darn slow! "I need to easilly change between int16, int32, int64, float, double, " When does the type change should take place Ar compile time or at runtime ...Show All

  • Visual Studio Express Editions Any one tell me what i am doing wrong?

    What have i done wrong here The code is filtering and datagrid which is already there and then saying if you can login as normal user or admin Private Sub LoginButton_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles LoginButton.Click Dim theDataView As New DataView( Me .TeacherListLogin.Tables(0)) theDataView.RowFilter = "TeacherName = '" & Me .UserBox.Text & "'" theDataView.RowFilter = "TeacherPassword = '" & Me .PassBox.Text & "'" If Me .Admin.Checked = True Then theDataView.RowFilter = "TeacherName = '" & Me .UserBox.Text & "'" theDataView.RowFilter = "Teache ...Show All

  • Smart Device Development timeGetTime() on WM5

    Met some link errors of timeGetTime() on WM5. I can not find the winmm.lib on WM5 SDK, which lib should I link with I tried to build a directshow filter on WM5, which has the "strmbase.lib" avaiable. But there are some link errors related to "CTransformFilter". I guess this is because the lib does not include all the classes defined in the baseclasses sample codes. Then I tried to recompile the baseclasses. This link error occured when I tried to build my filter linked with the "strmbase.lib", which is compiled by me previously. ================ ERROR MSG ================ lib(amfilter.obj) : error LNK2019: unresolved external symbol IID_IPinFlowControl referenced in function "public: virtual long ...Show All

  • Visual Studio 2008 (Pre-release) Joining Linq with Dlinq

    Hi, My problem is how to join Linq dataset with Dlinq This is for my school study project . Here are 2 example that work: var q = from r in REVIEW where r.Field<double>("ALBUM_ID")==1002 select new {TEKST = r.Field<string>("TEKST")}; var q = from a in ALBUM where a.ALBUM_ID ==1002 select new {TITEL = a.TITEL}; My join solution was something like this: var q = from a in ALBUM join r in REVIEW on a.ALBUM_ID equals r.Field<double>("ALBUM_ID") where a.ALBUM_ID ==1002 select new{TITEL = a.TITEL, TEKST = r.Field<string>("TEKST")}; But this doesn’t work. Does anyone know if i ...Show All

  • Visual Studio Team System Subscriptions stopped working!

    I rebooted TFS yesterday, and since I have not been receiving any subscription events. Checked the event log and this error came up after rebooting...No other errors since. Anyone seen this before TF53010: An unexpected condition has occurred in a Team Foundation component. The information contained here should be made available to your site administrative staff. Technical Information (for the administrative staff): Date (UTC): 11/7/2006 8:00:41 PM Machine: COMPUWARE Application Domain: TFSServerScheduler.exe Assembly: Microsoft.TeamFoundation.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a; v2.0.50727 Process Details: Process Name: TFSServerScheduler Process Id: 2488 Thread Id: 2564 Account name: PFDOMAIN\TF ...Show All

  • SQL Server Do I need to shrink my database?

    Hello, I have SQL Server Server Man Studio Express 2005, currently having a problem with an auto populated field. Basically I have a webpage that when I create a new item it populates a new ID, which is the primary key and read only when I go into the database backend so i cannot manually change this. When I have been doing some testing adding fields to the table and deleting this has obviously given me new ID's such as 113, 114 etc. But on my live site I need these ID's to be sequential, so on my live site the last ID is 108, but now when I add another item the ID is 115 because the number between this and 108 have been taken up. So my question is really do I need to shrink my database or files to take this down to 109, if so ...Show All

  • .NET Development virus burst then hpiz350-internal error 2908-error 1935

    hi. i recently had virus burst take over my pc. it took an hour or two but i relieved myself of that headache. but now it seems that when i try to access my documents, or my computer, recycle bin, this sort of thing. i get a little window saying it is trying to install and configure hpiz350, then it encounters this internal error 2908 including many different registry keys which i cannot locate, then to top it off the final error window (after going through lots of 2908 error windows), it says error 1935.an error occured during the installation of assembly 'interop.hpodmpv_md,Version="2.0.464.1592",PublicKeyToken="A53CF5803F4C3827",Culture="neutral'". please refer to help and support for mroe information. HRESULT: 0x8002802F. so does ...Show All

  • Visual Studio Express Editions Remote communication(Look at home computer from internet)?

    I am building a program that is used in the home. It will gather some info and save it in files and such. But I am looking to let the user look at some of that info via the internet. Through our website(that is not started yet). I have worked with TCP/IP connection on VB6. The users compuer will most likely be on a dynamic IP as well. I really am not sure what ports would be best or really where to start. Any help would be appreciated. I have done a search but I couldn't find anything. Sorry if this is a dumb question.. Thanx in advance.. Sound like you want to compete with the big boyz. There's a hole in the market for an affordable solution. Last time I used GotoMyPC, I paid $16 a month. ...Show All

  • SQL Server Internal error using TimeSeries

    Revenue 4 GB (4086 MB) Partitioned into 12 partitions (about 340 MB each) The count of records : almost 16.8 millions Each partition has approximately 1.4 million records Algorithm chosen : TimeSeries Time Key : Period (6 digits integer with values range from 200501 to 200512, integer values) (Non-time) Key : Telephone number, variable-length string/text, max 15 char Input-and-predicted column1 : SLI007 Input-and-predicted column2 : SLI008 I have set the value for PERIODICITY_HINT to {12}. I created the project 3 times in 3 machines. All fail. The error message is the same : Internal error : An unexpected exception occured. Internal error: An unexpected error occurred (file 'dmtimeseries.cpp', line 646, function 'DMTimeSeries::ProcessCase ...Show All

  • Visual Basic Good Systems and Analysis Design

    Wher can I get some free help on Systems analysis and design for VB.net applications. jwooley wrote: If at first you don't succeed, RTFM. Nice one! ...Show All

  • SQL Server Using SMO to create SQL Express accounts?

    Hi, Please could someone let me know what the minimum Server and Database roles are for an Account to use SMO to create further accounts, using SQLSever accounts and not Windows authentication. I'm finding it hard to find the right documentation.... Could someone give me a link into SQ Server Books 2005 (Express) online, that explains SQL Server security from the ground up. ie What all the roles are for etc. Thanks John For creating logins, you can check CREATE LOGIN , to find out that it requires ALTER ANY LOGIN permission. If you look at the article documenting the permissions of fixed server roles , it shows that securityadmin has this permission. For creating users, you can look up ...Show All

©2008 Software Development Network