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.

0 Endorsements
~8K People Reached

23 Posted Topics

Member Avatar for Nada_ward

Hello How I can retrive table names from SqlData base I Just connect to DB. and now I want to display all tables name in combobox. how I can do that?? thanks

Member Avatar for Karthic_1
0
2K
Member Avatar for padmak

create new form [code=vb .net] public str as string dim f1 as form form = new inputform() 'input form you must create it ,put question,textbox,buttons on it inputform.showdialog() 'inside click button event in input form ,save the value of the textbox in str public variable 'than use str , it …

Member Avatar for rajasekar646
0
413
Member Avatar for Nada_ward

Hello I want to move pictures vertically in ASp page. I will take the pictures from sql data base. but I don't know how I can display them. please help

Member Avatar for Sinha's
0
71
Member Avatar for Nada_ward

Can I display formated table in crystal report ?? also I want to take the data of table by using select SQl query that takes data from many tables in database?? please help me?

Member Avatar for jamshed ahmed
0
78
Member Avatar for Nada_ward
Member Avatar for Nada_ward

Hello I have problem with context menu when I right click on picture box , contextmenu appear for picturebox when I click on label , the menue of picturebox appear again until I click right on the label another time [code=vb.net] Public Class Form1 Dim content As String = "" …

0
73
Member Avatar for ata selti
Member Avatar for Nada_ward

hI ALL MEMBERS I need ur help my app saves the work of program in file , that file has extension .SSD how I can do this , and when I click on that saved file will open by my app ??

Member Avatar for Nada_ward
0
85
Member Avatar for Nada_ward

Hi all How R U I need help , how i can create array inside loop, very time I enter loop I want to create new array .. and enqeue it inside queue ,, the new array every time hide old array ,, please help

Member Avatar for kvprajapati
0
102
Member Avatar for Nada_ward

error when get the checked value of checked listbox array "Object reference not set to an instance of an object." what is the problem in my code [code=vb.net] Public Class Form1 Dim c1b1 As CheckedListBox() Private Sub btnAddItems_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim l As …

Member Avatar for Nada_ward
0
88
Member Avatar for Nada_ward

Hi I want to save the user work in my program step by step , like visual .net , there are solution explorer to move between form that user created and I want to save it as binary file , and the extension of it as the name of my …

Member Avatar for kvprajapati
0
124
Member Avatar for tdapower
Member Avatar for chirup

do you want set it as background for banel after dropping ?? from what you will drag image ?? picture box or outside programm ??

Member Avatar for Nada_ward
0
268
Member Avatar for Nada_ward

the text of dynamic label is not complete , why??? I create graphics variablt to measure size of text , than, I set the width and heigh , ?? [code=vb .net] Public Class Form1 Dim counter As Integer=3 'suppose counter=number of columns in 2-dimention Dim g As Graphics Dim d …

Member Avatar for Nada_ward
0
166
Member Avatar for Nada_ward

How I can declare 2 -dimentional resizable array .. can I use array list as 2- dimensinal ??

Member Avatar for Nada_ward
0
3K
Member Avatar for Nada_ward

hello I want to take data ( number) from text box on second form ,and break running for first form when second form closed , the first form continue it running this code for first form [code=vb.net] public number As Integer dim numofcondition as form Private Sub button1_Click(ByVal sender As …

Member Avatar for Nada_ward
0
142
Member Avatar for Nada_ward

Hi I have problem on dragging label when the application show msgbox , it stop responding I do n't know what is problem in my code : [code=vb .net] dim l1 as label Dim serverindex, serverP As Integer Dim serverref As String Dim copiedFragment As String Private Sub Form3_Load(ByVal sender …

Member Avatar for Nada_ward
0
126
Member Avatar for ggl0rd
Member Avatar for nokomoli

use add handler ex: [code=vb.net] addhandler gridview.click , addressof event sub event(ByVal sender As System.Object, ByVal e As System.EventArgs) msgbox("OK") end sub [/code] suppose the event you want when gridview clicked and what you want to do put it in another sub

Member Avatar for Nada_ward
0
159
Member Avatar for Nada_ward

Hi I want to write program , part of this program show to me form , this form has multiple picture Box and when I click on picture Box ,the program will show small form that it show information by label this form takes information from Dinamic array(the user determine …

Member Avatar for Nada_ward
0
106
Member Avatar for Nada_ward

How to drag/drop labels ,that created at run time this is my code ... [code=vb .net] Private Sub server1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles server1.Click 'create new form Dim ser1 As New Form Dim l1 As New Label() ser1.Location = New Point(123, 28) ser1.Height = 95 ser1.Width …

Member Avatar for Ramy Mahrous
0
588
Member Avatar for pepemiso

this link will help you : [url]http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=4556&lngWId=10[/url]

Member Avatar for Nada_ward
0
105
Member Avatar for Nada_ward

Hi I want to write program , part of this program show to me form , this form has multiple picture Box and when I click on picture Box ,the program will show small form that it show information by label this form takes information from Dinamic array(the user determine …

Member Avatar for Nada_ward
0
104

The End.