I wanted the user to have freedom to change the layout of crystal reports at runtime...but as I didnt get any solution for this. I want to place the crystal reports outside the exe file so that user...
Type: Posts; User: afreen
I wanted the user to have freedom to change the layout of crystal reports at runtime...but as I didnt get any solution for this. I want to place the crystal reports outside the exe file so that user...
I need runtime crystal report layout designer...
I got this link but its in vc++ and i need it in vb.net 2008 windows app project
http://www.codeproject.com/Articles/...esigner-Viewer
Can i...
I need runtime crystal report layout designer...
I got this link but its in vc++ and i need it in vb.net 2008 windows app project
http://www.codeproject.com/Articles/...esigner-Viewer
Can i...
If someone needs solution for this :
I used Bradely combo treebox
http://www.brad-smith.info/blog/archives/193
Private Sub cmbGroupName_SelectionChangeCommitted(ByVal sender As Object, ByVal e As System.EventArgs) Handles cmbGroupName.SelectionChangeCommitted
MessageBox.Show(cmbGroupName.Text)
...
I got this done by using SMO and i hope im on write path:
If any one wants to refer how i did can check below :
...
Thanks for your reply...I too thinks this will be more suitable solution for my situation bcoz i want to bakup records for particular company...but now the question is can i create a copy of the...
But what if I want to take backup of data of only 1 company and there are more than 20 tables and is it not time consuming if for each record im also putting company id
Im developing a accounting vb.net windows application,
1.In this 1 company can be created with its customer n vendors. My problem is how to make multiple companies...for ex in quickbooks and many...
@Inferrd
Wow it worked ...thanks a lot...milliion thanks to you....really i was searching this for a long time....how you people know all this stuffs...?Please suggest how to I can try to reach...
the arabic text is السلام عليكم
I want output in format 062706440633064406270645002006390644064a06430645 for arabic text as السلام عليكم
I have below code which is not giving the exact output...if anyone can help!!
Dim bArr...
Hi,
I have a table invoice whose fields are customer_name, invoice_id,total,balance .
invoiceid is the primary key whereas custoemer_name is the foreign key..
Now I want to group the invoice for...
cmb.Items.Insert("abc")
This inserts abc in cmb.with insert only can i have different displayed text and value ? I hope now my doubt is simple
Hi nivya,
you didnt get my question there is no logical error its working as i wanted ,,,if i select **home rent it dispalys that only...but for user readability i want it to be home rent...i mean i...
Private Sub FillCombobox(ByRef cmb As DataGridViewComboBoxColumn)
Dim a(100) As String
Dim b(100) As String
Dim m As Integer = 0 'Count of main masters i.e items not...
The problem is any no.of subitems can be added dynamic time...I have given you ex in my 1st post..can you help with some code to show the above data in treeview...im not able to code it...fully...
Please someone help
If its listbox also no problem...plz give code to do this....
Thanks for your reply, but Im a newbie...can you give some code for this example..so that i can understand...The problem is not only with displaying but how I will know its subitem and the order it...
Hi,
I have a database table as expense with columns master and submaster.
Now i need to show this values in combobox. if the value in master is a submaster of any master then it should be added as...
ya i can do it form browser but the problem is i want it dynamic...I mean the user will give message at run time....thats why I need a vb.net function to encode it....
Dim url As String
url = "http://weburl.jsp?usr=abc&pass=def&msisdn=95786123384645&sid=ABC&msg=welcome&mt=0"
webbrowser1.navigate(url)
the url i got from provider. Is there any other better...
I have got an api from sms provider ..in that api has parameters for mobile no,username,password, message etc...im able to send english sms ...i can send arabic if in the message parameter i provide...
Thanks for your reply.
the scenario is on entering msg content and mobile no. and clicking send sms button the message should go...
for english im doing it by setting the url of webbrower...
Hi,
I want to send an arabic sms from vb.net windows application. In order to send I have to convert the arabic text to unicode. How can I convert arabic text to unicode..
Thanks in advance!!!
Hi,
I have a gridview with many rows and no paging only scrollbar. I want to add a footer only for last 2 columns whose value will sum of the column(ex. total of price).I also want to make the...
OK, so put say one button, a webbrowser control (set visible to false), and 2 textboxs on a form, textbox1 will be number, textbox2 message
im assuming msisdn is the mobile number to send to and...
Please tell me if I can do the below thing :
I will have one txtSearch i.e textbox in a form and a button"Search" . When user enters any thing and clicks search .....he should be able to see the...
Hey I tested the code and it worked for me. but as Im new to this forum I dont know how to mark it as right answer..Anyways thanks a lot....
It was an example of google search..I want to link to some other website. Oh if we can do can you provide me some link ...or hint to do that ...because if user enters inthe textbox of form how can i...
Hi,
Thanks for the quick reply...I will try it and let you know.
One another doubt is :Please tell me if I can do the below thing :
I will have one txtSearch i.e textbox in a form and a...
Hi,
Thanks for ur reply.Actually Im new to vb.net thats why I dont know how to cal it.
Can you give example code for this....
Ya, I will surely put the real url...but I want it something...
Hi,
Thanks for the reply.
But I dont want to send it as mail. The api I have got is something like this:...
Hi,
I registered sms package from sms provider and they provided me with an api to send sms.
How to send sms in windows application vb.net using api ? Is it possible to send sms from windows app...
Hi,
I registered sms package from sms provider and they provided me with an api to send sms.
How to send sms in windows application vb.net using api ? Is it possible to send sms from windows app...