mimminito's Q&A profile
Software Development for Windows Vista 5270 installation really weird issues...HELLLPPP, i am getting unheard errors
i am trying to install 5270 ..it is common to have sata problems but i have a 20gb empty ide drive...the installation doesnt see ( sata seagate 120gb )my drives and also doesnt install on the ide either... and it says "WINDOWS SETUP IS UNABLE TO FIND A SYSTEM VOLUME THAT MEETS ITS CRITERIA FOR INSTALLATION..." and when i try to install from xp it says stup couldnt get any info about your disks. Any help if ...Show All
Windows Forms i wanna retrieve data from datagrid
i bind datagrid to a table in database, now i write insert method help me insert new record, but after use fill in info, how can i retrieve what user wrote, because i wanna save the new records into database Private Sub insert() Dim dr As DataRow = DataSet11.Tables(0).NewRow dr("PO_No") = "" dr("Line_Code") = "" dr("Accounts_Code") = "" DataSet11.Tables(0).Rows ...Show All
Windows Forms Disappearing colors
I have a datagrid3 on form1 whose cells are populated with precious metal pricing for a particular metal (textbox1) for a defined period (datetimepicker1&2) and are colored (background) depending upon the movement of the prices relative to prior day and&n ...Show All
.NET Development help me about IIS
Hi forum, I am new to .Net technology. I installed visual studio 6.0 in my system. OS is windows 2000 Proff. but i am unable to run the IIS server. can any one please help ...Show All
Visual Basic Function CInches
Hi i was using this code in MS Excel and was working fine but i need to use it in a small application i'm making in Ms visual studio 2005, if any one can help thanx. '\ This function converts a string like 5'-6 1/4" to a decimal number '\ of inches that can be used in calculation. Function CInches(Text_string_containing_values_for____Feet_Inches) '\ These values are used to examine the input string, one character at a time ...Show All
.NET Development Simple quesiton: Custom datatypes
I have a WebService class with the following methods: [WebMethod()] public void SendInfo( MyInfo theinfo) { //implementation details } [WebMethod()] public MyInfo GetInfo ( ) { MyInfo theInfo = new MyInfo(); // implementation details return theInfo; } MyInfo is a class that I have generated using xsd.exe (its fairly straight forward) Now when I want to use these two webmethods from a client application in C# I select "Add Web Re ...Show All
.NET Development Finally not called unless exception caught outside?
Is it expected that the code inside a finally block is not executed when the exception is not caught elsewhere Or perhaps I am seeing something else... in the following the code in the finally is never executed: Have you stepped through the debugger, or just run the program I suspect that the thrown exception is stopping the console app long enough for you to see that the finally block was executed. No - I am wrong. Your basic pr ...Show All
Visual C++ Crash on delete and MSVCR libraries confusion
Hi All, I'm trying to debug a strange crash at pointer delete (I'm porting an application from VC 2003 to VC 2005). ntdll.dll!7d61002d() [Frames below may be incorrect and/or missing, no symbols loaded for ntdll.dll] ntdll.dll!7d681da1() ntdll.dll!7d659cee() ntdll.dll!7d642da9() > msvcr71d.dll!_CrtIsValidHeapPoint ...Show All
.NET Development Starting one proccess from another while a third is locked up
I am programming in VB.NET (2005) I do not seem to be able to start process B from process A whilst process C is locked up waiting - as it happens - for process A to tell it that process B has started. From some other behaviours I am guessing that the new process B can not start while another process (C in this case) has not returned from processing a windows message. I think there is some way for process C to process m ...Show All
Visual C++ Option to supress warnings in standard headers?
If I'm compiling a program that uses some standard C++ headers, I get all sorts of horrible warnings. For example, compiling the following program with cl.exe: #include <iostream> #include <list> #include <string> int main() { return 0; } Generates the following output: cl test.cpp test.cpp C:\VC++2003\include\ostream(574) : warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specif ...Show All
Visual Basic Transform XML to word by applying XSLT and open in WOrd
Hi, I need to open up up a wordML as a word Document by appyling a Xslt over a XML on the fly.Iam able to apply XSL on a XML and transform it to another XML.This Xml generated is the wordML.This is stored as a blob in the Database. When a HttpRequest is made to fetch the blob and open as a word document,it opens as a word XML instead of a word Document. But this works fine when i save the wordML on to the disk and open in word. But f ...Show All
Windows Forms Windows form ??
Hi, I have a question regarding Windows form application. My application has to implement a feature which is similar to Excel. Here is what Excel does:- I launch two instances of Excel. In each instance I open up the same file. While opening a file in the second instance Excel gives me a choice to be notified when the file becomes available for read/write, I select OK and it opens the file in readonly mode. Then In readonly instance I g ...Show All
Windows Forms convert html2xml
hi how i can convert htm file to xml file amr_a wrote: hi how i can convert htm file to xml file http://www.15seconds.com/Issue/010601.htm ...Show All
Visual Studio Package Load Failure with VSIP Extras package
I have a VSIP package which simples extends a few of the menus in VS and shows a custom add references dialog when these menu items are selected. I have tested the installation of this package (repeatedly) this on 3 separate physical machines and in 2 VPCs with no errors at all. However, a few of my clients are reporting that a Package Load Failure for my package during the installation. This happens when the installer runs 'devenv /setup'. ...Show All
SQL Server Script files failed to load error
Hi all, I have a package with a number of script components. All are set "PreCompile=True". Within a Sequence Container I have a set of five script tasks each followed by an Execute Process Task. Each pair is linked but the five pairs are independent (hope this makes sense). The first pair executed successfully but the other four all failed with the "Script files failed to load" error. Anyone have a clue why this ...Show All
