I am developing a hotel software product, and one of the features required is to be able to display the room numbers in the hotel, and then the status of them for each day of the month.
I am trying to create something similar to a DataGridView control where at the top the column names are the dates of the month, and to the left is the room numbers as rows. Please see the below screenshot of the function I wish to have. However I do not know what control or function they use to create this grid below (it is from an existing product). I need to not just be able to join multiple cells together when it is the same person in the room for multiple days, but also allow drag and drop ability.
Currently I have a DataGridView control and am able to simulate the below screenshot, however with a datagridview control I am unable to join cells across multiple columns nor allow drag and drop ability between rows.
I've run into another road block while programming my game. The problem is that when a player types North in room "Crash Site" They get the description of traveling to the next room "In Trail" as well as the description of traveling to the next room after that, "Deeper In Trail" before having to type north again. I've looked over the code several times, but can't find the problem....the conditions seem to be fine, but I'm guessing that's where the problem is..
Code: ElseIf LCase$(txtInput.Text) = "go north" And Room = "Crash Site" Then Room = "In Trail"
using the calendar from the webfor tools, NOT CALENDAR EXTENDER, and my question is, is there a way to add text to a specific day of the calendar, for example, that i want to click on the number where its shows 29 of the month december, then it shows me a texbox or anything that takes data from my, and i type anything in there, like an event or something, then i click on a button to save my entry, and next time i visit my page i see that day that i clicked on changed its color and shows my text when i hoover the mouse on top of it,
I'm developing a finance software and I want the user to enter a bill and pick the due date via month calendar. I getting it to work was the easy part, but now I only want one month calendar, for each time a user enters in a bill and picks a date.every time the user goes to pick a due date I have to call one of the several I have on screen.Here is my code that I have so far:Add due date button:
Any one know what are the code needed for checking the user name availability against the database when user is at the register aspx pageinstead of user clicking a button to check for the availabiltiy to find outi want the something like this, when the user key in the text box it will show whether available at the same, something like this link
Is there any way to detect if the DNS server is not responding for sure. That is because if I ping the server while my torrent downloads are in progress, I get a "Request timed out".
I'm building a apps that which allow to check the room availability for a hostel.I am looking some controls which is similiar to the following which allowed me to change the color of the box during runtime.
We want to developed services to sending fax which should check internet connection after every 10 sec and should be work on all windows operating system.
I cannot use any host like[URL]..to check internet connection because it increase network traffic.
A colleague of mine is interested in getting the Microsoft Developer Support OLE File Property Reader 2.1 Sample (KB 224351) from the numerous download sites. I was wondering if DsoFileSetup_KB224351_x86.exe is available on any of the MSDN disks or is included with the installation of any Microsoft oftware/applcations from our MSDN subscription. He needs to put it on a private network and downloading exe files is not an option.
I have a process that I wrote in order to perform an NSLookup and output it to a messagebox. I have all that working, but I need to take it one step further. Some of the pc's this app will be installed on will not be joined to a domain. Can anyone provide any assistance with creating a way to check and see if the pc is joined to a domain and/or the domain is available, and then run the process if the pc is joined to a domain and then not run the process if it isnt. If anyone needs any more info just let me know. Here is the process that I wrote:
I have a function to check for internet availability where I use: My.Computer.Network.IsAvailable However it only works in my computer. If I install the application in another computer, the check does not work. Does it has anything to do with My keyword?
create a chat room? My current hosting is a linux server with mysql. I want to make a client that can connect to the database.(already done) and if the user exists, to open a chat form. I want this to be multithreaded, that way I can have up to 500 people chatting with each other at the same time, from different locations. (realistically will usually be around 50)I have found some winsock type examples, but I dont understand how I can adapt that to work with a linux server... Can anyone help give me examples? I guess I basically want an IRC.(Which I dont know how to implement.)
I am trying to provide a GUI which helps the user to know the room temperature.I am using an 8051 microcontroller with rs232 cable in order to provide the serial communication.
I have a tab where i'm adding more and more controls to it... I have no problem on my computer i can reszie my screen and just refit them but other users may not want to how can i make my tab have scroll bars to if my controls don't all fit it will just be a scroll away??
Is anything equivalent to the Microsoft Access Datasheet form available for use with the Visual Basic 2010 Express Edition? (The Data Grid View control doesn't provide the functionality I need.)
I have created a instant messenger program that works great except for 1 of our computers that is in our vpn but is an offsite location. The computer is able to connect but loses its connection after a few minutes.
I have been looking for a really detailed tut on how to use in a server to client chat room. I looked on google but they just post the script which helps alittle but I need a lot of detail to make a working chatroom.
I need to create a DataGridView that will show all the bookings from each room within an SQL database.This will show the rooms down the left hand side and then the time slots in 30 min intervals as the columns.I dont want to use any thrid party controls as i need to do it for college.I have 2 tables called Rooms and Bookings this is the code i have so far
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load 'Sets conn as new connection Dim conn As New SqlConnection
I have an exe of an application.I want to automate the process of inserting start time into the text box of the application,I do not know the value of the textbox as I do not have the source code of the application.
I want to execute some code when a network drive is available. Just like our application even have NetworkAvailabilityChanged. I want this to work just like our Application Events.
Private Sub MyApplication_NetworkAvailabilityChanged(ByVal sender As Object, ByVal e As Microsoft.VisualBasic.Devices.NetworkAvailableEventArgs) Handles Me.NetworkAvailabilityChanged End Sub Private Sub MyApplication_Shutdown(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Shutdown [Code] .....
I'm working on a WinForms solution in VB.NET. It's been a while since I'm mostly a web developper. So what I need to do is to replicate the behavior of Microsoft Office product for the Cut, Copy, Paste and Undo menus and toolbar. Which meens, I need to enable Cut and Copy when and only when there's some selected text on the Form. The Paste menu have to be enabled only when the is some text in the clipboard.
Do you have any ideay about how to accomplish that ? I probably would have to check some event in the TextBox's to check if some text is selected (MouseUp ?). Then in the Enter event, I would check if there's something in the Clipboard to enabled Paste menu..
I am developing an application which will keep track of various information about medical practitioners that are affiliated with my place of work. One thing that we are tracking, is their availability by time of day (morning, afternoon, and evening) for each day of the week (monday - sunday). Additionally we will store an optional comment about the practitioners availability, something like "Does not work during full moon."
The input/display form for this information will be table with days of the week as column headers, and times of the day as row headers. Check boxes will indicate whether the practitioner is available during the specified time.
I am having a hard time figuring out how to store this information in the database. The most obvious solution to create a table with 24 columns (21 for 7 days * 3 times, 1 as the primary key, and 1 for the foreign key referring to the practitioner, and 1 for the comment). Which is a crappy table, but at least it's easy to select and update.[code]....
I have a program that copies files to several servers in succession. If one of those servers is unavailable for any reason, my program hangs for about a minute before it continues on to the next server. Is there a quicker way to determine if the path is available or not?
I want to make my own little chat room window. [url] But I want to do a post or something to log-in. Not just filling out the form values one by one. I've looked at some sources, but I'm overly confused. Anyone have some direction to help guide me, or even some examples?
I am using this code to have current days work show at top of list:(It's working for me so I need to continue using it)
Dim FirstJobOfDay_SP As Integer Dim Today As String Today = DateString
[code]....
I have changed my application. Now it has two separate datagridviews each using the code above (seperate bindingSource and GridView). One each in it's own splitcontainerpanel one above the other. My intent was to allow the user to view both at once or grab the divider and slide the panels up or down to only reveal the grid they want to view.Trouble is, when one grid it completely collapsed I get an error "No room is available to display rows".