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

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

japt

Member List

centexbi
ceilidhboy
DaddyMD
tkroll
Gordon Radley
mAh3u
Allen_Simmons
OTNS
Defected
CodeBrahma
rbedard
Richie_C
Selectis
Olle Gustafsson
georgeob
martok
Digital Realm Society CEO
QianChen
thechristopher
Mark064
Only Title

japt's Q&A profile

  • Windows Forms working with datasource Conf.Wiz

    hi (modified post) can we create objects like this   1) create connection,dataadapter, commandbuilder using the  oracle.dataaccess.client Namespace. 2) and the datatable using the system.data.oracleclient Namespace. because, the Oracledataadapter creates one dataset for each one dataadapter.resulting many datasets (more maintenance.) But while using  the datasource configuration wizard we get a single dataset for all the tables. Will this create any problems Thanks in advance Mohan Raj K.   ...Show All

  • SQL Server sqlmangr.exe program error (Please help)

    Whenever I run the sqlmangr.exe after the system reboot, the sqlmanagr.exe generated program error. "sqlmangr.exe has generated errors and will be closed by Windows. You need to restart the program." I am using MSDE 2000. The OS is Windows 2000. One thing I noticed is that sqlmangr.exe will not crash if I disconnect the system from the NETWORK. (By unplugging the network cable.) YOUR HELP IS APPRECIATED. hi yuner i found the problem you are having at least one sql server 2005 in your network with no transport protocols specified. your old client tools send udp broadcasts into the net and the sql server 2005 answers with a corrupt udp package (it answers with no protocols). Because your old client expect ...Show All

  • Windows Forms Disabling mouse events over a control

    Hi, I have a panel and a button control in that. I don't want to click the button by mouse .How can I disable the mouse events in the panel so that button click using mouse is not possible.Also I want to hide the mouse cursor.Can anyone help me.Thanks in advance. Regards Eby Hi Eby :) I'm a bit confused... if you want nothing to happen when the mouse clicks on the button, don't assign anything to it... As for the cursor, you can use the MouseEnter and MouseLeave events for the control to call Cursor.Hide(); and Cursor.Show(); If that helps, Sanophy ...Show All

  • Visual Basic Question about how to close whole program

    Hey guys i have another stupid question 2 ask, apologise for my ignorace once again as this myt seem like a really stupid question. I have multiple forms for my program. I was wondering how i would close the whole program in the third form ( closing all forms) Me.Dispose() This only closes the form that i put this code in. These are just the final touches to my project for school. Would appreciate it if you guys would reply me! THANK YOU!!! :D You guys have been really helpful to me all along. that is correct but 99% of the time it will exit. The times it will not exit is if there are things like threading happening in the background and its still running - once that is complete it will then ...Show All

  • Visual Basic My SQL Update function isn't working in VB, can someone help?

    My SQL statements are perfectly fine when I test them in the Query Builder, but I can not, for the life of me, figure out why they won't work in my application. Here is what I have as my SQL statement within my UpdateQuery function: UPDATE members SET id = @id, first_name = @first_name, last_name = @last_name, phone_number = @phone_number, date_joined = @date_joined WHERE (first_name LIKE @first_name and last_name LIKE @last_name) Here is how I am calling the function: Me.DsAllMembersBindingSource.EndEdit() Me.DsAllMembersTableAdapter.UpdateQuery(Me.IdTextBox.Text.Trim(), Me.First_nameTextBox.Text.Trim(), Me.Last_nameTextBox.Text.Trim(), Me.Phone_numberTextBox.Text.Trim(), Me.Dat ...Show All

  • Visual Studio Express Editions Trying to set a Null to save to a database problem.

    I wish to save a new data row using so values I have gathered in an array The code is like this Dim record As M1DataSet.vehicle_filtersetRow record = M1DataSet.vehicle_filterset.Newvehicle_filtersetRow() record.vf_setname = TextBox1.Text record.vf_oil1 = Result(0) record.vf_oil2 = Result(1) record.vf_fuel1 = Result(2) record.vf_fuel2 = Result(3) record.vf_fuel3 = Result(4) record.vf_air = Result(5) record.vf_airdryer = Result(6) record.vf_hydraulic = Result(7) record.vf_notes = TextBox2.Text M1DataSet.vehicle_filterset.Addvehicle_filtersetRow(record) Try Dim rowsAffected As Integer = 0 rowsAffected = Vehicle_filtersetTableAdapter1.Update(M1DataSet) If rowsAffected > 0 ...Show All

  • Visual Studio More Show All Files issues

    Hello. I have some extension over VC++ project in Visual Studio and ordinary VC project is nested in my superstructure. I have problem with Show All Files. I can handle Show All Files icon state when my project or nested VC project is selected in Solution Explorer by track ECMD_SHOWALLFILES command number in IVSUIHierarchy->QueryStatusCommand() or IOleCommandTarget->QueryStatus(). Also I can handle that button click in ExecCommand() or Exec() in corresponding interfaces. However when selection is moved to file or folder I can not handle neither icon state nor click. Neither IVSUIHierarchy nor IOleCommandTarget methods are not called with ECMD_SHOWALLFILES command from Visual Studio. Why How can it be possible to do ...Show All

  • Smart Device Development About SDIO Card Driver

    Hai, I am studying about the SDIO Card driver. From my understanding the client driver is loaded after inseting the SD Card by the Bus driver. When the Host controller Driver is loaded Actually i want to diagnosis the SD Card port before inserting the SD Card .Is there any means to find this.I am using the PXA270 processor Hai, Here is the sample application.see whether i did any mistake HANDLE hSdcDev; hSdcDev = RegisterDevice( TEXT("DSK"), 1, TEXT("SDMemory.dll"),0); if(hSdcDev == INVALID_HANDLE_VALUE) { printf("not able register device.: %d", GetLastError()); } HANDLE Handle; printf("get the handle\n"); Handle = CreateFile(L"DSK1:",GENER ...Show All

  • Visual Studio Team System Build Information Record

    Hi, Is there is any way that we can store and retrieve the file names and it's respective version which went in to Specific executable build. I found that one way of doing it in TF is by using Labels associated during build process by Build server. But I find it has a potential problem , because Labels can be moved to new version or delete from a specific file version. Clearcase has a powerful auditing functionality (Configuration record) which records all the files and respective revision went in to build and which can't be edited accidentally.Do we have similar functionality in Team System Thanks In advance Pramod Thanks for the suggestions. Once we label the files ...Show All

  • Visual Studio Team System how do you create a defect from the project portal?

    is there a way to create defects through the portal if so how Thanks Here's a direct link to TeamPlain Web Access . Full Edition ($199 per user) - buy now Access to Work Items, Reports, Documents, Source Each licensed user is a floating (concurrent) user Lite Edition ($99 per user) - buy now Access to Work Items only Each licensed user is a named user They also offer a free trial. ...Show All

  • Visual Studio An error has occurred while attempting to load the Crystal Reports runtime

    I am trying to connect to a VS 2005 MDF database. It appears that the only way to connect to it is through a datset. Is this right But when I try to use the report, I get the following error at runntime: --------------------------- Crystal Reports --------------------------- An error has occurred while attempting to load the Crystal Reports runtime. Either the Crystal Reports registry key permissions are insufficient or the Crystal Reports runtime is not installed correctly. Please install the appropriate Crystal Reports redistributable (CRRedist*.msi) containing the correct version of the Crystal Reports runtime (x86, x64, or Itanium) required.  Please go to http://www.businessobjects.com/support for more information. ------------ ...Show All

  • SQL Server How can I FTP 3 files

    Hello, I am new to SSIS. I am trying to write a simple package that saves data into some tables from elsewhere in the database, extracts it into flat files and then FTPs them to another file system. I have a control flow with three tasks. [1] Execute SQL (Executes a stored proc to fill the tables with data) [2] A data flow to extract the data into 3 flat files [3] An FTP task to move the data to the other system. In my data flow I have three parallel streams each with an OLE-DB source and a Flat file destination so that three flat s files get produced in parallel. The problem I have is that I cant get the FTP task to handle the files. I can get the flat files produced fine and I write them to the c: drive. But how do I program the FTP tr ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. DirectX10 only on Vista?

    I've searched everywhere but all I can find is rumors, rumors and even more rumors. Will the final version of directX 10 run on windows XP No, never. Direct3D10 (as Peter correctly calls it - there is no such thing as DirectX 10) will be Vista only *and* will require a new graphics card (none of which have been announced yet) that meets the D3D10 standard feature set and has a Vista driver. Until Vista is prevalent on machines in the gaming market segment you will probably see games that support both D3D9 and D3D10, probably with the D3D10 version having more eye candy and/or better performance. ...Show All

  • Microsoft ISV Community Center Forums Sql SELECT query from VBA in Access

    I would like to run a select query from within a VBA sub and have the result put into some sort of string. I can't figure out how to do it as dcCmd.RunSQL only accepts action queries. Can you please give me a suggestion on how to do it I want to do the select query in order to turn a customer name into a customer id so that I can have a proper reference to my table of customers from my table of purchases. Purchases come from a text file that I'm processing in VBA. Thank you. Following example from http://groups.google.com/group/microsoft.public.access/browse_thread/thread/1e749029e44e6ad9/7f99792385e3d85c#7f99792385e3d85c made it work for me. Yay! Function GetMailList() Dim MyDB As DAO.Database, MyRec As ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. What is the .X file limbs equivalent

    Please take it easy on me, I'm new to XNA and DirectX in general. In previous applications I would model say two boxes in Caligari GameSpace and join these as a sibling. After I save this as a .x file, I could access each box as a limb of the main model. Doing a count for limbs would return 3, 0 being the model as a whole, 1 being one box, and 2 being the other. Looking through the docs, I'm unable to put my finger on the equivalent in XNA. I do see a model class and mesh classes seem to be under this. Is this the same as limb 0 = the main model of the object, and then two meshes under the model that represent the two boxes Sorry if this makes no sense or if it has been asked previously. I really did try to search these forums for this ...Show All

©2008 Software Development Network