Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~9K People Reached
About Me

Iam an Engineering student... Computer science...

Interests
Golf, cooking, Photography , Designing Beautiful things!
PC Specs
I love to hack.. though iam Weak in programming langauge. I love to design n create new Things.. Hardware…
Favorite Forums
Favorite Tags
Member Avatar for afaque01

Hey Every1.. Plz Tell me how can i access The Value In form1 in form2... Well i meant In Form1 theres an object named NUM in which i have Stored Few values Now i want to use this Object NUM in form2 so that i can display its value in …

Member Avatar for vanzhyme
0
9K
Member Avatar for afaque01

hello! every 1 I have made a project on offline railway reservation ticket and cancellation and management.. wel i have included following things: form wise 1}welcome page (containing news , updates about the software ) 2}registration n login page 3}main menu (Containing links to all tools and services i included …

Member Avatar for chetanbasuray
0
107
Member Avatar for afaque01

Hello! friends.... Well this is not included in the project iam making .. but iwas thinking to decorate my project with some of these... Well i was thinking of making a picture box with image which will show it automatically i mean select image automatically in the described folder.. n …

Member Avatar for afaque01
0
180
Member Avatar for afaque01

Ihave been working on database but Though iam able to create But Cannot Write in data base.. [CODE] Dim ADOXcatalog As New ADOX.Catalog Dim ADOXtable As New ADOX.Table Dim ADOXindex As New ADOX.Index On Error GoTo errhandler ADOXcatalog.Create("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & "c:\info.mdb") On Error Resume Next ADOXcatalog.ActiveConnection = _ "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" …

Member Avatar for afaque01
0
118
Member Avatar for afaque01

Hello! Is there Any way to Attach Files ... Like A button on form Which When Clicked open a dialog to select Word Files from computer then it Uploads to the Server or Attach it to Database so that It can be viewd after form fill up Is completed!...

Member Avatar for afaque01
0
166
Member Avatar for afaque01

Hello! Every 1.. Can Any1 Please tell me How to make A Form in vb.net Transparent without Making Its Contents Transparent..! Actually I mean I make a border less form which i want as Transparent and in that Form i added little animation picture .. and iwant this animation picture …

Member Avatar for afaque01
0
107
Member Avatar for afaque01

Iam trying to Calculate The values From 2 Comoboboxes.....But sometimes its calculating and sometimes its Showing BOOLEAN conversion problem... Plz SEE the code . [CODE] If C1.Text = "Agra Fort" Andalso C3.Text = "Delhi" Then l8.Text = 800 ElseIf C1.Text = "agra fort" Andalso C3.Text = "bangalore" Then l8.Text = …

Member Avatar for afaque01
0
168
Member Avatar for afaque01

Hello! Iam trying to Check Values Of 2 textboxex .. n then Print A certain Amount.. can Any 1 help me.... Code: [CODE]If C1.Text = "Agra Fort" & C2.Text = "Delhi" Then L8.Text = "800Rs/-" End If [/CODE] Actualyy i have jst Started learning VB.net... Iam trying to Check from …

Member Avatar for afaque01
0
82