Search Results

Showing results 1 to 40 of 147
Search took 0.01 seconds.
Search: Posts Made By: samir_ibrahim
Forum: VB.NET Oct 14th, 2009
Replies: 2
Views: 261
Posted By samir_ibrahim
Get Add Remove Programs List (http://samir-ibrahim.spaces.live.com/blog/cns!C20FEEA5B0493048!166.entry?&_c02_vws=1)
Forum: VB.NET Oct 6th, 2009
Replies: 5
Views: 278
Posted By samir_ibrahim
And you are still not clear for me :)


Well, I know how to declare a variable in C (not all :D)
but what concern to C# any thing C# can make vb.net can make.



you mean the dll is exist?...
Forum: VB.NET Oct 6th, 2009
Replies: 5
Views: 278
Posted By samir_ibrahim
Since no one jumps in, let me ask you



do you mean that the dll you are creating suppose to get interact with another dll?



What do you mean by "exporting" ?
Forum: DaniWeb Community Feedback Oct 6th, 2009
Replies: 91
Views: 6,426
Posted By samir_ibrahim
I like the current design although i am not an old user, I begin using Daniweb as my programming forum since 1 years only, since I was vfp programmer.

The design is good to the eyes (my eyes at...
Forum: DaniWeb Community Feedback Oct 5th, 2009
Replies: 17
Views: 1,371
Posted By samir_ibrahim
Thank you cscgal for getting back my request.

Keep the nice improvement for this site.
Forum: VB.NET Oct 5th, 2009
Replies: 12
Views: 460
Posted By samir_ibrahim
I would say learn asp.net which is 70% of it vb.net

I would add my approval to what Vineeth K has said.

in my opinion, Vb.Net is nothing more than "vb6 + Powerful IDE + Smart Intellisense +...
Forum: VB.NET Sep 30th, 2009
Replies: 2
Views: 350
Posted By samir_ibrahim
I did not work in excel plug-in or know how it works but you can use this to hide the sheet


Imports Excel = Microsoft.Office.Interop.Excel

Dim ex As new Excel.Application
Dim wb As...
Forum: DaniWeb Community Feedback Sep 25th, 2009
Replies: 17
Views: 1,371
Posted By samir_ibrahim
I can tell that you are answering questions and you are very active in many forums, I cannot see Serkan activity in vb I guess he is C# Guy.

Keep going.
Forum: C# Sep 25th, 2009
Replies: 8
Views: 1,501
Posted By samir_ibrahim
Hello Ichibang

I had struggled with this issue for a while but finally I made it, here how things work.

First open the DataSet in the designer, click on the table you are working on, click on...
Forum: VB.NET Sep 24th, 2009
Replies: 6
Views: 473
Posted By samir_ibrahim
What that suppose to mean?



lazy has nothing to do in here, it is a fact.
1- Dim x = "A"
2- Dim x as String
x = "A"
3- Dim x as String = "A"
Forum: VB.NET Sep 23rd, 2009
Replies: 6
Views: 473
Posted By samir_ibrahim
I had tested that before, and it gives the same effect in all aspect.
dim x = "1"
x 'just type x and wait the intellisense to showup it will tell you that x is declared as string



Good Idea....
Forum: VB.NET Sep 23rd, 2009
Replies: 6
Views: 473
Posted By samir_ibrahim
Hi Tom

I had take the or with me from VFP I guess :)

I had test example and it did not give right result neither a error message
Dim A = "1"
Select Case A
Case "1" or "2"
MsgBox ("1 or...
Forum: C# Sep 23rd, 2009
Replies: 8
Views: 1,501
Posted By samir_ibrahim
Are you using Binding source?



That is not valid commandText, no \r\n should exist
it should be
this.oleDbUpdateCommand1.CommandText = "UPDATE Customer SET CustName = ? WHERE (CustID = ?)" ...
Forum: C# Sep 23rd, 2009
Replies: 2
Views: 387
Posted By samir_ibrahim
Since you are filling statementResult, and updating rows in statementResult and then you are using for each row loop for the same statementResult, why don't you update the datatable?
...
Forum: VB.NET Sep 23rd, 2009
Replies: 6
Views: 473
Posted By samir_ibrahim
I am creating a form that will filter datagridview while typing in a textbox. I came through this error and I would like to know why is occur.


Dim dt As DataTable = Ds_Pos.Employees
Dim...
Forum: DaniWeb Community Feedback Sep 23rd, 2009
Replies: 17
Views: 1,371
Posted By samir_ibrahim
Is that so? ummm, and you 2 are friends? so that drink is giving both of you extra ability to see hidden things. Is that also the reason why both of you had so many solved thread :P

I hope this...
Forum: DaniWeb Community Feedback Sep 23rd, 2009
Replies: 17
Views: 1,371
Posted By samir_ibrahim
I got interesting results. Not bad at all.

it is either you know to much about daniweb or you work for google in your spare time. :D

if you think for a second that I will mark this thread as...
Forum: DaniWeb Community Feedback Sep 23rd, 2009
Replies: 17
Views: 1,371
Posted By samir_ibrahim
> The feature is going to be put back

I will take your word for it, but I will not mark this thread as solved until you got it back :D

Keep the good work and good luck.
Forum: DaniWeb Community Feedback Sep 23rd, 2009
Replies: 17
Views: 1,371
Posted By samir_ibrahim
Hi cscgal

There is 3 reason why I want this link back.

Most of the time I post a code that exist in my application to help others, but sometimes, I get interested in a question such as a...
Forum: DaniWeb Community Feedback Sep 22nd, 2009
Replies: 17
Views: 1,371
Posted By samir_ibrahim
Hi

I am unable to list the threads that I solve any more.

Can someone show me where you hide this button :)
Forum: VB.NET Sep 22nd, 2009
Replies: 9
Views: 672
Posted By samir_ibrahim
I know this way which let you choose the char you want to allow to be written in the textbox



