LISABET's Q&A profile
Windows Forms Plz I want every one to share me this problem
I want to use datetimepicker to display arabic calender instead of english calender so how to do that Do you mean: "Hijri Calendar" If yes, then I'm sorry to tell you that the DateTimePicker doesn't support it. This is a limitation in the OS but should be solved in Windows Vista. Or do you mean: Arabic month names ...Show All
Windows Forms Application.DoEvents is Evil ...Help
I have two progress bar to show two background process...to keep form responsive i used Application.DoEvents but its not worth it. When I start my first background process the form is responsive due to Application.DoEvents() so i start another process ....but it stops 1st thread and starts the second one....after completing second one it starts first one.. How to run them simultaneously....with form remaining respnsive. First of ...Show All
Windows Forms Binding of dynamically created controls
hi, i have a form which creates in the loop i am creating them nicely here is my code for that Sub createcontrols() Dim i As Integer = 1 Dim j As Integer = 1 &nb ...Show All
Visual FoxPro Preview container toolbar doesn't respond
Hi: I'm creating a report that contains several chained reports. The obtained report is OK The problem is that I can't to do any actions with the bar. PreviewContainer. ToolbarIsVisible = .T. OK I'm able to change some properties: Caption, ZoomLevel, etc. That's also OK. I'm able to scroll pages with keyboard or mouse clicking to the Preview container screen. That's also runs OK. But the problem is that toolbar do not react anyway to a mouse cli ...Show All
Visual Studio Express Editions comctl32.dll
Hi I'm using VC++ 2005 Express Beta 2 + Platform SDK When compiling i see line : 'C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9\comctl32.dll', Exports loaded And i don't like it becouse it wouldn't work on computer were are no VC++ Express Beta 2 installed... Is it posable to make it use the comctl32.dll from \system32 folder Hi I got similiar problem. My program worked fine ...Show All
Visual C++ ap libraries
Is there a download for getting ap libraries for Visual C++ 2005 Express Edition Beta 2 This was helpful in as much as I now have the apstring files needed. However, I am running into another problem when attempting to use them. The apstring references the old iostream.h file in the code. How can I get this to work, any ideas Let me rephrase this, and perhaps explain a bit better. I am using Visual S ...Show All
SQL Server June CTP Sql agent problem
I Have installed June CTP DEV edition on a Windows Xp box. I'm a unable to start Sqlagent ..Sql agent status marqued as 'Agent Xps Disabled' Any idea P.S. Instance services started and running fine .e. I get a message saying I am not authorized to run sp_configure for databases I created. What am I doing wrong thanks, Greg ...Show All
Software Development for Windows Vista Custom Sql Persistence
Hi, I need to store the state of the workflowInstance in sql db. Apart from that, I need to store UserId, taskID, etc., in the database. As per the sql schema that comes with WF [sql scripts] does not support. So, I need use my own custom sql persistence. Kindly let me know, if someone has solution for this, please share with me. Thanks in advance, chandru. Chandru - you want to look at trackin ...Show All
.NET Development TCP packet confirmation
Anybody know how I can checks that my TCP/IP packet have been really received on the destination side and that is not standing in the buffer because of retries or bad connection Ronald You can't rely on TCP acks to tell you if the peer application has received your data. It simply isn't going to work reliably, and there are already too many unreliable network applications out there. Deal with the extra cost - i ...Show All
Visual C# Mapped network drives
Hello, I need your help in this question: (First of all: My network drive is \\hermes\hermes and is mapped into the I: unit.) If I call the program in this way: myProcess.StartInfo.FileName = @"\\hermes\hermes\sss.exe"; myProcess.Start(); I have no problems, but if I call the program in this other way: myProcess.StartInfo.FileName = @"I:program.exe ...Show All
Windows Forms Printing Children
How can I set my menu to print a child if it is open If the child is not open, I don't want it to print. In fact, I want the print option disabled. Except, of course (for those reading this later), it didn't--you&nb ...Show All
Visual Studio Cannot find disassembly and memory view windows
I am trying to debug a low-level interop-related problem in a C# program. When doing this I want to be able to look at disassembly, and also look at memory contents. These functions are available in the disassembly window and the memory windows. I can enable these windows using the keyboard combinations (Ctrl-Alt-D or Ctrl-Alt-M, 1) My question is why are these windows not available on any menu or toolbar The documentation mentions that th ...Show All
Smart Device Development Microsoft Windows Mobile 2003 Second for PDA
Hello, I am not a Visual developer I set up or use third party software to create data collection programs for PDA Scanners using Microsoft Windows Mobile 2003 Second Edition. I have a set up a routine for scanning bar codes currently using a PDA that has an operating system using Microsoft Windows Mobile 2003 Second Edition it also has a built in bar code scanner. I use the PDA to scan bar codes into a Pocket Word ...Show All
Visual Studio Express Editions Visual Basic Express 2005 says no SQL Express Server is installed
Hello- I am trying to use a SQL Express database with visual basic 2005 Express Edition. Whenver I add a database from the module menu it says that sql server files require SQL Server express to work properly. I have SQL Server Express with advanced services installed in my computer. Note: I didn't install SQL Express at time of installing Visual Basic since I wanted to use SQL Express with Advanced Services. So after installing Visual Ba ...Show All
Windows Forms Which data provider do I use for Sybase?
I have tried Microsoft Odbc data provider, and it seems to work, what about ole db Is there a grid that tells which data providers is for which databases Thanks. my suggestion would be the OLEDB provider, as far as pe ...Show All
