Click here to Skip to main content
15,903,175 members

Comments by Bhavin Jagad (Top 34 by date)

Bhavin Jagad 2-Jul-14 0:10am View    
Deleted
Create proper layouts which are required,
Bhavin Jagad 17-Jun-14 1:12am View    
I am not much clear about your requirements, but this may helps you http://forums.phpfreaks.com/topic/120028-solved-how-to-generate-a-product-serial-number/
Bhavin Jagad 19-Apr-13 3:31am View    
Hi,
In my first gitst, CodeModel is not working so I use another option which FileCodeModel and write another code.
But in this case, I got exception while running macro.
And occurrence of this exception is not fixed. It comes randomly.
I can't figure out the cause of exception as some code is being executed.
Please help.
Below is link of another gist.

https://gist.github.com/AnishGhumara/5418693
Bhavin Jagad 19-Apr-13 2:52am View    
Hi, I need to do rename my whole solution.
Thus I surfed regarding that and I came to know this can be achieved through macro programming.
I also found some sort of code to do this.
So I have done code as my requirement using the found code.
But when i run this code it gives exception when it is going to call RenameSymbol().
I am new to macro programming. I surfed around to overcome this exception, but still can't get any solution.
Please help.
Below is link of my gist.

https://gist.github.com/anonymous/5418569
Bhavin Jagad 5-Feb-13 8:12am View    
Actually I was trying to build directshow plugin in QtCreator. Letter i come to know that qedit.h file is no longer shipped with VS2010 package. So I solved in this way. I have post answer below. Thanks a lot for reply.