all groups > dotnet windows forms > february 2004 > threads for sunday february 22
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
Daily Calendar
Posted by Rado at 2/22/2004 11:30:25 PM
Hello.
I've got one question. Could anybody advise me?
I would like to make somethink such as MS outlook 2003 daily calendar.So I
click on something hour and program add there task.When I click on the same
hour, program detect if is there any other task, If yes, program make this
task smaller a... more >>
DataBinding with controls on a tabpage
Posted by Scott at 2/22/2004 11:26:05 PM
I have a problem with controls (several combobox and textbox controls) placed on the TabPages of a TabControl. The controls on the first TabPage display the data from the dataset, but a null dataset is returned from GetChanges when attempting to update. On the other tabpages, no data is displayed ... more >>
System Tray Icon Disappear
Posted by LaLaBoy at 2/22/2004 10:51:06 PM
I have a Program( exe File)
When it start up, it will hide in the System Tray and double Click it, it will display in the desktop
I am using Window Scheduling to run the exe file when the windows Start Up
However, The System Tray Icon did not show and
the Exe File run as a BackGround Task
Why... more >>
Screenupdating
Posted by Graeme at 2/22/2004 10:43:31 PM
Hi all
I click OK on a dialog which should then disappear, and a database operation
takes place for a few minutes. Trouble is, dialog sometimes stays atop until
operation finished ... doesn't hurt, but looks bad. How to refresh form
please?
Thanks again
Graeme
... more >>
ListView Colums
Posted by Ohad Young at 2/22/2004 5:48:37 PM
Hi,
I'm using a ListView control in my application to display a list of items.
For each item its name and status (e.g., ordered, unordered, etc.) are
presented.
I added two column headers during the design time : One for the item's name,
and the second for the item's status.
The ListView con... more >>
Problem detecting deletion in dataset (in datagrid)
Posted by Flare at 2/22/2004 5:37:09 PM
Hi
I have set at dataset as source for my datagrid (winForm).
When i want to store my changes in the datasource I call the
dataSet.GetChanges() wich should return all rows with changes...It does
except for the rows wich i have deleted. They aint represented in the
returning dataset.
How ... more >>
DIR() function fails to read SAMBA shares...
Posted by Antonio Lopez Arredondo at 2/22/2004 3:30:40 PM
hi all !!!
I am developing a Visual Basic .NET WinForm app that should read the files
contained in a directory. I use the DIR() function.
the app works fine if the SHARE is located in a Windows server.
if the SHARE is located in a UNIX server, shared via SAMBA, the DIR
functions always re... more >>
Custom Mouse Capture Processing
Posted by n! at 2/22/2004 11:51:07 AM
Hiya,
It seems to me that when a user depresses the mouse button, the
control acts as though it is internally calling the win32 function
SetCapture. As can be seen by clicking the mouse inside a client area and
dragging it outside, the window continues to receive mouse messages. Whilst
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
The path is not of a legal form
Posted by Sol Fried at 2/22/2004 1:17:28 AM
I am tryig to create an inherited form. When I open the code in
Designer, I get the error "The path is not of a legal form". I am
unable to design the form in desginer, but the application doe build
and run without errors.
I have many other inherited forms in the application and this is the
fir... more >>
|