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

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

whulfy

Member List

Tim Prince
Brad Eck
Sherief Sameer
InvertedAerials
OfficeDeveloper
NewToVB
Ravi Joshi
PConsultant
Noah Campbell
episodev
Tiendq
Piotr Celej
Jay Senior
Patrick Baker - MSFT
Miguel Ortiz Falcón
lvn
IECUSTOMIZER
wjulaxer13
LeonardLay
Parag Jhavery
Only Title

whulfy's Q&A profile

  • .NET Development how to update , insert , delete in ODBC dataset ( foxpro database file )

    I wrote a Visual Foxpro application, using VFP database file. success to publish the data in web using Visual Web Developer 2005 Express, but it can only Read those data ( but do not know how to delete or update or insert the data ) pls help me to explain how to work with this .. Liew Vai Teng wrote: I wrote a Visual Foxpro application, using VFP database file. success to publish the data in web using Visual Web Developer 2005 Express, but it can only Read those data ( but do not know how to delete or update or insert the data ) pls help me to explain how to work with this .. pls goto http://file.uploa ...Show All

  • .NET Development newly added record not available without debug restart

    I have code that saves a record using a stored procedure.  The sproc passes back the identity to the code, and from there I fill the table adapter with the newly added record, which in turn populates the form with the newly added record. Here is an (abridged) example: void saveChecklist() { try { string CommandText; if ( this .txtEQUIPMENT_ID.Text.Length > 0) { CommandText = "DS_UPDATE_CHECKLIST" ; } else { CommandText = "DS_ADD_CHECKLIST" ; } connectionEquipment conn = new connectionEquipment (); string connectionString = conn.getConnectionString( "equipment" ).ToString(); SqlCo ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. DirectInput and Mouse Acceleration

    I am using the Managed Direct Input library to gather mouse input for a graphical research app.  However, my testing shows that the application is affected by mouse acceleration despite using the Direct Input API. My understanding was that only driver level acceleration could affect the Direct Input data, but if I test some of the samples that ship with the DirectX SDK I don't see the same problem.  The documentation is weak on this topic.  However, there seems to be a knowledge base out there amongst developers.  Does anyone have any ideas I can try.  The applicaitio ...Show All

  • Windows Forms Problem creating installer

    hi, i've created a Setup Project in visual studio .net 2003 which will contain several other projects, my question is how can i allow the user to select which project/s he want to install  this is a common feature on those installers that have multiple exes or modules. thanks! I don't think that tool has that capability. It is fairly  ...Show All

  • Visual Basic SetPixel() - URGENT!

    Hi, I am loading an 8-bpp (bit per pixel) bitmap from a file and trying to set various pixels using the SetPixel method, but no matter what I do (I also tried locking the bits), i get an InvalidOperationException - "SetPixel is not supported for images with indexed pixel formats." After some research i understand that it's not possible to use the SetPixel method in the normal way or possibly not at all for *indexed* bitmaps. If someone could please tell me how to get around this, either somehow using LockBits, or if it really need be, how to convert the bitmap to a non-indexed format in order to use SetPixel(). Thanks in advan ...Show All

  • Windows Forms Doubleclick event on combox doesn't trigger

    I added a doubleClick event to a textbox. This is triggered very well. Now i added a MouseDoubleClick event to a combobox (because a doubleclick event doesn't exists apparantly), but this event is not triggered. Why How do i solve this Kind regards Damiaan Peeters Thanks for the hint from Davecat. Double click is quite useful when combobox displayed in DropDownStyleSimple. In a similar fashion in Visual Basic Dim mylastClick As Date = Now Private Sub ComboBoxPathologyTests_MouseClick( ByVal sender As System.Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles ComboBoxPathologyTests.MouseClick ...Show All

  • SQL Server SQL 2005 RTM We hit an error Msg 8630, Level 17, State 99, Line 18

    We just hit the following error with SQL 2005 RTM version Msg 8630, Level 17, State 99, Line 18 Internal Query Processor Error: The query processor encountered an unexpected error during execution. Any idea of what that message could mean The only explanation I found in some forums was that this means we had come upon a SQL Server bug The query is actually the EXEC of the below stored proc. After running just the select statement with a hardcoded value for the variable @dtAdjustedMinCreateTime (which actually works fine), t he execution of the SP starts working (and returns the ~4'000'000 rows of ...Show All

  • SQL Server Remote Connection

    Could someone tell me how to remote connect to other server . Everytime when I try to connect to other server, I get an error message . Eventhough I have opened the 1433 port, allow the remote connection using both TCP/IP and named pipes, and open the firewall for connection. "An error has occurred while establishing a connection to the server. When connection to SQL Server 2005, this failure may be caused by the fact that under the default setting SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error:26 - Error Locating Server/Instance Specified)(Microsoft SQL Sever)" Thank you Co ...Show All

  • Visual Studio 2008 (Pre-release) Animation Problem!

    Hello: When reading the Hands-On Lab, I enjoy myself. There is a class named " Photo " to store the path of Image A collection: public class PhotoList : ObservableCollection<Photo> A ListBox whose ItemsSource is binded to the PhotoList ; But I met a strange problem , The following code works very well when the PhotoList is steady. <EventTrigger RoutedEvent="GotFocus"> <EventTrigger.Actions> <BeginStoryboard> <BeginStoryboard.Storyboard> <Storyboard> <DoubleAnimation Duration="0:0:0 ...Show All

  • Visual C++ Lost my Toolbox! / VC++ 6.0

    I'm using a VC++ 6.0 complier and a bit of a software problem.  I've lost my toolbox toolbar!  The one with all the buttons you click and drop controls onto your applications.  I don't know what I did to make it disappear because I have been using other programing tools and haven't used VC++ in about 3 days.  But I've tried clicking on every button and drop down menu and had no luck.  I know this is probably something simple, but could someone offer some advice. EDIT: Ok, I had posted this 24 hours ago and never got a reply.  I finally just had to uninstall my compilier and re-install it to solve my problem.&n ...Show All

  • .NET Development Unspecified Error

    Hello I administer a windows 2000 webserver running iis. We have a website setup that uses a access database and lately were getting errors every now and then for a few minutes and we cant track down the cause. Ive searched the internet for AGES and havnt found anything of help. I was hopeing that some one here might be able to help. Here is all the information we can get out of asp. Theres nothing in event logs. If some one can help out or possibly give be some pointers were to start looking that would be REALY helpfull. CODE: 500 TIME: 21/06/2006 4:02:02 a.m. EXCEPTION:System.Data.OleDb.OleDbException MESSAGE: Unspecif ...Show All

  • Smart Device Development Minimizing window without minimizebox

    I want to put minimize button, but I can not do because, CF2 is not support WindowState.minimized. Is there any way to minimizing the window on windows ce program without controlbox ...Show All

  • Visual Basic how to input chinese character into text box

    i have made a program that support database, i'm using access for the database. when i want to input chinese character in text box, can't appear the character change into . so i want to know if i need a new installation or there is another way to make it. means OS does not have the character code page. To enable the code page, go to Control Panel -> Regional and Language Options -> Languages -> Check Install files for East Asian Languages ...Show All

  • SQL Server Connecting jdbc driver from an applet

    Hi, I've found problems when executing Class.forName("com.microsoft.sqlserver.jdbc.SQLServerDriver"); I get a java.lang.ClassNotFoundException, and I have done this steps: 1o I got the driver from msdn web page 2o I modified the classpath in Windows XP adding the path to the sqljdbc.jar, testing if there was any problems with blanks in the path, I tried to put the .jar file in a more simple folder, but it didn't work. Perhaps I've to do something whith my policy.java or so archives to let applets do something about this but I have no idea. Can someone help me Thanks! ...Show All

  • Windows Forms Clear a DataSource, of a List-Bound Control

    How  change the dataSource of a ListBox If I put  this: lstAlumno.DataSource = null; Show me, error... how I could change the DataSource ... Again, please post specific error messages.... this helps a lot in determining what is wrong. It would seem that your ListBox is databound at the time you try to modify the collection.  You cannot use Add(),& ...Show All

©2008 Software Development Network