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

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

JustStarted

Member List

Doug Huff
BuffaloUS
James Ernst
Paul Lowther
BB3
Michael Morrissey
phita
wadogg3
Luc Morin
Omer TR
mr kkh
Jonesy1951
Vijay Joshi
Garthower
Bideldotnet
neogortex
Game Squirrel
Charles Kincaid
Nadav74
NimeshPatel
Only Title

JustStarted's Q&A profile

  • .NET Development Filtering Dataset

    After filling a dataset I would like to further filter the results without repopulating the dataset.  Any help would be greatly appreciated. Thanks so very much for all your help.  It's the part that I was missing.  Thanks again. ...Show All

  • Visual Studio Express Editions export whole program/project to work on another pc?

    hi dudes, sorry i'm very much vb.newby... can someone please explain how i can export my project i'm writing in spare time at work to my home pc, intact with all code and interface design in place please in vb.net express i have tried saving the project and then copying the whole project folder home but this doesn't seem to work properly when i open a file - there's so many, anyway! another thing i thought i might try was to export proj ...Show All

  • .NET Development Constraint Error Handling

    Hi, Is there anybody who knows how to handle constraint exceptions in a dataset I tried to handle BindingSource's DataError event but could not get the columns or any information about the error source and I can not warn the user about what to correct to recover from this error. My code is below : private void tblMemberBindingSource_DataError ( object sender, BindingManagerDataErrorEventArgs e ) { if (e.Exception != ...Show All

  • Visual Basic LAN Messaging

    I am looking for information on how to create a messaging program inVB 2005. I want it to be able to send files (ie. images and documents), private messages and group chat over a LAN. It is going to be a part of another program. I have found something similar on Coding4Fun that is written in C++, it's called Media Share Messenger. Any information would be helpful, thank you. Well there's quite a bit of backend, ...Show All

  • Visual Basic Inserting Data Into SQL Mobile Database VERY slow!

    Hi Guys, I've got a text file with 3000 insert queries in it. When I run them one by one on a Pocket PC 2003 device it takes over 45mins for it to complete. Is there a better way of getting data into the device Thanks Woody ps ActiveSync ideas can't work because I have 90+ of these units and this operation needs to be done at least once a day. Oops, found the problem. I was opening and closing the connection be ...Show All

  • Visual C++ mfc70.dll not found :(

    Gday when I used one of my programs it said I need MFC70.dll cause it was missing so I need a download link to download it. Thanks mfc70.dll is part of VS7.0. How did you build this application If you built it with VS7.0 then you will need the dll in the same location as you are running it. If somebody else built it then you need to contact the owner of the application. Thanks, Ayman Shoukry VC++ Team ...Show All

  • Visual Basic VB Excel Macro - saveas filename with current date attached.

    Hi, on the general forum I posted my question asking how I could do a 'saveas' file name that included the current date. A solution was suggested to me but it doesn't seem to work: ActiveCell.FormulaR1C1 = "0001" Columns("I:I").Select Selection.AutoFilter Selection.AutoFilter Field:=1, Criteria1:="Pending" Cells.Select Selection.Delete Shift:=xlUp Columns("I:I").Select ChDir &q ...Show All

  • Visual Studio Team System Error adding users to TFS global group

    After much wailing and gnashing of teeth, I've finally succeeded in installing TFS Beta 3 (I sure hope the released version is easier to install).  However, I don't seem to be able to administer any users.  I have two problems: (1) When I try to modify the membership of "Team Foundation Valid Users", the "Add" and "Remove" buttons are greyed out. (2) When I try to add a domain user (e.g. "domainx\kens" or kens@domainx.com ) to any of t ...Show All

  • Windows Forms Unhandled Exception in System.windows.forms.dll

    hi all.... i'm programming my graduation  project using C#, but i have this problem in windows forms. when i open form using ShowDialog() i get the following error message: An Unahndled Exception Occured In System.windows.forms.dll. Additional information: Object reference not set to an instance of an object. I didn't use in the form any special components just buttons and textboxes. note: when i copied  the project t ...Show All

  • .NET Development ASP.NET 2 beta 2 COM Interop trouble

    Hi, I'm having trouble while deploying an ASP.NET 2.0 beta 2 application using COM Interop on a windows 2000 server machine. COM instanciation works fine but always fails when it uses another COM dll (imbricated call). Works fine on a windows 2000 pro. Any suggestion No problem at all. Since the Forums are on different hosts/servers, it's understandable :) Also, Shawn Farkas wrote a great FAQ for the forums, available at: http://forums.mi ...Show All

  • Visual FoxPro SELECT wrkArea statement

    Please consider this piece of code. It is a bit weird as far as DO loop goes but it is the way I frequently do things. The problem I run into is the  SELECT statement. USE HistData!myTable IN 0 wrkArea = 0 DO WHILE ! EMPTY (wrkArea+1)   wrkArea = wrkArea + 1   wrkArea   cTableAlias = ALIAS (wrkArea)      IF cTableAlias = "MYTABLE"     SELECT wrkArea    & ...Show All

  • Visual Studio Express Editions how to work with bitmaps in console application ?

    In VC 7 there was CImage class. It seems there is no such class here. What about class Bitmap Is it possible to work with it in console application Does it need special header to be included Help me please ! Many thanks in advance Dear Sir, Thank You very much for Your kind answer ! Would You be so kind to tell me: is there any way to work with bitmaps (and/or other graphics) in co ...Show All

  • Smart Device Development GPS Sample Latitude/Longitude not correct

    I have a Pharos GPS unit with both the Blue Tooth and USB interface. I used hypertermal on a XP machine with the USB interface to record some raw GPS output. Then I used the file redirect to run the GPS WM5.0 Sample code in VS2005 WM5.0 device emulator. It displays the correct information on the screen Lat 42 / lon 83 when reading the raw GPS data file that I created. When I move the program to my WM 5.0 device and connect up to the GPS un ...Show All

  • Windows Forms VS .NET2003 Sluggishness

    I am using VS.NET 2003 for my development and I have noticed that the interface is very sluggish. Everytime I change some part of my code, the interface goes into some kind of a process and I cannot continue with my work during that p ...Show All

  • Windows Forms cannot edit DataGrid columns when dataSource is DataTable

    Hi All, I'm creating a dataGrid and assign a data table as a source. I'm able to view the data but i'm not able to edit it.  Regards, Bajoo I'm confused by this part dataGrid.DataSource = dataTable.DefaultView;  Why isn't it like datagrid.datasou ...Show All

©2008 Software Development Network

powered by phorum