'Textbox KeyPress
' Allow number 0-9 plus backspace, Del + Home + End will be accepted also
Dim...
Forum: VB.NET Sep 19th, 2009
Replies: 3
Views: 325
Posted By samir_ibrahim
Forum: VB.NET Sep 19th, 2009
Replies: 6
Views: 481
Posted By samir_ibrahim
You are welcome

But you had spelled my name is wrong way, It take me a second to recognize that you are talking to me (lol)

Have a good day.
Forum: VB.NET Sep 18th, 2009
Replies: 6
Views: 481
Posted By samir_ibrahim
Dim ServerName = "pc_name"
Dim AdminUserName = "Administrator"
Dim DomainName = "domain_name"
Dim AdminPassword = "password"
' Initialize WMI
Dim objSWbemLocator As New...
Forum: VB.NET Sep 18th, 2009
Replies: 10
Views: 1,368
Posted By samir_ibrahim
Show what? the temperature result?

All I did is copy/paste your code, add the reference as I mention to you, and run the form, and it give me "not supported"

So I guess the code is working some...
Forum: VB.NET Sep 17th, 2009
Replies: 10
Views: 1,368
Posted By samir_ibrahim
1- You had to add this line in top of the form
Imports System.Management

2- Add refrence for System.Management
Forum: VB.NET Sep 16th, 2009
Replies: 2
Views: 559
Posted By samir_ibrahim
Use the "New" Keyword

Dim frm As New TestInterop.InteropForm1
frm.Show
Forum: VB.NET Sep 16th, 2009
Replies: 0
Views: 334
Posted By samir_ibrahim
Hi

-I have a form where IsMdiContainer = True
-I add Split contaner which has 2 panel vertically (panel1 and panel2)
-In Panel1 I have buttons where every button should display a form in panel2...
Forum: VB.NET Sep 9th, 2009
Replies: 2
Views: 956
Posted By samir_ibrahim
You can try this (not tested deeply)


Dim SearchIn = Me.TextBox1.Text
Dim sb As StringBuilder = New StringBuilder(SearchIn)
Me.TextBox1.Text = sb.Replace(vbCrLf + vbCrLf, vbCrLf).ToString
Forum: VB.NET Sep 9th, 2009
Replies: 4
Views: 223
Posted By samir_ibrahim
What type of movie info you are searching exactly? since you decide to search for movie name why don't you check www.imdb.com which will give you only movie name to look at despite wikipedia which...
Forum: VB.NET Sep 8th, 2009
Replies: 9
Views: 665
Posted By samir_ibrahim
Glad I helped.

Have a nice day.
Forum: VB.NET Sep 5th, 2009
Replies: 9
Views: 665
Posted By samir_ibrahim
Very nice from you.

Are you aware that putting the field name between quotes is INVALID ?
Forum: VB.NET Sep 3rd, 2009
Replies: 3
Views: 586
Posted By samir_ibrahim
I had read somewhere that either MySQl or ODBC does not accept named parameter.

Let update query be:
Dim cmd As New OdbcCommand("insert into table2(name) values (?)", con)...
Forum: VB.NET Sep 3rd, 2009
Replies: 9
Views: 665
Posted By samir_ibrahim
I begin recently large excel automation & manipulation project. and I have vs2008 and office 2007

First, I note that when I use HDR=YES in the connection string, it ask for ISAM driver so I omit...
Forum: VB.NET Aug 29th, 2009
Replies: 8
Views: 675
Posted By samir_ibrahim
As Scott told you, you have to refill the DataSet, but there is another solution also.

in case you are using Dataset, I suggest create the the variable that will hold the DataSet as public in a...
Forum: VB.NET Aug 29th, 2009
Replies: 13
Views: 1,032
Posted By samir_ibrahim
You had mentioned before that you have a MSSQL server, what is the OS of that server? Win Server 2000 or 2003 or 2008?

When you tried to create the ODBC, in the second page where it ask you "How...
Forum: VB.NET Aug 29th, 2009
Replies: 2
Views: 677
Posted By samir_ibrahim
Hi adatapost

Thank you very much for this clever idea (create the DataSet as class)

I managed to do it by creating dummy DataSet at design time, but your way is much more better.

It take me...
Forum: VB.NET Aug 27th, 2009
Replies: 3
Views: 223
Posted By samir_ibrahim
In what Line it give this error?

Check if you declare the variable for DataReader twice (once as public and once a local in another place)
Forum: VB.NET Aug 27th, 2009
Replies: 13
Views: 1,032
Posted By samir_ibrahim
It could be a firewall problem as murid pointed out.
- What is the OS that the MSSQL is install on?

Try to:
- from any client pc, Go to control panel >> administrator tool >> Data Source (ODBC)...
Forum: MS SQL Aug 27th, 2009
Replies: 7
Views: 646
Posted By samir_ibrahim
I agree with sknake that you can use MSSQL 2005/2008 Express Edition as a server and multiple clients/user can connect to it.

You have to take into consideration that in express edition the DB...
Showing results 1 to 40 of 147

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC