softwarejaeger's Q&A profile
Visual Basic Max form size
is there a way to set a form to the max screen size, it gets old going back and forwards making sure it fits. I have been using table layout panels to help make my forms, if I am right, those do scale to the form, requardless of the size of the form, I think Davids Learning Me . WindowState = FormWindowState . Maximized and/or Me . MaximumSize = New System . Drawing . Size ( My . Computer . Screen . Bounds . Width , My . Computer . Screen . Bounds . Height ) ...Show All
Visual C++ VCBuild Build Order
Hi All I am trying to build a VS Solution file using "VCBuild" and also "devenv" When I compile using devenv -- It builds with out any error. But when I build the same solution file it flags lot of linker errors. After seeing the log , devenv and vcbuild are building projects present in Solution file in different order. How can I make VCBuild to use the Project build order present in Solution file. -Pramod Hi , Are all your projects VC projects What kind of dependencies do you have between the projects Thanks, Marian ...Show All
SQL Server error configuration
I want to use custom error configuration for a single dimension. When I set the error configuration properties for a single dimension in Visual Studio, process this dimension and process the cube then the custom error configuration settings are ignored. When I set custom error configuration settings for the cube in Visual Studio these settins are also ignored. When I set the custom error configuration settings in the Process Cube Window (Change Settings - Dimension Key errors) then these settings are applied to all dimensions. How can I use custom error configuration for a single dimension and why are my settings in Visual Studio ignored. Thanks for any reply. Hi Andrew, thank you very much for your detailed explana ...Show All
Community Chat question like that!
How can i create any password to my USB (flash drive) without using any software! is it possible thanks jovert wrote: How can i create any password to my USB (flash drive) without using any software! is it possible thanks ...Show All
Visual Basic Fade in code doesn't worked on mdi child form
This form fade in code worked for non-mdi child form but doesn't worked on mdi child form. How will i make it work Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim i As Double For i = 0 To 1 Step 0.01 Me .Opacity = i Next Me .Opacity = 1 end sub Assuming Stephen's code is for form2 (the child). You have to wait until the fade-in is done to set the parent/child relationship. (May not look perfect.) Private Sub Timer1_Tick( ByVal sender As System.Object, _ ByVal e As System.EventArgs) Handles Timer1.Tick Me .Opacity += 0.05 If Me .Opacity >= 1 Then Me .MdiParent = Form1 Timer1.Enabled = Fals ...Show All
Visual C++ Strange Error - Please Help
Hi all, I wrote a dll (using a definition file). When I call one of the function within the dll from another application (to test the function), I receive a strange error (Messagebox format): Application.exe - Ordinal Not Found - The ordinal 34 could not be located in the dynamic link library. Note I have linked with the .lib file, have included the header file and copied the .dll file to the application directory. (Note that I'm exporting 34 functions) Can anyone help Thanx I don't think that there's a limitation for the number of exported functions in a DLL file and error in the small number of exports. Check what differs from other functions. ...Show All
Community Chat What is Hot Topic?
What is the Hot Topic in todays technology Any idea Post me... u will get most of new(hot) technical topics of .NET on http://msdn2.microsoft.com/en-us/library/bb278096.aspx ...Show All
Visual Studio Team System Update frozen fields using MS Excel (part2)
This problem is related to http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=745067&SiteID=1 so it might be the result of the same source code defect. Steps for reproduction: 1. Open a query in MS Excel that includes a field with a FROZEN property 2. Perform a bulk update for another field than the FROZEN field for all work items in the query 3. Clear the FROZEN field for all work items in the query and publish to TFS 4. Set the FROZEN field for all work items to the same value and publish to TFS Result: only the first work item in the query gets updated, all other work items have their FROZEN field back cleared. Even when using another query that finds all the work items with their FROZEN field clea ...Show All
Visual Studio Tools for Office Windows does not shutdown when outlook add in is installed. (NASTY)
I have developed a small outlook add in - which has gained a nasty reputation. When the add in is installed - and somebody tries to shut down the computer - the computer does not shut down, outlook remains open. If outlook is closed - then the system shuts down normally. I put in logs at the shutdown event handler - and noted - that it was called when i close outlook. The shutdown event handler is not called when i try to shut down the computer without closing outlook first. So the bottom line is when my outlook add in is installed - outlook does not want to shut down - and because outlook does not shut down - windows does not shut down. Any pointers Does this mean i am holding some resources Any event i can register with when the comp ...Show All
Visual Studio Team System Does Office 2007 System compatible with TFS
Can I pull data from TFS by using office 2007 I cann't see the team menu on my microsoft excel 2007 TR version Sort of, but there are a few issues which will be addressed in SP1 of Team System. A beta of the service pack is available (see Brian Harry's post for more details, http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=785088&SiteID=1 ). On my (non-service packed version), the Team menu lives under the "Add-Ins" ribbon. Cheers, Martin. ...Show All
Windows Forms Help! "Concurrency violation: the UpdateCommand affected 0 of the expected 1 records"
Help! I have a Access 2003 Database that holds info like "customer name" "phone number" etc. When I enter that info and then click new record then go back to the previously created record and add some more information in the other text boxes ("address", "age", etc) I get the following error: Concurrency violation: the UpdateCommand affected 0 of the expected 1 records and when I click on details then row, I get this: '((Help_Desk_Center.HDC_DataDataSet.Table1Row)(((System.Data.DBConcurrencyException)($exception)).Row)).Customer_called_on' threw an exception of type 'System.Data.StrongTypingException' What is all that and how do I fix it, get around it, ignore it, or what ever I need to do Thanks for ...Show All
.NET Development Ask about answer detection algorithm
Hi all. I make an IVR using TAPI 2.0 and voice modem. My Voice Modems Do Not Provide Answer Detection, so when it make an dial out call, it can't tell when a dialed party has actually answered the line and after dialed my application get the connected signal from TAPI callback function, but in real it is Ringing signal. Problem is my application proccessing next task, which ought to just have done when the call has been answered. I need an answer detection algorithm to know exactly when the call out is answered to do the next job. Have any one could help me. Thanks This is not related to managed networking. Please take a look at other forums for this question at http://www.microsoft.com/communities ...Show All
Software Development for Windows Vista How to fix the workflow monitor sample
Does anyone know how to fix the workflow monitor sample program The workflow monitor is failing on this line of the ViewHost class: WorkflowTheme .CurrentTheme.AmbientTheme.ShowConfigErrors = false ; This code can be found in the constructor of the ViewHost class. Using the monitor program I can see the workflow and the activites that have executed. However, I cannot see the actual picture of the workflow in the designer. It's likely that you have a version of the Workflow Monitor sample that doesn't work with the build of WF that you have installed. Please tell us your version numbers and the download location for Workflow Monitor that you used. Cheers, Paul ...Show All
Visual Studio Express Editions Failed to open connection dialog
Hi, I installed SQL express on a computer yesterday, and when I try to open it today, I get an error that says Failed to open connection dialog - Could not load filer or assembly 'Microsoft.SqlServer.Express.ConnectionDlg' version 9.0.242.0 blbalbalba Strong nam validation failed. Hresult 0x8013141a. Can anyone help me with this I too have been having the same problem. Am using SSE ver. 9.0.3042.0, SSMSE ver 9.00.3042.00, and .NET framework 2.0.50727.42 running on Windows XP Pro 2002 Service Pack 2. Have tried numerous times uninstalling, wiping out the directories for SSE and .NET and reinstalling. ...Show All
.NET Development Errors when attempting to use: ExecuteNonQuery()
Hello. I am very new to using Visual Basic 2005. I was given it as a trial run by a company that is looking to hire me. They gave me a chance to create a program either simple or complex, depending on how I felt about it. I decided on creating a database that simulates an address book. I have never done this before so I hope someone can help me out with this problem. Thank you ahead of time. Here is the code that I have done so far. At this point I am attempting to add new records to the database. Searching through the current records is working fine. Thank you for the link. That seems a lot more organized. I wonder why I was never taught that. As for the deletion command, I'm sure I'll be adding that in, but I should be able to get aroun ...Show All
