Click here to Skip to main content
15,921,113 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionhow to allow only one check box to be ticked Pin
honeyashu19-Aug-08 2:13
honeyashu19-Aug-08 2:13 
AnswerRe: how to allow only one check box to be ticked Pin
Smithers-Jones19-Aug-08 2:31
Smithers-Jones19-Aug-08 2:31 
AnswerRe: how to allow only one check box to be ticked [modified] Pin
Jon_Boy19-Aug-08 3:30
Jon_Boy19-Aug-08 3:30 
AnswerRadio Buttons Pin
David Mujica19-Aug-08 3:44
David Mujica19-Aug-08 3:44 
GeneralRe: Radio Buttons Pin
supercat919-Aug-08 7:42
supercat919-Aug-08 7:42 
QuestionCustom Control Pin
fatalwall18-Aug-08 21:25
fatalwall18-Aug-08 21:25 
AnswerRe: Custom Control Pin
Thomas Stockwell20-Aug-08 6:22
professionalThomas Stockwell20-Aug-08 6:22 
QuestionInteractive graphic - Visual Basic 2005 [modified] Pin
brajoez18-Aug-08 14:14
brajoez18-Aug-08 14:14 
Hi, i am somewhat of a new programmer to visual basic... progamming knowledge at a bit of a sad low level. part of the program i am building requires the following:
my so called client leases out spaces on pieces of land for whatever purpose, in a sort of perfect grid. firstly, the layout of how the land will be divided is loaded as a template to the system, details stored on database... total plot dimensions, and vertical and horizontal spaces is stored. the program generates a little grid display of what it might look like, thats simple enough. when the user requires a piece of land to be formatted according to his needs, the template is selected from database, new entry is created in a table dealing with active plots. for each sector of land, a serial number gets generated, each sector state set to "vacant".

the problem on my part (due to my pathetic coding skills) comes in with coding the actual bookings part of the system. when the user selects the appropriate plot of land to perform bookings on, an interactive display of the plot needs be generated out of information in the database table. occupied sectors and vacant sectors in different colours, and the user needs to be able to highlight various (multiple) vacant sectors to book for his client. when "book" is clicked, the status field in the land plot table needs to be changed from "vacant" to "occupied".

i have a very very vague idea on how this is to be done, but at the moment, am completely stuck. not a clue as to how to generate the plot of land on screen with the different colours from the information in the database table, and beyond that, how to make it "interactive" with mouse events annnnd how to program it to return the values of which sections were selected i'd really appreciate any suggestions. D'Oh! | :doh:

modified on Monday, August 18, 2008 8:22 PM

AnswerRe: Interactive graphic - Visual Basic 2005 Pin
Christian Graus18-Aug-08 18:54
protectorChristian Graus18-Aug-08 18:54 
JokeRe: Interactive graphic - Visual Basic 2005 Pin
CPallini18-Aug-08 22:02
mveCPallini18-Aug-08 22:02 
GeneralRe: Interactive graphic - Visual Basic 2005 Pin
brajoez19-Aug-08 8:35
brajoez19-Aug-08 8:35 
GeneralRe: Interactive graphic - Visual Basic 2005 Pin
CPallini19-Aug-08 20:57
mveCPallini19-Aug-08 20:57 
GeneralRe: Interactive graphic - Visual Basic 2005 Pin
brajoez20-Aug-08 7:24
brajoez20-Aug-08 7:24 
GeneralRe: Interactive graphic - Visual Basic 2005 Pin
CPallini20-Aug-08 21:09
mveCPallini20-Aug-08 21:09 
QuestionVb6 - Adding a module to my project at runtime Pin
setedivento18-Aug-08 9:30
setedivento18-Aug-08 9:30 
AnswerRe: Vb6 - Adding a module to my project at runtime Pin
nlarson1118-Aug-08 10:04
nlarson1118-Aug-08 10:04 
GeneralRe: Vb6 - Adding a module to my project at runtime [modified] Pin
setedivento18-Aug-08 20:16
setedivento18-Aug-08 20:16 
GeneralRe: Vb6 - Adding a module to my project at runtime Pin
setedivento19-Aug-08 21:28
setedivento19-Aug-08 21:28 
QuestionXML Related in VB? Pin
ddspliting18-Aug-08 7:25
ddspliting18-Aug-08 7:25 
AnswerRe: XML Related in VB? Pin
jzonthemtn18-Aug-08 9:15
jzonthemtn18-Aug-08 9:15 
AnswerRe: XML Related in VB? Pin
Christian Graus18-Aug-08 11:52
protectorChristian Graus18-Aug-08 11:52 
JokeRe: XML Related in VB? Pin
Mycroft Holmes18-Aug-08 14:10
professionalMycroft Holmes18-Aug-08 14:10 
GeneralRe: XML Related in VB? Pin
Christian Graus18-Aug-08 14:25
protectorChristian Graus18-Aug-08 14:25 
GeneralRe: XML Related in VB? Pin
brajoez18-Aug-08 14:33
brajoez18-Aug-08 14:33 
GeneralRe: XML Related in VB? Pin
Jon_Boy19-Aug-08 1:59
Jon_Boy19-Aug-08 1:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.